/* global React */ const { useState: useState_h, useEffect: useEffect_h } = React; // ============================================================ // HOME // ============================================================ const HomePage = () => { return (
{/* HERO */}
Doctor-led · Business Bay Free consultation

Doctor-led aesthetics, in the heart of Business Bay.

Botox, fillers, skin boosters and advanced skin treatments — natural results, medically delivered. Free 15-minute consultation before any procedure.

Botox from AED 350 per area · doctor-administered
{/* Hero visual */}
{/* Floating monogram badge */}
Open today · 10:00–22:00
{/* Stacked card — recent review */}

“The result looks natural and balanced.”

Toujani Rou · May 2026
{/* Neon face mark - soft watermark */}
{/* TRUST STRIP */}
{[ { num: "129+", label: "Verified reviews on Fresha" }, { num: "22K", label: "Followers @coventclinic" }, { num: "3", label: "Doctors on the roster" }, { num: "FREE", label: "Consultation before booking" }, ].map((it, i) => (
0 ? "1px solid var(--line)" : "none", padding: "0 8px" }}>
{it.num}
{it.label}
))}
{/* TREATMENT CATEGORIES */}
Treatments

A focused menu — every procedure doctor-led.

View all treatments
{window.TREATMENTS.map((t, i) => ( { e.currentTarget.style.transform = "translateY(-4px)"; e.currentTarget.style.boxShadow = "var(--shadow-lift)"; e.currentTarget.style.borderColor = "var(--gold-soft)"; }} onMouseLeave={e => { e.currentTarget.style.transform = "translateY(0)"; e.currentTarget.style.boxShadow = "var(--shadow-card)"; e.currentTarget.style.borderColor = "var(--line)"; }} >
{t.tag}

{t.title}

{t.blurb}

Explore
))}
{/* WHY COVENT */}
Why Covent

A boutique clinic with the discipline of medical care.

We started Covent Clinic because Business Bay deserved aesthetics done properly — by doctors, with a consultation-first approach and a clinical environment, not a salon experience.

{[ { num: "01", t: "Registered physicians only", b: "Every injectable and energy-based procedure is performed by a doctor on our roster." }, { num: "02", t: "Consultation-first", b: "Free 15-minute consult before any treatment. We say no when no is the right answer." }, { num: "03", t: "Transparent “from” pricing", b: "Botox AED 350, fillers AED 750, Endolift AED 2,500 — no surprises at checkout." }, { num: "04", t: "Discreet, doctor-led care", b: "A small clinic with named clinicians. You see the same doctor each time." }, ].map((it, i) => (
{it.num}
{it.t}
{it.b}
))}
{/* PRACTITIONERS PREVIEW */}
The team

Named doctors, real credentials.

Meet the clinic
{window.PRACTITIONERS.map((p, i) => (
headshot · client to supply
{p.name} {p.rating}
{p.role}
))}
{/* REVIEWS */}
recent reviews

4.5 stars, 129 reviews — and counting.

{window.REVIEWS.map((r, i) => (

“{r.quote}”

{r.author}
{r.date} · {r.treatment}
{r.source}
))}
All reviews
{/* LOCATION TEASER */}
Find us

Westbury Tower 1, Business Bay.

A short drive from Downtown and DIFC. Office 307, 3rd floor — discreet entrance, easy parking in the tower.

Westbury Tower 1, Office 307
Business Bay, Dubai
+971 58 195 5350
Tap to call or WhatsApp
); }; // Live Google Maps embed for the Business Bay clinic. const MapBlock = () => (