// Biolite — content data (treatments, doctors, wellness, FAQ). Source: research/services.md, overview.md const TREATMENT_AREAS = [ { id: "surgical", num: "I", name: "Surgical", blurb: "Plastic & cosmetic surgery in a doctor-led, compliant setting.", image: "media/cover-surgical.webp", count: 9, }, { id: "face", num: "II", name: "Non-surgical · Face", blurb: "Injectables, energy, lasers, peels and thread lifts.", image: "media/cover-non-surgical.webp", count: 24, }, { id: "body", num: "III", name: "Non-surgical · Body", blurb: "Contouring, fat reduction, skin tightening and minor lesion removal.", image: "media/treatment-post-recovery.webp", count: 14, }, { id: "hair", num: "IV", name: "Hair & Men", blurb: "Hair-loss treatment, men's-specific care and laser hair reduction.", image: "media/treatment-laser-hair-bleaching.webp", count: 5, }, { id: "gynae", num: "V", name: "Cosmetic Gynaecology", blurb: "Discrete, doctor-led intimate aesthetics and the Menopause Clinic.", image: "media/lifestyle-beauty-woman.webp", count: 7, }, { id: "wellness", num: "VI", name: "Wellness & Longevity", blurb: "Healthness retreat, supervised IV, ozone & precision-diagnostic support.", image: "media/cover-wellness.webp", count: 11, }, ]; const TREATMENTS = [ // Surgical { id: "rhinoplasty", area: "surgical", name: "Rhinoplasty", tags: "Surgical · Face", recovery: "10–14 days", journey: true, image: "media/treatment-post-operative-care.webp" }, { id: "facetite", area: "surgical", name: "FaceTite / BodyTite", tags: "Minimally invasive RF", recovery: "5–7 days", journey: true, image: "media/treatment-morpheus8-device.webp" }, { id: "lipo", area: "surgical", name: "Liposuction", tags: "Body contouring", recovery: "2–3 weeks", journey: true, image: "media/treatment-post-recovery.webp" }, { id: "tummytuck", area: "surgical", name: "Tummy tuck (Abdominoplasty)", tags: "Body", recovery: "3–4 weeks", journey: true, image: "media/treatment-post-operative-care.webp" }, { id: "breast-aug", area: "surgical", name: "Breast augmentation", tags: "Surgical · Body", recovery: "2–3 weeks", journey: true, image: "media/lifestyle-beauty-woman.webp" }, { id: "otoplasty", area: "surgical", name: "Otoplasty", tags: "Surgical · Face", recovery: "7–10 days", journey: true, image: "media/treatment-post-operative-care.webp" }, // Face — non-surgical { id: "morpheus8", area: "face", name: "Morpheus8 RF microneedling", tags: "Energy · Skin tightening", recovery: "2–3 days", journey: true, image: "media/treatment-morpheus8-rf.webp" }, { id: "sofwave", area: "face", name: "Sofwave ultrasound lift", tags: "Skin tightening", recovery: "Minimal", journey: true, image: "media/treatment-sofwave.webp" }, { id: "ultherapy", area: "face", name: "Ultherapy", tags: "Skin tightening · MFU", recovery: "None", journey: true, image: "media/treatment-sofwave.webp" }, { id: "pico", area: "face", name: "Pico Genesis", tags: "Laser · Pigment", recovery: "Minimal", journey: true, image: "media/treatment-picogenesis.webp" }, { id: "advalight", area: "face", name: "AdvaLight laser", tags: "Laser · Skin", recovery: "Minimal", journey: true, image: "media/treatment-advalight.webp" }, { id: "fotona4d", area: "face", name: "Fotona 4D laser facial", tags: "Laser · Tightening", recovery: "None", journey: true, image: "media/treatment-advalight.webp" }, { id: "silkpeel", area: "face", name: "Silk Peel hydradermabrasion", tags: "Facial · Peel", recovery: "None", journey: true, image: "media/treatment-silk-peel-a.webp" }, { id: "botox", area: "face", name: "Botulinum toxin", tags: "Injectable", recovery: "None", journey: true, image: "media/treatment-silk-peel-b.webp" }, { id: "fillers", area: "face", name: "Dermal & lip fillers", tags: "Injectable", recovery: "1–2 days", journey: true, image: "media/treatment-silk-peel-b.webp" }, { id: "threadlift", area: "face", name: "Facial thread lift", tags: "Minimally invasive", recovery: "2–3 days", journey: true, image: "media/treatment-post-operative-care.webp" }, // Body { id: "emerald", area: "body", name: "Emerald laser", tags: "Body · Laser", recovery: "None", journey: true, image: "media/treatment-emerald-laser.webp" }, { id: "emsculpt", area: "body", name: "Emsculpt Neo", tags: "Body shaping", recovery: "None", journey: true, image: "media/treatment-emerald-laser.webp" }, { id: "evolve", area: "body", name: "Evolve body shaping", tags: "Body shaping", recovery: "None", journey: true, image: "media/treatment-emerald-laser.webp" }, { id: "fatfreeze", area: "body", name: "Cryolipolysis (fat freezing)", tags: "Body shaping", recovery: "Minimal", journey: true, image: "media/treatment-post-recovery.webp" }, // Hair & men { id: "hair-loss", area: "hair", name: "Hair-loss treatment", tags: "Trichology", recovery: "—", journey: true, image: "media/treatment-laser-hair-bleaching.webp" }, { id: "hair-bleach", area: "hair", name: "Carbon hair bleaching", tags: "Laser", recovery: "None", journey: true, image: "media/treatment-laser-hair-bleaching.webp" }, // Gynae { id: "labiaplasty", area: "gynae", name: "Labiaplasty", tags: "Surgical", recovery: "1–2 weeks", journey: true, image: "media/lifestyle-beauty-woman.webp" }, { id: "menopause", area: "gynae", name: "The Menopause Clinic", tags: "Programme", recovery: "—", journey: true, image: "media/lifestyle-beauty-woman.webp" }, // Wellness { id: "healthness", area: "wellness", name: "Healthness retreat", tags: "Longevity · Programme", recovery: "—", journey: true, image: "media/wellness-healthness-retreat.webp" }, { id: "iv", area: "wellness", name: "IV optimisation", tags: "Supervised infusion", recovery: "None", journey: true, image: "media/wellness-iv-infusion.webp" }, { id: "ozone", area: "wellness", name: "Medical ozone therapy", tags: "Adjunctive · Qualified", recovery: "None", journey: true, image: "media/wellness-ozone-iv-therapy.webp" }, { id: "soma-sleep", area: "wellness", name: "Soma sleep therapy", tags: "Recovery", recovery: "None", journey: true, image: "media/wellness-soma-sleep-therapy.webp" }, { id: "triple-detox", area: "wellness", name: "Triple detox dome", tags: "Recovery", recovery: "None", journey: true, image: "media/wellness-triple-detox-dome.webp" }, ]; // All listed as "Pending verification" per design brief — never publish unverified credentials. const DOCTORS = [ { id: "mona-mirza", name: "Mona Mirza", role: "Founder & CEO", title: "Cosmetologist · Laser & IPL background", bio: "Founded Biolite in Dubai in 2007 after launching the UK practice in 2002. Trained as a cosmetologist with a laser & IPL supervisor background.", image: "media/team-mona-mirza-founder.webp", founder: true, verified: "verified", license: "DHA — published on request", }, { id: "alizey-mirza", name: "Alizey Mirza", role: "Clinic Director", title: "Operations · Patient experience", bio: "Oversees patient journey and clinic operations across surgical and wellness pathways.", image: "media/team-alizey-mirza.webp", verified: "pending", license: "Awaiting confirmation", }, { id: "dr-makk", name: "Dr. M. Makk", role: "Aesthetic Physician", title: "Non-surgical aesthetics", bio: "Pending publication — credentials and DHA licence under verification before public listing.", image: "media/team-dr-makk.webp", verified: "pending", license: "Awaiting DHA verification", }, { id: "flavia-morellato", name: "Flavia Morellato", role: "Wellness Lead", title: "Longevity programme · Recovery", bio: "Leads Biolite's Healthness retreat and licensed-practitioner-supervised wellness pathway.", image: "media/team-flavia-morellato.webp", verified: "pending", license: "Awaiting confirmation", }, ]; const WELLNESS = [ { name: "Healthness retreat", desc: "Multi-day, doctor-supervised longevity programme combining diagnostics, recovery and lifestyle medicine.", img: "media/wellness-healthness-retreat.webp", qualifier: "Outcomes vary · supervised by licensed practitioners" }, { name: "Medical ozone therapy", desc: "Adjunctive ozone modalities offered as supportive, qualified care — not a treatment for medical disease.", img: "media/wellness-ozone-iv-therapy.webp", qualifier: "Evidence emerging · attributed claims only" }, { name: "IV optimisation", desc: "Supervised micronutrient infusions tailored to individual baseline diagnostics.", img: "media/wellness-iv-infusion.webp", qualifier: "Outcomes vary · MD-supervised" }, { name: "Soma sleep therapy", desc: "Restorative protocol pairing sleep architecture work with recovery modalities.", img: "media/wellness-soma-sleep-therapy.webp", qualifier: "Outcomes vary" }, { name: "Triple detox dome", desc: "Far-infrared, ozone and lymphatic adjuncts within a supervised programme.", img: "media/wellness-triple-detox-dome.webp", qualifier: "Adjunctive · qualified" }, { name: "The Cell Gym", desc: "Cellular conditioning protocol used as part of the longevity programme.", img: "media/wellness-the-cell-gym.webp", qualifier: "Programme element · qualified" }, ]; const FAQ = [ { q: "How do I book a consultation?", a: "Choose a treatment area or specific treatment and use the consultation form. A care coordinator will reach out within one working day. A reported consultation fee of AED 400 applies — please confirm at booking." }, { q: "Are your doctors DHA-licensed?", a: "Yes. All practitioners listed on this site hold UAE DHA / DHCA licensing. Licence numbers are shared on request and per regulatory display requirements at the clinic." }, { q: "Where are you located?", a: "Villa 57, Al Thanya Road, Umm Suqeim 2 / Jumeirah, Dubai. We're a short drive from Dubai Marina, JBR and Downtown." }, { q: "Do you publish before-and-after images?", a: "We only publish before-and-after imagery with explicit patient consent and in line with DHA advertising compliance. A consent-gated gallery is available during your in-clinic consultation." }, { q: "What about regenerative and longevity treatments?", a: "Our Healthness programme is medically supervised. Regenerative modalities (ozone, plasma-adjacent care) are presented factually — outcomes vary, and we do not make disease-cure or guaranteed-results claims." }, { q: "Do you support international patients?", a: "Yes — we work with visitors to Dubai for surgical and longevity programmes. Recovery support, scheduling and consent paperwork are coordinated before arrival." }, ]; Object.assign(window, { TREATMENT_AREAS, TREATMENTS, DOCTORS, WELLNESS, FAQ });