// home.jsx — Home page for Version Française Pour Elle function VFMonogram({ size = 56, color = "var(--champagne-gold)" }) { // Recreated from the reception desk monogram — a V|F mark inside a circle. return ( ); } function HomePage({ lang, setRoute, hero }) { const t = window.VFPE_DATA.t[lang]; const D = window.VFPE_DATA; return (
{/* ── Hero ─────────────────────────────────────────────── */} {/* ── Trust strip ─────────────────────────────────────── */} {/* ── Signature services ──────────────────────────────── */} {/* ── About / atmosphere ──────────────────────────────── */} {/* ── Brand strip ─────────────────────────────────────── */} {/* ── Team teaser ─────────────────────────────────────── */} {/* ── Gallery teaser ──────────────────────────────────── */} {/* ── Review snippet ──────────────────────────────────── */} {/* ── Closer / book cta ───────────────────────────────── */}
); } // ── HERO ───────────────────────────────────────────────────────── function Hero({ lang, variant = "split" }) { const t = window.VFPE_DATA.t[lang]; const head = lang === "fr" ? { line1: "Beauté", line2: française, line3: ", exclusivement pour elles." } : { line1: "Refined", line2: French, line3: " beauty, only for ladies." }; const sub = lang === "fr" ? "Une villa privée sur Al Wasl Road. Cinq stylistes seniors, deux étages, une seule règle : prendre le temps qu’il faut." : "A private villa on Al Wasl Road. Five senior stylists, two floors, one rule: take the time it takes."; if (variant === "centered") return ; if (variant === "fullbleed") return ; return ; } function HeroSplit({ head, sub, lang }) { const t = window.VFPE_DATA.t[lang]; return (
{lang === "fr" ? <>Salon de BeautéAl Wasl RoadDubaï : <>Beauty SalonAl Wasl RoadDubai}

{head.line1} {head.line2.props ? head.line2 : {head.line2}}{head.line3}

{sub}

{lang === "fr" ? "Maison fondée" : "House founded"} 2006 {lang === "fr" ? "Pour Elle ouvert" : "Pour Elle opened"} 2023
Reception lounge at Version Française Pour Elle, Al Wasl Road
Villa 873 Al Wasl · Al Safa 2
Kérastase shelf
); } function HeroCentered({ head, sub, lang }) { return (
{lang === "fr" ? <>Salon de BeautéPour Elle : <>Beauty SalonFor Ladies Only}

{head.line1} {head.line2.props ? head.line2.props.children : head.line2}{head.line3}

{sub}

); } function HeroFullBleed({ head, sub, lang }) { return (
{lang === "fr" ? "Villa 873 · Al Wasl Road" : "Villa 873 · Al Wasl Road"}

{head.line1} {head.line2.props ? head.line2.props.children : head.line2}{head.line3}

{sub}

); } // ── TRUST STRIP ────────────────────────────────────────────────── function TrustStrip({ lang }) { const t = window.VFPE_DATA.t[lang]; const items = [ { stat: lang === "fr" ? "5,0" : "5.0", label: "Fresha · 330+ " + (lang === "fr" ? "avis" : "reviews"), icon: "stars" }, { stat: "2006", label: lang === "fr" ? "expertise française" : "French expertise" }, { stat: lang === "fr" ? "Pour Elles" : "Ladies Only", label: lang === "fr" ? "Villa privée" : "Private villa" }, { stat: "Al Wasl", label: "Al Safa 2 · Dubai" }, ]; return (
{items.map((it, i) => (
{it.icon === "stars" ?
★★★★★
:
}
{it.stat}
{it.label}
))}
); } // ── SIGNATURE SERVICES ─────────────────────────────────────────── function SignatureServices({ lang, setRoute }) { const D = window.VFPE_DATA; const t = D.t[lang]; return (
{lang === "fr" ? "Signatures de la Maison" : "House Signatures"}

{lang === "fr" ? <>Les rituels les plus demandés. : <>Our most-requested rituals.}

{ e.preventDefault(); setRoute("services"); }} className="sec-link">{lang === "fr" ? "Voir toutes les prestations" : "See full menu"}
{D.signatures.map((s, i) => (
setRoute("services")}>
{L({
{s.signature && {lang === "fr" ? "Signature" : "Signature"}}

{L({ en: s.en, fr: s.fr }, lang)}

{s.onRequest ? {t.priceOnRequest} : s.from ? <>{t.from} {t.aed} {s.from} : {t.aed} {s.price}}
))}
); } // ── ATMOSPHERE STRIP (about teaser) ────────────────────────────── function AtmosphereStrip({ lang }) { return (
{lang === "fr" ? "La Maison" : "The House"}

{lang === "fr" ? <>Une villa sur Al Wasl,
pas un salon de plus. : <>A private villa,
not another salon.}

{lang === "fr" ? "Fondée à Dubaï en 2006 par Alex et Karine, la maison Version Française a ouvert en 2023 son adresse la plus précieuse : un cadre exclusivement féminin, pensé pour qu’on s’y sente comme à la maison — café, calme, lumière douce, et l’expertise française au bout des doigts." : "Founded in Dubai in 2006 by Alex and Karine, the Version Française house opened its most precious address in 2023: a sanctuary exclusively for ladies, designed to feel like home — coffee, quiet, soft light, and French expertise at your fingertips."}

{lang === "fr" ? "Adresse" : "Address"}
Villa 873, Al Wasl Road
Al Safa 2, Dubai
{lang === "fr" ? "Ouverte" : "Open"}
{lang === "fr" ? "Lun — Sam · 9h30 → 19h30" : "Mon — Sat · 9:30am → 7:30pm"}
{lang === "fr" ? "Dim · 9h30 → 14h30" : "Sun · 9:30am → 2:30pm"}
); } // ── BRAND STRIP ────────────────────────────────────────────────── function BrandStrip({ lang }) { const brands = window.VFPE_DATA.brands; return (
{lang === "fr" ? "Maisons partenaires" : "House Partners"}
{brands.map((b, i) => (
{b}
))}
); } // ── TEAM TEASER ────────────────────────────────────────────────── function TeamTeaser({ lang }) { const team = window.VFPE_DATA.team.slice(0, 4); // Tier-B portrait mood — we don't have real headshots, so we use abstract // wood-toned panels (matching the actual reception wood paneling) with the // stylist's initial set in display serif. Honest about what's available. return (
{lang === "fr" ? "L'équipe" : "The Team"}

{lang === "fr" ? <>Des seniors, tous notés 5,0. : <>Senior stylists, all rated 5.0.}

{ e.preventDefault(); window.__VFPE_setRoute?.("about"); }}> {lang === "fr" ? "Découvrir l'équipe" : "Meet the team"}
{team.map((m, i) => (
{m.name[0]}
★★★★★ {lang === "fr" ? "5,0" : "5.0"}

{m.name}

{L(m.role, lang)}
))}
); } // ── GALLERY TEASER ─────────────────────────────────────────────── function GalleryTeaser({ lang }) { const g = window.VFPE_DATA.gallery.tierA; return (
{lang === "fr" ? "À l'intérieur" : "Inside the Villa"}

{lang === "fr" ? <>Sept espaces, une seule maison. : <>Seven rooms, one house.}

{g.slice(0, 6).map((img, i) => (
{L(img.caption,
{img.tag} {L(img.caption, lang)}
))}
); } // ── REVIEW SNIPPET ─────────────────────────────────────────────── function ReviewSnippet({ lang }) { const r = window.VFPE_DATA.reviews[0]; return (
«
{L(r.quote, lang)}
★★★★★
{r.name} · {r.date} · Fresha
{lang === "fr" ? "Avis vérifié" : "Verified review"}
); } // ── CLOSER BAND ────────────────────────────────────────────────── function CloserBand({ lang }) { const t = window.VFPE_DATA.t[lang]; return (
{lang === "fr" ? "Réserver" : "Reserve your seat"}

{lang === "fr" ? <>L'expertise française,
chez nous, près de chez vous. : <>The French expertise,
around the corner.}

); } Object.assign(window, { HomePage, VFMonogram, });