/* ============================================================ DNA Health & Wellness — UI components ============================================================ */ const { useState, useEffect, useRef, useMemo } = React; /* -------------------- Icons (inline SVGs) -------------------- */ const Icon = { arrow: () => , arrowSmall: () => , whatsapp: () => , phone: () => , check: () => , close: () => , pin: () => , calendar: () => , }; /* -------------------- Nav -------------------- */ function Nav({ openBook, openMenu, setOpenMenu }) { const [scrolled, setScrolled] = useState(false); useEffect(() => { const onScroll = () => setScrolled(window.scrollY > 12); window.addEventListener('scroll', onScroll, { passive: true }); return () => window.removeEventListener('scroll', onScroll); }, []); return (
DNA Health & Wellness
24/7
{openMenu === 'pillars' && (
setOpenMenu('pillars')} onMouseLeave={() => setOpenMenu(null)}>
Four pillars

Programs, organised around where you are in your health journey.

Every pillar lands with the same promise: practitioner-led, factual, and supervised by licensed clinicians under DHA/MOH/DOH rules.

{PILLARS.map(p => (
{p.num} · {p.name}
{p.programs.slice(0, 5).map(pr => {pr.name})}
))}
)}
); } /* -------------------- Hero -------------------- */ function Hero({ openBook }) { return (
Founded Dubai · 2018 · DHA Polyclinic 0481574

Live better,
longer — and
on the data.

A functional-medicine clinic group built around four pillars: Prevention · Optimisation · Rejuvenation · Longevity. Six clinics across Dubai and Abu Dhabi, one founder-led medical team, and a quiet preference for evidence over hype.

Browse programs WhatsApp
Pillars
04 Prevention · Optimisation · Rejuvenation · Longevity
Clinics
06 Dubai · Abu Dhabi · home service
Client line
24 / 7 +971 4 573 6500
Longevity Garden at the Al Wasl clinic
"We're focused on helping you live healthier and longer — by putting you on a continuous pathway to optimal health."
Dr Nasr Al Jafari · Co-Founder, Medical Director
); } /* -------------------- Press strip -------------------- */ function PressStrip() { return (
As referenced in
Gulf Time PR Newswire Spear's 500 AHG Gulf News TruDiagnostic
Press logos pending re-use clearance
); } /* -------------------- Philosophy band -------------------- */ function Philosophy() { return (
Our operating philosophy

Science. Mindfulness.
Longevity.

A game-changing approach for you to live better and longer — practised by a team that reads the journals, runs the labs, and won't sell what it can't substantiate.

DHA · MOH · DOH compliant EN · AR · RU · 中文
i.
Science
Functional and integrative medicine — read the labs first, build the protocol second. No guesswork, no theatre.
ii.
Mindfulness
Acupuncture, sound healing and meditation alongside the clinical side. Body and nervous system, addressed together.
iii.
Longevity
Investigational therapies — biological-age testing, Inuspheresis®, exosomes — presented factually. Outcomes vary; all therapies are supervised by licensed practitioners.
); } /* -------------------- Pillars Navigator (interactive) -------------------- */ function Pillars({ openBook, setBookPillar }) { const [active, setActive] = useState(0); const pillar = PILLARS[active]; return (
The four pillars

Where you are determines what you need.

Each pillar holds a clear set of programs and treatments. Move between them — they are designed to share a clinical record, a single team, and one continuous health plan.

{PILLARS.map((p, i) => ( ))}
Pillar {pillar.num} · {pillar.name}

{pillar.tagline}.

{pillar.lede}

{pillar.programs.map((pr, i) => (
{ setBookPillar(pillar.name); openBook(); }}> {String(i + 1).padStart(2, '0')} {pr.name} {pr.price}
))}
View rate card
{`${pillar.name}
{pillar.stats.map(s => (
{s.k}
{s.v}
{s.src &&
{s.src}
}
))}
); } /* -------------------- Approach (4 steps) -------------------- */ function Approach() { return (
How a client journey unfolds

Analyse. Optimise.
Maintain. Reverse-ageing.

The clinic's framework, drawn straight from the Al Wasl flagship's longevity wall. Four phases — start with one, stay with us across all four.

Avg. consult · 60 min Care plan in 7 days Quarterly follow-ups
{APPROACH.map(a => (
{a.num} · phase

{a.title}

{a.desc}

))}
); } /* -------------------- Founder + Team -------------------- */ function Team({ openDoctor }) { const founder = DOCTORS[0]; const team = DOCTORS.slice(1); return (
The clinical team

Founder-led. Functional medicine first.

The team that reads your labs, runs your protocol and follows you up. We publish a doctor only when their licence and portrait release are on file with us — the rest are listed as pending until verification clears.

{founder.name}/
DHA verified Co-Founder · Medical Director
Meet the founder

{founder.name}

"The point of functional medicine isn't to find a single thing wrong with you. It's to keep finding nothing wrong with you, for as long as possible."

Licence
DHA Consultant — active to 1 Jul 2026
Medical school
University of Nottingham
Postgraduate
Oxford Radcliffe Hospitals
Business
MBA · Alliance Manchester
Memberships
Institute for Functional Medicine
In UAE since
2015
Specialist team · 7 of 12 published
{team.map(d => (
openDoctor(d)}>
{d.name}/
{d.name}
{d.role}
{d.verified ? DHA verified : Verification pending}
))}
Note: only Dr Al Jafari's DHA licence has been independently verified for this prototype. Other practitioners are listed on the clinic's official team page; their DHA licences and portrait-use consents are marked verification pending until the clinic supplies the underlying paperwork.
); } /* -------------------- Locations -------------------- */ function Locations({ openBook, setBookLocation }) { const [active, setActive] = useState(0); const loc = LOCATIONS[active]; return (
Six clinics · Dubai + Abu Dhabi

Find your nearest branch.

All clinics share one medical record, one client service line (24/7) and one rate card. Per-branch opening hours are confirmed at booking — the central line is always open.

{LOCATIONS.map((l, i) => (
setActive(i)}> {l.num}
{l.name}
{l.address}
{l.note &&
— {l.note}
}
{l.flagship ? 'Flagship' : 'Open'}
))}
{loc.name}
Branch
{loc.name}
Strength
{loc.feature}
Parking
{loc.parking}
); } /* -------------------- Reviews (qualitative; no aggregateRating) -------------------- */ function Reviews() { return (
Client experience · qualitative

What we hear, often.

Selected client comments — no aggregate star count is published here because the live Google figures conflict across branches. The team is happy to share verified Google links per branch on request.

{REVIEWS.map((r, i) => (
{'★ '.repeat(r.stars).trim()}
"{r.body}"
{r.who} {r.where}
))}
); } /* -------------------- CTA band + Footer -------------------- */ function CTABand({ openBook }) { return (
Two ways in

Start with a screening,
or with a question.

Most clients begin with an annual health screening or a 30-minute discovery call. Either way, the next conversation is with a doctor — not a salesperson.

Chat on WhatsApp Call 24/7 · +971 4 573 6500
); } function Footer() { return ( ); } /* -------------------- Mobile bottom bar -------------------- */ function MobileBar({ openBook }) { return (
Book a consultation
); } /* -------------------- Doctor drawer -------------------- */ function DoctorDrawer({ doctor, onClose }) { if (!doctor) return null; return ( <>
); } Object.assign(window, { Nav, Hero, PressStrip, Philosophy, Pillars, Approach, Team, Locations, Reviews, CTABand, Footer, MobileBar, DoctorDrawer, Icon });