// Larger page sections — treatments, branch switcher, specialists, etc.
// --- TREATMENT GRID ---
function TreatmentGrid() {
return (
Specialist-led care, end-to-end — from routine hygiene to full-mouth rehabilitation.>}
kicker="Eight specialties practiced under one brand. Every treatment journey is mapped: what it is, candidacy, process, recovery and FAQs — all DHA-compliant. We never publish a price without verification."
action={
All treatments
}
/>
Eight clinics across Dubai — choose your nearest.>}
kicker="Every booking is branch-aware: hours, on-site specialists, parking notes and reviews are local to the clinic you pick. 24/7 emergency line works from any branch."
/>
Internationally trained. DHA-verified before they appear here.>}
kicker={<>52 named practitioners across 8 specialties — trained in the UK, US, France, Germany, Sweden, Japan and beyond. We publish each dentist only with their consent and DHA licence number once supplied.>}
action={
Two genuine niches, not a marketing strapline.>}
/>
{/* Biodentistry */}
Signature · Biodentistry
Biological dentistry — biocompatible by default.
Three accredited biodentists on staff and an accredited biological hygienist. Mercury-safe protocols, ceramic-first restorations, and an integrative whole-body view of oral health. A genuine niche, rare in the Gulf.
The only Dental Phobia Certified clinic in the UAE.
If the chair makes your heart race, we built the entire experience around you. Zen-design rooms, sedation options, slow-paced first visits, and a team trained to spot anxiety before you have to name it.
A before / after gallery is coming — but only with explicit consent.
DHA advertising rules don't allow patient cases without documented consent and compliant context. We're collecting that now — properly — rather than ship a gallery that could put a patient or the clinic at risk.
{[
'Each case ships with signed patient consent + treatment timeline',
'Original photography, clinical lighting — no stock',
'Architecture lives; cases drop in as consent clears',
].map(t => (
DHA-compliant publishing only. No stock, no synthetic before/afters.
);
}
// --- REVIEWS (with disclaimer, no aggregated rating) ---
function Reviews() {
// No fabricated reviews — sample shape only, marked as such.
return (
Per-branch Google reviews — verified, never aggregated.>}
kicker="We don't average 8 branches into one star number. Each clinic page surfaces its own Google rating once verified. Until then, this section ships empty."
/>
"Branch-specific reviews appear here once the client supplies the verified Google Place ID for each of the 8 clinics."
— Placeholder · awaiting verified per-branch feed
To unlock this block
1
Verified Google Place IDs per branch
2
Approved review-display copy (DHA-compliant)
3
Confirm: do not aggregate into a single star number
A first visit, on your terms. 30 minutes. No pressure.
Tell us the basics. A coordinator at your branch will call back within the same working day to confirm a time with the right specialist. No medical history needed up front — that's for the chair.
{[
['Branch-aware', `Routed to ${branch.name}`],
['Same-day callback', 'Within working hours'],
['No PHI online', 'We collect history in clinic'],
].map(([t, s]) => (
{t}— {s}
))}
);
}
function Field({ label, children, full }) {
return (
);
}
// --- FOOTER ---
function Footer() {
return (
);
}
function FooterCol({ title, items }) {
return (