/* global React, PILLARS, DOCTORS, CONTACT, LogoMark, SectionHead, ComplianceBadge */ // Remaining pages — Doctors, Doctor profile, About, Location, Before/After, Contact const { useState: useStateAux } = React; // ===================== // DOCTORS LIST // ===================== const DoctorsPage = ({ go }) => { const [filter, setFilter] = useStateAux("all"); const filtered = filter === "all" ? DOCTORS : DOCTORS.filter(d => d.pillar === filter); return (
Our Doctors · DHA-licensed · European-trained

The team behind every protocol.

We publish only verified physicians — credentials, board certifications and DHA licence on file. The complete Dubai roster is being verified for publication.

DHA · licence verification in progress
Filter by pillar
setFilter("all")}>All physicians
{PILLARS.filter(p => p.id !== "le-salon").map(p => (
setFilter(p.id)}>{p.title.split(" — ")[0]}
))}
{filtered.map(d => (
go("doctor", d.slug)}>
{d.name}
{d.status}
{d.name}
{d.role}
{d.licence}
{d.languages.join(" · ")} · {d.years} yrs
))}
); }; // ===================== // DOCTOR PROFILE // ===================== const DoctorProfilePage = ({ slug, go, openBooking }) => { const d = DOCTORS.find(x => x.slug === slug); if (!d) return
Not found.
; const pillar = PILLARS.find(p => p.id === d.pillar); return (
{d.name}
Status
{d.status} physician
{d.status === "Resident" ? "Practising regularly at the Dubai Festival City clinic." : "On visiting clinics at the Dubai Festival City flagship — please request availability."}
{pillar && pillar.title}

{d.name}

{d.role}

{d.bio}

DHA Licence
{d.licence}
Specialty
{d.role}
Years in practice
{d.years} years
Languages
{d.languages.join(" · ")}

DHA · pending{" "} Each physician's credentials, board certification and DHA licence will be confirmed prior to public listing.

); }; // ===================== // ABOUT // ===================== const AboutPage = ({ go }) => (
About · Paris lineage, Dubai flagship

From the Plaine Monceau to Dubai Festival City.

Maison Lutétia was founded in Paris in a late-nineteenth-century Haussmann mansion on rue Ampère, in the 17th arrondissement. Its philosophy — sublimer, jamais changer — has shaped a quiet, natural, doctor-led tradition of aesthetic medicine.

In 2018, that tradition opened a flagship in Dubai, in partnership with Al-Futtaim — and brought, with it, the DHI hair-transplant method the Paris Maison has practised exclusively in France since 2013.

Dubai flagship — gold and Arabic signage
{/* Timeline */}
{[ { yr: "1890s", title: "The mansion", body: "A Haussmann townhouse, Plaine Monceau — the future Paris Maison." }, { yr: "2013", title: "DHI in France", body: "Maison Lutétia begins offering Direct Hair Implantation exclusively in France." }, { yr: "2018", title: "Dubai flagship", body: "A 2,000 m² clinic opens in Dubai Festival City, operated by Al-Futtaim." }, { yr: "Today", title: "Five pillars", body: "Aesthetic Medicine, Dermatology, Plastic Surgery, DHI, Longevity — under one roof." } ].map((m, i) => (
—— {m.yr}
{m.title}

{m.body}

))}
{/* Philosophy spreads */}
02 · Philosophy

Sublimer,
jamais changer.

Enhance, never change. We treat faces, not features. We design pathways, not menus. We sit with you — not at you — and we build protocols that honour the person looking back at you in the mirror tomorrow morning.

That is the French difference. Not a price point, not a marble desk: a way of practising.

{/* Operator & compliance */}
Operator

Maison Lutétia Dubai is operated by Lutetia Br Of Al Futtaim Aesthetics Clinics Single Person Company — the Al-Futtaim Health division of the Al-Futtaim Group.

Note · Paris ≠ Dubai

The Paris Maison (maisonlutetia.com) and the Dubai clinic (lutetiaclinics.com) are operationally distinct. Dubai contacts, doctors and bookings are listed only on this site.

Regulator

The clinic is regulated by the Dubai Health Authority (DHA). The establishment licence is available on request and will be published once verified.

  • · DHA establishment licence (on request)
  • · Individual physician DHA licences verified per profile
  • · DHA-compliant advertising
  • · Patient consent for before/after publication
); // ===================== // LOCATION // ===================== const LocationPage = ({ openBooking }) => (
Dubai Location

Dubai Festival City Mall.
Ground floor.

A 2,000 m² flagship on the ground floor of Dubai Festival City Mall — opposite the VIP valet parking, with 14 treatment rooms, a VIP suite with a private entrance, and the attached Le Salon.

{/* Map placeholder — stylised */}
{/* Roads */} {/* Water — Festival Bay */} {/* Mall block */} DUBAI FESTIVAL CITY MALL GROUND FLOOR {/* Pin */} Maison Lutétia {/* Compass */} N
{/* Visit details */}
Address

Dubai Festival City Mall
Ground floor
Crescent Drive / Festival Blvd
Ras Al Khor (Al Kheeran 1)
Dubai, UAE

Plus Code · 69F3+8G8
Hours
{CONTACT.hours.map((h, i) => (
{h.d} {h.h}
))}
Contact
Email
{CONTACT.email}
to be confirmed
{/* Getting there */}
{[ { img: "media/interior-2-dpa.webp", lbl: "Majlis lounge" }, { img: "media/interior-4-dpa.webp", lbl: "Consultation rooms" }, { img: "media/interior-7-dpa.webp", lbl: "Treatment corridor" }, { img: "media/interior-5-dpa.webp", lbl: "Le Salon area" }, { img: "media/interior-8-dpa.webp", lbl: "Reception detail" }, { img: "media/interior-3-dpa.webp", lbl: "Private spaces" } ].map((g, i) => (
{g.lbl}
{g.lbl}
))}
{[ { lbl: "Parking", body: "Opposite Mall VIP valet parking. Mall parking available throughout." }, { lbl: "Metro", body: "Dubai Festival City is served by RTA bus links. Metro by taxi connection." }, { lbl: "Private entrance", body: "A VIP suite with a discreet private entrance for those who prefer." }, { lbl: "Languages", body: "Reception in English, Arabic, French. Russian on request." } ].map((it, i) => (
{it.lbl}

{it.body}

))}
); // ===================== // BEFORE & AFTER (consent-gated placeholder) // ===================== const BeforeAfterPage = ({ openBooking }) => (
Before & After

A gallery, held in reserve.

We will publish before-and-after imagery only with explicit patient consent and in full compliance with the DHA's advertising rules. Until those clearances are in place, this gallery remains intentionally closed.

Consent-gated · DHA-compliant

This area is intentionally empty.

Real cases will be published with patient consent, anonymised where requested, and labelled with treatment, sessions, and follow-up window. Until then, your doctor can show you cases in a private consultation.

{[ { t: "Standardised photography", d: "Same angle, same light, same lens — clinical-grade documentation." }, { t: "Treatment & sessions", d: "Procedure, number of sessions, and the interval between baseline and follow-up." }, { t: "Realistic expectations", d: "No retouching, no idealised hero shots. Outcome ranges, not promises." } ].map((s, i) => (
0{i + 1}
{s.t}

{s.d}

))}
); // ===================== // CONTACT // ===================== const ContactPage = ({ openBooking }) => (
Contact · Book a Consultation

Begin with a conversation.

Speak to our patient coordinators, or send a short note. We respond within one business day. We keep contact forms light — please don't include medical history.

Email
{CONTACT.email}
to be confirmed
WhatsApp
Pending the verification of the Dubai WhatsApp number.
The +33 Paris WhatsApp will not be wired here — Paris and Dubai are separate operations.
Address
{CONTACT.address}
{/* Form */}
Send a note

Or — request a consultation.

); const ContactForm = ({ openBooking }) => { const [form, setForm] = useStateAux({ name: "", phone: "", email: "", interest: "", notes: "", consent: false }); const [sent, setSent] = useStateAux(false); const upd = (k, v) => setForm(f => ({ ...f, [k]: v })); if (sent) { return (

Merci.

We've received your note. A patient coordinator will be in touch within one business day.

); } return (
{ e.preventDefault(); if (form.consent && form.name && (form.phone || form.email)) setSent(true); }}>
upd("name", e.target.value)} placeholder="Mme / M." />
upd("phone", e.target.value)} placeholder="+971" />
upd("email", e.target.value)} placeholder="you@example.com" />