// --------------------------------------------------------------------------- // Pages — Home / Treatments / Doctors / About / Contact // --------------------------------------------------------------------------- const { useState: useStateP, useEffect: useEffectP, useMemo: useMemoP, useRef: useRefP } = React; // ===== HOME ================================================================ function HomePage({ onNavigate, onBook }) { const scrollY = useScrollY(); return (
{/* HERO */}
Aesthetic & dermatology · Jumeirah, since {CLINIC.since}

The quiet authority
of doctor-led skin.

For thirteen years, founder Dr Radmila Lukian and her clinical team have practised dermatology, aesthetics and plastic surgery from a single villa on Jumeirah Beach Road — without hype, without guarantees, without shortcuts.

{/* Hero stats strip */}
{[ { kpi: '2012', label: 'Founded' }, { kpi: '11', label: 'In-house doctors' }, { kpi: '4', label: 'Treatment areas' }, { kpi: 'EADV · AAD', label: 'Memberships' }, ].map((s, i) => (
{s.kpi}
{s.label}
))}
Scroll
{/* INTRO / Doctor-led ribbon */}

A clinic built around{' '} one principle: the doctor sees you first.

Every patient at Lucia is seen by a licensed dermatologist or specialist physician before any treatment is recommended. That single rule — quiet, almost old-fashioned — is the reason patients return, refer their families, and trust us with their longest-term skin work.

{[ 'European Board-Certified founder', 'Resident specialist doctors', 'MOH-approved facility', 'Compliant with DHA advertising rules', ].map(t => (
{t}
))}
Dr Radmila Lukian at Lucia Clinic
Founder
Dr Radmila Lukian
European Board-Certified Dermatologist
{/* TREATMENT AREAS */}

Four practices,{' '} one philosophy.

{TREATMENT_AREAS.map((area, i) => ( ))}
{/* By concern */}

Or start from what brought you here.

{CONCERNS.map(c => ( ))}
{/* DOCTORS TEASER */}

Eleven licensed clinicians.
All resident or known to us.

{DOCTORS.slice(0, 4).map(d => ( ))}
{/* DEVICES + ACCREDITATIONS */}

Named devices,
operated by licensed clinicians.

Energy-based and laser platforms are powerful when prescribed appropriately and used by trained operators. We name the device and the clinician — never one without the other.

{DEVICES.map((d, i) => (
{d.name}
{d.blurb}
))}
Memberships (verified)
{ACCREDITATIONS.map(a => (
{a.full}
{a.full}
))}
{/* PHILOSOPHY / quote section */}

“The brand name comes from the Italian luce — light.
Our work is to bring out the light already in our patients' skin,
not to write a new face on top of it.”

Dr Radmila Lukian · Founder & Medical Director
{/* CTA band */}

A consultation is the
only first step.

We don't offer prices online. Aesthetic and dermatology decisions deserve a private, in-person conversation — we'd rather take the time, even if it's a treatment we won't recommend.

Ask on WhatsApp
Visit us
Villa 323, Jumeirah Beach Road
{CLINIC.landmark}
Hours
Mon – Sun
9 am – 8 pm
); } // ===== Scroll helper hook ================================================= function useScrollY() { const [y, setY] = useStateP(0); useEffectP(() => { const onScroll = () => setY(window.scrollY); window.addEventListener('scroll', onScroll, { passive: true }); return () => window.removeEventListener('scroll', onScroll); }, []); return y; } // ===== TREATMENTS PAGE ==================================================== function TreatmentsPage({ params, onNavigate, onBook }) { const [areaId, setAreaId] = useStateP(params?.area || 'face'); const [concernId, setConcernId] = useStateP(params?.concern || null); const [activeTreatment, setActiveTreatment] = useStateP(params?.treatment || null); useEffectP(() => { if (params?.area) setAreaId(params.area); if (params?.concern) setConcernId(params.concern); if (params?.treatment) setActiveTreatment(params.treatment); }, [params]); const area = TREATMENT_AREAS.find(a => a.id === areaId) || TREATMENT_AREAS[0]; const filteredTreatments = useMemoP(() => { if (concernId) { const concern = CONCERNS.find(c => c.id === concernId); if (!concern) return area.treatments; const targetArea = TREATMENT_AREAS.find(a => a.id === concern.area) || area; return targetArea.treatments; } return area.treatments; }, [areaId, concernId, area]); const treatmentObj = activeTreatment ? area.treatments.find(t => t.slug === activeTreatment) : null; return (
{/* Header */}

Treatments by{' '} area{' '} or by{' '} concern.

All treatments are by consultation. No prices are published online — your plan is built with the doctor in person.
{/* Tabs + concerns */}
{TREATMENT_AREAS.map(a => ( ))}
By concern
{CONCERNS.map(c => ( ))}
{/* Area hero strip */}
{area.sub}

{area.label}

{area.blurb}

{area.treatments.length}
Treatments
{DOCTORS.filter(d => d.specialty.toLowerCase().includes(area.id) || area.id === 'face' && d.specialty === 'Dermatology' || area.id === 'plastic-surgery' && d.specialty === 'Plastic Surgery' || area.id === 'body' && d.specialty === 'Aesthetics' || area.id === 'men').length}
Specialists
{area.label}
{/* Treatments list */}
{filteredTreatments.map((t, i) => ( ))}
{/* Treatment detail drawer */} {treatmentObj && (
setActiveTreatment(null)} style={{ alignItems: 'stretch', justifyContent: 'flex-end' }}>
e.stopPropagation()}> setActiveTreatment(null)} onBook={() => onBook({ area: area.id, treatment: treatmentObj.slug })} />
)} {/* Compliance / CTA strip */}
What you won't find here

No prices online. No guaranteed results. No before / after without consent.

UAE medical advertising rules don't allow guaranteed results or non-compliant superlatives — and we don't want to. We publish what we can stand behind, no more.

); } function TreatmentDetail({ area, treatment, onClose, onBook }) { const sections = [ { title: 'What it is', body: `${treatment.name} is part of our ${area.label.toLowerCase()} practice. Approach, suitability and dosing are individualised at consultation — generic protocols don\u2019t live well in aesthetic medicine.` }, { title: 'Candidacy', body: `Suitable candidacy is assessed in person by a licensed doctor — including medical history, current medication, prior aesthetic treatments and your goals. Some patients will be advised that this is not the right treatment for them; we say so clearly.` }, { title: 'Process', body: `Consultation \u2192 personalised plan \u2192 treatment scheduled with the appropriate clinician. Typical chair time: ${treatment.time}. Topical anaesthetic or cooling used where appropriate.` }, { title: 'Recovery', body: `Recovery is procedure-specific and reviewed with you before booking. Most non-surgical treatments allow same-day return to normal activity; surgical procedures have documented multi-week recovery plans and follow-up reviews.` }, ]; const faqs = [ { q: 'How many sessions will I need?', a: 'Sessions are individualised \u2014 single, course or maintenance. Your doctor will recommend a number at consultation, and we don\u2019t pre-pack sessions you may not need.' }, { q: 'Will you publish my results?', a: 'Only with written, DHA-compliant consent. We never reuse patient images without permission.' }, { q: 'How much does it cost?', a: 'Aesthetic and dermatology pricing is given at consultation. We don\u2019t publish prices online \u2014 a clear written quote is provided before any treatment begins.' }, ]; return (
{area.label} · {treatment.type}
{treatment.name}
Time · {treatment.time} · By consultation
{sections.map(s => (
{s.title}

{s.body}

))}
Frequently asked
{faqs.map((f, i) => ( ))}
Compliance note. Treatment claims are descriptive, not promises. Individual outcomes vary; this page is not medical advice. Treatments are provided under MOH approval No. ZTLTLKYZ-161121; per-clinician DHA licensing displayed in person.
Ask a question
); } function FAQItem({ q, a }) { const [open, setOpen] = useStateP(false); return (
{open && (

{a}

)}
); } // ===== DOCTORS PAGE ======================================================= function DoctorsPage({ params, onNavigate, onBook }) { const [filter, setFilter] = useStateP('all'); const [activeDoctor, setActiveDoctor] = useStateP(params?.doctor || null); useEffectP(() => { if (params?.doctor) setActiveDoctor(params.doctor); }, [params]); const filtered = useMemoP(() => { if (filter === 'all') return DOCTORS; if (filter === 'resident') return DOCTORS.filter(d => d.type === 'resident'); if (filter === 'guest') return DOCTORS.filter(d => d.type === 'guest'); return DOCTORS.filter(d => d.specialty === filter); }, [filter]); const doctorObj = activeDoctor ? DOCTORS.find(d => d.slug === activeDoctor) : null; const founder = DOCTORS[0]; const rest = filtered.filter(d => d.slug !== founder.slug); return (
{/* Header */}

Eleven licensed clinicians. One philosophy of care.

Resident dermatologists, aesthetic doctors and visiting plastic surgeons — each licensed under the Dubai Health Authority (DHA), each named on the patient's consultation record.

{/* Founder hero */} {filter === 'all' && (
{founder.name}
Founder · Medical Director

Dr Radmila Lukian

{founder.credentials}

Dr Radmila founded Lucia Clinic in 2012 as a single-villa, doctor-led practice on Jumeirah Beach Road. Trained in Europe and lectured internationally on aesthetic dermatology, she is the longest-tenured clinician on every patient's file.

)} {/* Filter + grid */}
{[ { id: 'all', label: 'All clinicians' }, { id: 'Dermatology', label: 'Dermatology' }, { id: 'Aesthetics', label: 'Aesthetics' }, { id: 'Plastic Surgery', label: 'Plastic Surgery' }, { id: 'resident', label: 'Resident' }, { id: 'guest', label: 'Visiting' }, ].map(f => ( ))}
{filtered.length} shown
{(filter === 'all' ? rest : filtered).map(d => ( ))}
setActiveDoctor(null)} onBook={(p) => { setActiveDoctor(null); onBook(p); }} />
); } function Stat({ label, value }) { return (
{label}
{value}
); } // ===== ABOUT PAGE ========================================================= function AboutPage({ onNavigate, onBook }) { return (
{/* Hero */}

Founded in {CLINIC.since},
built on the Italian word for light.

Lucia Aesthetic & Dermatology Center is a private, single-location villa clinic on Jumeirah Beach Road — founded by Dr Radmila Lukian and run by an in-house team of resident dermatologists, aesthetic doctors and visiting plastic surgeons.

{/* Brand idea */}

Lucia — from luce.

The clinic takes its name from the Italian luce — light, brightness. For us it's less a marketing slogan and more a daily reminder: the most flattering thing we can do for our patients' skin is to let what's already there come forward.

That bias shapes our judgement at the consultation table — we're slower to add and quicker to refine. Some patients are advised against treatment we offer. We say so plainly.

Lucia Clinic symbol
The Lucia mark
{/* Timeline / story */}

Thirteen years in one villa.

{[ { y: '2012', t: 'Founded', d: 'Dr Radmila Lukian opens Lucia Clinic as a doctor-led dermatology and aesthetic practice in Jumeirah.' }, { y: '2015', t: 'Surgical wing', d: 'Plastic-surgery referrals begin under visiting consultants — strict candidacy criteria.' }, { y: '2019', t: 'Device platform', d: 'Major investment in named energy-based platforms — CoolSculpting, EmSculpt NEO, Morpheus8.' }, { y: '2024', t: 'Today', d: 'Eleven licensed clinicians across dermatology, aesthetics and plastic surgery; ~37-person team total.' }, ].map((s, i) => (
{s.y}
{s.t}

{s.d}

))}
{/* Founder editorial */}

A European-board dermatologist at the centre of every plan.

Dr Radmila Lukian remains medically responsible for every clinical decision at Lucia. New treatments, new devices and new clinicians pass through her review before they reach the patient.

Editorial mentions of the founder have appeared in Grazia ME and across regional aesthetic press — we attribute these as press, not awards, in keeping with DHA/MOH advertising rules.

{/* Accreditations + licensing */}

Verified memberships. Visible licensing.

{ACCREDITATIONS.map(a => (
{a.full}
{a.name}
{a.full}
Verified by clinic
))}
Ministry of Health approval
{CLINIC.moh}

Printed in the clinic footer and verifiable with the UAE Ministry of Health.

Dubai Health Authority licence
To be published

We'll publish the DHA establishment licence and per-clinician licence numbers once the launch verification pack is complete.

{/* Before/after compliance card */}

Patient results, by consent only.

We don't publish before-and-after images without written patient consent and a DHA/MOH-compliant disclosure. A consented gallery is in preparation — until then, real cases are reviewed in-clinic during consultation.

Consent-gated gallery
Available at consultation

Ask your doctor to share documented examples relevant to your case.

); } // ===== CONTACT PAGE ======================================================= function ContactPage({ onBook }) { return (

Villa 323,
Jumeirah Beach Road.

Park on the property. Walk through the garden entrance. Most consultations finish within the hour.

Tell us a little. We'll be in touch.

We don't collect medical history in this form — only what we need to schedule your consultation. Clinical detail is shared in person under DHA-compliant confidentiality.

{CLINIC.phone}]} /> {CLINIC.whatsapp}]} /> {CLINIC.email}, Please confirm this is current]} />
Lucia Clinic interior
Address
Villa 323, Jumeirah Beach Road
Jumeirah 2, Dubai, UAE
{CLINIC.landmark}
{/* Map placeholder strip */}
Live map embed once coordinates are confirmed
(Google Maps · output=embed)
); } function ContactBlock({ label, lines }) { return (
{label}
{lines.map((l, i) =>
{l}
)}
); } Object.assign(window, { HomePage, TreatmentsPage, DoctorsPage, AboutPage, ContactPage, });