/* global React, Reveal, PhiMark, ArchPattern */ // ======================================================================= // EXPERTS PAGE — verified Dubai team only // ======================================================================= function Experts({ locale, onNav, onBook }) { const ar = locale === 'ar'; return (
φ   {ar ? 'الفريق الطبي' : 'The Doctors'}

{ar ? <>طبیب واحد. خطة واحدة. غرفة واحدة. : <>One doctor. One plan. One room.}

{ar ? 'الفریق الطبي لعیادة دبي. كل من یُذكر هنا هو ممارس مرخص من قبل هیئة الصحة بدبي ویعمل في عیادة الخلیج التجاري.' : 'The Dubai medical team. Each name listed here is a DHA-licensed practitioner working at the Business Bay clinic. London faculty are kept separate.'}

{/* Lead doctor — full editorial spread */}
{/* Portrait placeholder — no doctor portrait available */}
PORTRAIT · CLIENT TO SUPPLY
Dr Halah Taha
MEDICAL DIRECTOR · OURONYX DUBAI
{ar ? 'المديرة الطبية' : 'Medical Director'}

{ar ? 'الدكتورة هلا طه' : <>Dr Halah Taha}

{ar ? 'مدیرة طبیة لعیادة أورونیكس دبي منذ مارس 2022. اختصاصیة في طب التجمیل غیر الجراحي مع اهتمام خاص بمكافحة الشیخوخة وعلاج تساقط الشعر. كل استشاراتها تنطلق من تصویر ثلاثي الأبعاد لا من إجراء محدد.' : 'Medical Director of Ouronyx Dubai since March 2022. Specialist in non-surgical aesthetic medicine, with particular interest in anti-ageing and alopecia. Every consultation begins with diagnostic imaging — not with a procedure already in mind.'}

{[ [ar ? 'التأهيل' : 'Qualification', 'MD, RAK Medical & Health Sciences University · 2016'], [ar ? 'التخصص' : 'Specialism', 'A4M Cosmetology Licence 2020 · Aesthetics / Anti-Aging Fellowship 2021'], [ar ? 'الاهتمام' : 'Clinical interest', 'Skin quality, hair restoration, mindful long-term planning'], [ar ? 'الترخيص' : 'DHA Licence', To verify · client to supply], [ar ? 'تتحدث' : 'Languages', 'English · Arabic'], ].map(([k, v]) => (
{k}
{v}
))}
WhatsApp
{/* Pull quote */}

“Sometimes the right answer is a really good SPF and a plane ticket, not a procedure.”

OURONYX FOUNDING PHILOSOPHY · ATTRIBUTED
{/* Roster placeholder grid — to verify */}

{ar ? 'بقیة الفریق' : 'The wider Dubai team'}

{ar ? 'بانتظار التحقق' : 'Awaiting verification'}
{[ ['Aesthetic Physician', 'Name to verify'], ['Aesthetic Physician', 'Name to verify'], ['Clinical Lead, Treatment', 'Name to verify'], ].map(([role, name], i) => (
{role}
{name}
DHA LICENCE · PENDING
))}

The site’s named London faculty (Dr Marco Nicoloso, Dr Maude Calveley) are not Dubai practitioners and are not represented here. Dr Raj Acquilla’s Dubai role and DHA status are to be confirmed before publication.

{/* About / philosophy */}
About Ouronyx

Founded on two disciplines.

Ouronyx was founded by senior executives in psychology and healthcare. Ida Banek brings a psychology background — the foundation of the mindful-aesthetics voice. Marc Princen, formerly Executive Vice President at Allergan, brings the clinical-industry experience.

Dubai opened in 2022 at The Opus by Omniyat — the first destination outside London. The brief was simple: keep the philosophy intact. Ten clients per day, 3D imaging first, no procedure ever started without a written plan.

); } Object.assign(window, { Experts });