/* ===== shared.jsx — content, icons, nav, footer, locale ===== */
// Content data — single source of truth so we don't repeat across screens.
const DATA = {
services: [
{ id: "company-formation", icon: "building", label: "Company Formation", labelAr: "تأسيس الشركات",
blurb: "Licensing across 25+ mainland, free-zone & offshore jurisdictions.",
blurbAr: "ترخيص في أكثر من 25 منطقة برية وحرة وأوفشور.",
includes: ["Activity & legal structure", "Trade name reservation", "Initial approval & MoA", "Licence issuance", "Establishment card"] },
{ id: "visas-pro", icon: "id", label: "Visas & PRO", labelAr: "التأشيرات والعلاقات الحكومية",
blurb: "Investor, partner, family & employee visas with PRO support.",
blurbAr: "تأشيرات المستثمر والشريك والعائلة والموظفين.",
includes: ["Investor / partner visas", "Family sponsorship", "Employee visas", "PRO & document clearance", "Renewals & amendments"] },
{ id: "tax-accounting", icon: "ledger", label: "Tax & Accounting", labelAr: "الضرائب والمحاسبة",
blurb: "VAT, corporate tax, bookkeeping & audit-ready accounting.",
blurbAr: "ضريبة القيمة المضافة والضريبة على الشركات.",
includes: ["Corporate tax registration", "VAT filing & advisory", "Bookkeeping", "Audit support", "Transfer pricing"] },
{ id: "banking", icon: "bank", label: "Corporate Banking", labelAr: "الخدمات المصرفية للشركات",
blurb: "Bank account assistance with leading UAE & international banks.",
blurbAr: "فتح حسابات بنكية مع بنوك إماراتية ودولية.",
includes: ["KYC pack preparation", "Bank shortlisting", "Application & interview", "Cards & online banking", "Multi-currency setup"] },
{ id: "legal", icon: "scale", label: "Legal", labelAr: "القانوني",
blurb: "Contracts, corporate restructuring, compliance & advisory.",
blurbAr: "العقود وإعادة الهيكلة والامتثال.",
includes: ["Shareholder agreements", "Corporate restructuring", "Regulatory compliance", "Contract drafting"] },
{ id: "hr-recruitment", icon: "people", label: "HR & Recruitment", labelAr: "الموارد البشرية والتوظيف",
blurb: "Talent search, contracts, payroll & WPS compliance.",
blurbAr: "البحث عن المواهب والرواتب والامتثال.",
includes: ["Executive search", "Employment contracts", "Payroll & WPS", "Policies & handbooks"] },
{ id: "business-hub", icon: "desk", label: "Business Hub", labelAr: "مساحات العمل",
blurb: "Co-working, flexi-desks, private offices & meeting rooms.",
blurbAr: "مساحات عمل مشتركة ومكاتب خاصة.",
includes: ["Flexi-desks", "Dedicated offices", "Meeting rooms", "Mail & reception", "Business address"] },
{ id: "concierge", icon: "key", label: "Concierge", labelAr: "الكونسيرج",
blurb: "Relocation, schooling, housing & lifestyle support.",
blurbAr: "خدمات الانتقال والتعليم والإقامة.",
includes: ["Relocation", "Schooling & GEMS", "Housing & utilities", "Driving licence transfer"] },
{ id: "foundations", icon: "shield", label: "Foundations & Trusts", labelAr: "المؤسسات والصناديق",
blurb: "DIFC/ADGM foundations, family offices, succession structures.",
blurbAr: "المؤسسات والمكاتب العائلية." },
{ id: "spvs", icon: "stack", label: "SPVs & Holdings", labelAr: "الشركات القابضة",
blurb: "Holding structures, SPVs and corporate vehicles.",
blurbAr: "هياكل قابضة وشركات ذات أغراض خاصة." },
{ id: "ip", icon: "spark", label: "Intellectual Property", labelAr: "الملكية الفكرية",
blurb: "Trademark registration, copyright, IP advisory.",
blurbAr: "تسجيل العلامات التجارية وحقوق النشر." },
{ id: "media", icon: "wave", label: "Media & Marketing", labelAr: "الإعلام والتسويق",
blurb: "Brand, digital, content & launch marketing for new ventures.",
blurbAr: "التسويق الرقمي وإطلاق العلامات التجارية." },
],
jurisdictions: [
{ id: "dubai-mainland", name: "Dubai Mainland", group: "Mainland", suited: "Trade across the UAE",
benefit: "Trade anywhere in the UAE, no agency restrictions, full government scope.", icon: "🇦🇪" },
{ id: "dmcc", name: "DMCC", group: "Free Zone", suited: "Commodities, crypto, services",
benefit: "World's #1 free zone — JLT precinct, 100+ activity options.", icon: "◆" },
{ id: "difc", name: "DIFC", group: "Free Zone", suited: "Financial services, foundations",
benefit: "Common-law jurisdiction, independent regulator (DFSA), foundations regime.", icon: "✦" },
{ id: "jafza", name: "JAFZA", group: "Free Zone", suited: "Logistics, trading, manufacturing",
benefit: "Jebel Ali port adjacency, large warehousing & industrial plots.", icon: "▲" },
{ id: "meydan", name: "Meydan", group: "Free Zone", suited: "Holding, consulting, digital",
benefit: "Cost-efficient virtual office model — Dubai address, flat fees.", icon: "■" },
{ id: "dubai-south", name: "Dubai South", group: "Free Zone", suited: "Aviation, logistics, e-commerce",
benefit: "Al-Maktoum airport precinct — designed for logistics-heavy operators.", icon: "✈" },
{ id: "ifza-d3", name: "Dubai D3 / IFZA", group: "Free Zone", suited: "Design, creative, media",
benefit: "Creative-cluster community in Dubai Design District.", icon: "✎" },
{ id: "adgm", name: "ADGM", group: "Free Zone", suited: "Asset management, fintech",
benefit: "Common-law jurisdiction in Abu Dhabi — FSRA-regulated.", icon: "✧" },
{ id: "rakez", name: "RAKEZ", group: "Free Zone", suited: "Industrial, education, trading",
benefit: "Ras Al Khaimah multi-sector zone — cost-efficient industrial setup.", icon: "▶" },
{ id: "rak-icc", name: "RAK ICC", group: "Offshore", suited: "Holding & asset structuring",
benefit: "International business companies for holding & succession.", icon: "○" },
{ id: "bvi", name: "BVI", group: "Offshore", suited: "International holding",
benefit: "British Virgin Islands IBC for cross-border structures.", icon: "○" },
{ id: "ksa", name: "Saudi Arabia", group: "Regional", suited: "GCC expansion",
benefit: "MISA licence, RHQ programme & Vision 2030 incentives.", icon: "🇸🇦" },
{ id: "qatar", name: "Qatar Free Zone", group: "Regional", suited: "Energy, logistics, tech",
benefit: "QFZA — 100% foreign ownership, 20-year tax holiday.", icon: "🇶🇦" },
],
leaders: [
{ name: "Lorenzo Jooris", role: "Group CEO", img: "media/leader-lorenzo.webp" },
{ name: "Wael", role: "Head of Sales", img: "media/leader-wael.webp" },
{ name: "Rebecca", role: "Strategic Partnerships", img: "media/leader-rebecca.webp" },
{ name: "Neha", role: "Tax & Accounting Lead", img: "media/leader-neha.webp" },
{ name: "Alistair", role: "Banking Advisory", img: "media/leader-alistair.webp" },
{ name: "Michal", role: "Legal Counsel", img: "media/leader-michal.webp" },
],
guides: [
{ tag: "Guide · 12 min", title: "Mainland vs Free Zone vs Offshore — choosing the right UAE jurisdiction", img: "media/dubai-02.webp" },
{ tag: "Guide · 8 min", title: "Every trade licence in Dubai, explained in plain English", img: "media/dubai-01.webp" },
{ tag: "Playbook · 10 min", title: "Cloud-kitchen setup in Dubai — licence, food authority & cost", img: "media/dubai-03.webp" },
{ tag: "Playbook · 7 min", title: "How to start a dropshipping business in Dubai", img: "media/event-meetup.webp" },
],
};
// Plain SVG icon set — thin-stroke, line-style, monochrome.
function Icon({ name, size = 22, stroke = 1.6 }) {
const sp = { width: size, height: size, viewBox: "0 0 24 24", fill: "none",
stroke: "currentColor", strokeWidth: stroke, strokeLinecap: "round", strokeLinejoin: "round" };
switch (name) {
case "building": return ();
case "id": return ();
case "ledger": return ();
case "bank": return ();
case "scale": return ();
case "people": return ();
case "desk": return ();
case "key": return ();
case "shield": return ();
case "stack": return ();
case "spark": return ();
case "wave": return ();
case "arrow": return ();
case "check": return ();
case "chevron": return ();
case "phone": return ();
case "wa": return ();
case "globe": return ();
case "pin": return ();
case "mail": return ();
default: return null;
}
}
// i18n strings — light AR coverage for nav + key CTAs + hero
const STR = {
en: {
nav: { services: "Services", jurisdictions: "Jurisdictions", calc: "Cost Calculator", resources: "Resources", about: "About", contact: "Contact" },
cta: { book: "Book a free consultation", estimate: "Get a cost estimate", whatsapp: "WhatsApp", call: "Call", explore: "Explore services", compare: "Compare jurisdictions" },
trust: ["Since 2010", "45,000+ clients served", "25+ UAE jurisdictions", "Part of Encor Group (Nexus Point-backed)", "DIFC Registered Corporate Service Provider"],
hero: {
eyebrow: "Business setup · UAE · KSA · Qatar",
title: ["Build your company in the UAE — ", "without the guesswork."],
sub: "Since 2010, our advisors have set up 45,000+ businesses across 25+ mainland, free-zone and offshore jurisdictions. Get a clear, indicative cost in minutes — and an advisor on a free call the same day.",
},
indicative: "Indicative only · government fees change — confirm with an advisor.",
footer: { tag: "DIFC Registered Corporate Service Provider · Part of Encor Group" },
},
ar: {
nav: { services: "الخدمات", jurisdictions: "المناطق", calc: "حاسبة التكلفة", resources: "المصادر", about: "من نحن", contact: "اتصل بنا" },
cta: { book: "احجز استشارة مجانية", estimate: "احصل على تقدير التكلفة", whatsapp: "واتساب", call: "اتصل", explore: "استكشف الخدمات", compare: "قارن المناطق" },
trust: ["منذ 2010", "أكثر من 45,000 عميل", "أكثر من 25 منطقة", "جزء من مجموعة Encor", "مزود خدمات شركات مسجل في DIFC"],
hero: {
eyebrow: "تأسيس الأعمال · الإمارات · السعودية · قطر",
title: ["أسس شركتك في الإمارات — ", "بثقة ووضوح كامل."],
sub: "منذ 2010، ساعد مستشارونا أكثر من 45,000 عميل على التأسيس في أكثر من 25 منطقة برية وحرة وأوفشور. احصل على تقدير تكلفة واضح خلال دقائق ومكالمة مجانية مع مستشار في نفس اليوم.",
},
indicative: "تقديري فقط · الرسوم الحكومية تتغير — يرجى التأكيد مع مستشار.",
footer: { tag: "مزود خدمات شركات مسجل في DIFC · جزء من مجموعة Encor" },
},
};
// WhatsApp pre-filled link helper
const WA_NUMBER = "971552037894";
function waLink(intent = "I'd like to set up a business in the UAE") {
return `https://wa.me/${WA_NUMBER}?text=${encodeURIComponent("Hi Creative Zone, " + intent + ".")}`;
}
// ----- Logo (inline SVG so it's crisp + color-friendly) -----
function Logo({ height = 22 }) {
return (
);
}
// ----- Nav -----
function Nav({ route, setRoute, locale, setLocale }) {
const s = STR[locale];
const link = (id, label) => (
{ e.preventDefault(); setRoute(id); window.scrollTo({ top: 0, behavior: "instant" }); }}
>{label}
);
return (
);
}
// ----- Footer -----
function Footer({ locale }) {
const s = STR[locale];
return (
);
}
// ----- WhatsApp FAB -----
function WhatsAppFab() {
return (
{sub}
: null}