// Home page function Home({ go }) { const t = useContext(TweaksCtx); const heroStyle = t.hero; return (
{/* HERO */} {heroStyle === 'editorial' ? (
Surgeon-led · Since 2011 · Jumeirah

Considered surgical care, refined aesthetic medicine.

A consultant-led plastic surgery and aesthetics clinic in a private Jumeirah villa. Comprehensive consultations, DHA-licensed practitioners, and procedures that respect who you are.

Dr Jaffer Khan in consultation
Dr Jaffer Khan
Consultant Plastic Surgeon
) : (
DHA Licensed · Since 2011
Surgeon-led · Since 2011 · Jumeirah

The clinic quiet authority trusts.

Surgical plastic surgery and aesthetic medicine, delivered by a permanent in-house team of DHA-licensed practitioners in a private Jumeirah villa.

)} {/* TRUST STRIP */}
14+ Years in Jumeirah
{DOCTORS.filter(d => d.isSurgeon).length} DHA-Licensed Surgeons
{PROCEDURE_AREAS.length} Treatment Streams
4.7 Rated on Google · See profile
Mon–Sat 10:00 – 20:00 by appointment
{/* PROCEDURE AREAS */}

Five streams of care, one consistent team.

From consultant-led plastic surgery to aesthetic injectables, energy-based skin treatments, body contouring and wellness — built around the question you walk in with, not the device.

{PROCEDURE_AREAS.map(a => ( ))}

Or start with a concern

{CONCERNS.map(c => ( ))}
{/* SURGEON FEATURE */}
Dr Jaffer Khan
DHA Licence
00180704 · verify on Sheryan
Founder · CEO

Dr Jaffer Khan, Consultant Plastic Surgeon.

In Dubai since 1998. UK-trained at St Bartholomew's and Royal London, holding the Joint Royal Colleges specialty fellowship in plastic surgery. Visiting professor at Anglia Ruskin University and lead on a Dubai-based aesthetic plastic surgery (MCh) training programme.

Training
St Bartholomew's & Royal London (UK)
Fellowship
Joint Royal Colleges Plastic Surgery
Special Interest
Liposuction, Body Contouring, Face & Breast
Academic
Visiting Professor, Anglia Ruskin University
{/* DEVICE STRIP */}
Named devices in clinic
{DEVICES.map(d => {d})}
{/* CLINIC INTERIOR */}

A private Jumeirah villa, treated like a clinic.

Five treatment suites and a dedicated surgical area inside Utamah Villa #1049c, Al Wasl Road. Calm, discreet and built for patient privacy.

Clinic lounge
Reception
Consult room
Treatment room
Aesthetic treatment suite
{/* DOCTORS */}

A permanent team, not a rotating roster.

Plastic surgeons, aesthetic physicians and clinical therapists who work together day-to-day. Every name below is published with credentials, not marketing.

{DOCTORS.slice(0, 4).map(d => ( ))}
{/* PRESS BAND */}
As referenced in Grazia ME Quintessentially aesthetics.today Editorial mentions — not awards. Cited with attribution.
{/* CONSULTATION CTA */}
The Consultation

Forty-five minutes with a consultant, not a sales pitch.

Bring the question you've been quietly thinking about. We discuss candidacy, alternatives, realistic outcomes and risk — and only proceed if the right answer is yes.

Message on WhatsApp
{[ { n: '01', t: 'Tell us briefly', d: 'Name, contact, and the area or treatment you\'d like to discuss. No medical history collected here — that happens with the consultant.' }, { n: '02', t: 'A consultant calls back', d: 'Within one business day. We confirm the right practitioner for your enquiry and offer dates.' }, { n: '03', t: 'Meet in clinic', d: 'A 45-minute paid consultation in Utamah Villa. Candidacy, plan, recovery and risks discussed in full.' } ].map(s => (
{s.n}
{s.t}
{s.d}
))}
{/* PATIENT STORY — before/after sample (consent-cleared, single composite) */}
{/* Text above */}
Patient Story · Consent-cleared

A single, sample pair — shown with permission.

Published only with full patient consent and in DHA/MOH-compliant language. Outcomes are individual — what's shown is a specific patient's result, never a guarantee of yours.

{/* Image at 80% of card width */}
Submental contouring — before and after, consent-cleared
{/* Caption below */}
Treatment
Submental Contouring
Non-surgical · CoolSculpting protocol
Care Team
Consultant-supervised
DHA-licensed practitioner
Individual result. Outcomes vary by anatomy and candidacy. Multiple sessions may be required. Not a guarantee of any specific outcome.
); } Object.assign(window, { Home });