// Biolite — Home screen function HomeScreen({ setRoute, openBooking }) { return (
{/* HERO */}
Dubai since 2007 · UK since 2002 · Founder-led

Considered
aesthetic medicine,
quietly delivered.

A founder-led clinic on Al Thanya Road. Surgical and non-surgical aesthetics, cosmetic gynaecology and supervised longevity care — by appointment, by referral, and by reputation.


2007
Founded · Dubai Healthcare City
6 · areas
Surgical · Face · Body · Hair · Gynae · Longevity
EN · AR · RU · ZH
Consultations in four languages
Biolite clinic
Currently accepting
Surgical & longevity programmes — 2026 spring intake
{/* TREATMENT AREAS */}
Six pathways, one team. Every treatment ends in a consultation — never a checkout.
{TREATMENT_AREAS.map(a => (
setRoute({ page: "treatments", area: a.id })}>
{a.name}
— {a.num}
{a.name}

{a.blurb}

{a.count} treatments Explore →
))}
{/* FOUNDER */}
Mona Mirza, Founder of Biolite
— II · The founder

Mona Mirza
founded Biolite in 2007.

Press has described Mona as among "the first licensed laser and IPL supervisors" in the UK in the 1990s; she opened Biolite in Dubai Healthcare City as a doctor-led, founder-stewarded clinic, after launching the UK practice in 2002.

Recognised in the MBRE Dubai Top 100 SMEs (#17, attributed) and featured in Mojeh, What's On and Near+Far. Brand and press claims presented as attributed, not as assertion.

{/* WELLNESS / LONGEVITY teaser */}
— III · Wellness & longevity

A separate, science-careful pathway.

Healthness, IV optimisation, supervised ozone and recovery modalities — presented factually, supervised by licensed practitioners. We don't promise reversal; we offer programme care.

DHA/MOH compliant claims Regenerative and longevity modalities are offered as supportive, qualified care. Outcomes vary; we make no disease-cure or guaranteed-results claims.
{WELLNESS.slice(0, 4).map(w => (
{w.name}
{w.name}
{w.desc}
{w.qualifier}
))}
{/* PROOF / TRUST STRIP — NO fabricated ratings; show factual structure */}
19+
Years in Dubai · since 2007
24+
Years of Mirza practice · UK since 2002
— · —
Live Google rating · awaiting verification
#17
MBRE Top 100 SMEs · attributed
Note · Per DHA/MOH advertising guidance we publish numbers only when confirmed. Multiple aggregators report conflicting Google ratings (4.8 vs 4.9), so we display none until the live figure is verified.
{/* TREATMENT LIST EDITORIAL */}
Every treatment includes a journey page — what it is, who it's for, how it goes, recovery and FAQ — and ends in a consult booking.
{TREATMENTS.slice(0, 10).map((t, i) => (
setRoute({ page: "treatment", id: t.id })}>
{String(i + 1).padStart(2, "0")}
{t.name}
{t.tags}
Recovery · {t.recovery}
))}
{/* CTA / VISIT */}
— V · Visit

Villa 57,
Al Thanya Road.

Tucked into Umm Suqeim 2, a quiet residential stretch of Jumeirah — short drives from Marina, Downtown and DXB.

Reception
+971 4 346 6641
Direct line
+971 50 292 0086
Hours · confirm
Sat – Thu, by appointment
Map of Villa 57 Al Thanya Road
); } Object.assign(window, { HomeScreen });