/* eslint-disable */
/* NEX Consultants — shared components: Nav, Footer, WhatsApp FAB, Modal, ConsultationForm, TrustStrip */
function fmtAED(n) {
return "AED " + n.toLocaleString("en-AE", { maximumFractionDigits: 0 });
}
function Chev({ className }) {
return ;
}
function NavBar({ route, setRoute, lang, setLang, onConsult }) {
const items = [
{ id: "home", label: "Home" },
{ id: "services", label: "Services" },
{ id: "jurisdictions", label: "Jurisdictions" },
{ id: "calculator", label: "Cost Calculator" },
{ id: "resources", label: "Resources" },
{ id: "about", label: "About" },
{ id: "contact", label: "Contact" },
];
return (
);
}
/* SVG redraw of the logo mark — clean version of logo-nex-header.webp */
function NexMark({ height = 32, color = "#13294B", accent = "#3A4A60" }) {
// Approximate vector recreation: NEX wordmark + chevron + "CONSULTANTS"
// (Not a perfect logo replication — design placeholder while client confirms)
return (
);
}
function WAFab({ message = "Hi NEX Consultants, I'd like to set up a business in the UAE." }) {
const url = `https://wa.me/971504945106?text=${encodeURIComponent(message)}`;
return (
);
}
function TrustStrip() {
const items = [
["Chartered-accountant-led", "CPA, ICAI and ex-Big-4 leadership."],
["Boutique advisor-led", "Senior partners on every engagement — not a setup factory."],
["Mainland · Free Zone · Offshore · Branch", "End-to-end formation across every UAE structure."],
["JAFZA Offshore registered agent", "A specialist niche we publish and lead on."],
["VAT & corporate tax depth", "Genuine tax-advisory bench — beyond licensing."],
];
return (
{body}