// Verified data sourced from research/ — see CLAUDE-DESIGN.md & contact-location.md const CLINICS = [ { id: "jumeirah", name: "Jumeirah", tagline: "Flagship · since 2013", address: "Villa #747, Jumeirah Street (Jumeirah Beach Road), Umm Suqeim 2, Dubai", short: "Villa #747 · Umm Suqeim 2", phone: "+971 4 388 1313", phoneRaw: "+97143881313", whatsapp: "971565599628", hours: [ ["Mon — Fri", "08:00 — 20:00"], ["Sat — Sun", "08:00 — 18:00"], ], rating: 4.9, reviews: "608+", type: "BioDental", geo: "25.15225, 55.20157", image: "media/clinic-jumeirah-card.webp", hero: "media/clinic-jumeirah-1.webp", inside: "media/clinic-jumeirah-inside.webp", }, { id: "difc", name: "DIFC", tagline: "BioHealth + BioDental", address: "Marble Walk, Gate 5, Dubai International Financial Centre, Dubai", short: "Marble Walk · Gate 5, DIFC", phone: "+971 4 385 8081", phoneRaw: "+97143858081", whatsapp: "971566170248", hours: [ ["Mon — Thu", "08:00 — 19:00"], ["Fri — Sun", "09:00 — 18:00"], ], rating: 4.9, reviews: "264+", type: "BioHealth + BioDental", geo: "DIFC, Marble Walk Gate 5", image: "media/clinic-difc-2.webp", hero: "media/clinic-difc-5.webp", inside: "media/clinic-difc-inside.webp", }, { id: "greens", name: "The Greens", tagline: "BioHealth + BioDental", address: "Unit P2, R06, The Onyx Tower 1, The Greens, Dubai", short: "Onyx Tower 1 · The Greens", phone: "+971 4 388 6765", phoneRaw: "+97143886765", whatsapp: "971565058799", hours: [ ["Mon — Fri", "08:00 — 19:00"], ["Sat — Sun", "09:00 — 18:00"], ], rating: 4.9, reviews: "116+", type: "BioHealth + BioDental", geo: "Onyx Tower 1, The Greens", image: "media/clinic-greens-card.webp", hero: "media/clinic-greens-1.webp", inside: "media/clinic-greens-inside.webp", }, ]; const PILLARS = [ { id: "biodental", label: "BioDental", number: "01", headline: "Biological dentistry, ceramic implants & SMART amalgam removal.", body: "A metal-free, biocompatible approach to oral health — where the mouth is treated as part of the whole body. From SMART safe amalgam removal to ceramic implants, CEREC same-day crowns, paediatric care and aligners.", treatments: [ "Ceramic implants", "SMART Protocol", "Guided Biofilm Therapy", "CEREC® same-day crowns", "Feldspathic veneers", "Invisalign®", "Paediatric dentistry", "Regenerative endodontics", ], image: "media/service-biological-dentistry.webp", }, { id: "biohealth", label: "BioHealth", number: "02", headline: "Integrative medicine, IV therapy, physio & functional testing.", body: "Root-cause medicine that looks past symptoms. Family medicine, IV drips, bioresonance, ANF therapy®, lymphatic drainage, physiotherapy, TMJ, genomic and blood testing — under one roof.", treatments: [ "Integrative family medicine", "IV drip therapy", "Bioresonance", "ANF Therapy®", "Biological physiotherapy", "TMJ treatment", "Genomic & blood testing", "Heavy metal detoxification", ], image: "media/service-family-medicine.webp", }, { id: "bioaesthetics", label: "BioAesthetics", number: "03", headline: "Smile design, facial aesthetics & skin — the biological way.", body: "Where biology meets beauty. Feldspathic veneers, BioAesthetic smile design, DMK skin therapy and complementary facial aesthetics — all delivered with the same biocompatible philosophy.", treatments: [ "BioAesthetic smile design", "Feldspathic veneers", "Teeth whitening", "DMK skin therapy", "Facial aesthetics", "Cosmetic dentistry", ], image: "media/holistic-approach.webp", }, ]; // Doctors verified from research/services.md — DHA licence numbers omitted (not published; gap) const DOCTORS_HIGHLIGHT = [ { name: "Dr David Roze", role: "Founder & CEO · Biological Dentist & Implantologist", creds: ["IAOMT Ambassador", "Rennes / Paris VI", "In Dubai since 2003"], image: "media/dr-david-roze.webp", blurb: "French-trained implantologist and pioneer of biological dentistry in the Middle East. Sees patients across all three clinics.", }, { name: "Dr Agnès Roze", role: "Specialist Paediatric Dentist", creds: ["Specialist Paediatric Dentistry", "Co-founder"], image: "media/dr-agnes-roze.webp", blurb: "Specialist in non-invasive children's dentistry. A familiar, gentle introduction for families.", }, ]; const REVIEW_QUOTES = [ { initials: "AM", name: "A.M.", clinic: "Jumeirah", text: "The most thoughtful dental experience I've had in Dubai. Dr Suli explained every step and the team made me feel completely at ease.", source: "Google · verified", }, { initials: "LK", name: "L.K.", clinic: "DIFC", text: "Came in for a check-up, left with a proper plan that joined up my dentistry with my wider health. Refreshingly different.", source: "Google · verified", }, { initials: "SR", name: "S.R.", clinic: "The Greens", text: "The biological approach made sense for our family. The paediatric team are exceptional with my children.", source: "Doctify · verified", }, ]; // Placeholder review excerpts — to be replaced with cited, dated verified pulls before publish const TREATMENTS_INDEX = [ { pillar: "BioDental", name: "Ceramic implants", lead: "Metal-free zirconia implant systems.", flag: true }, { pillar: "BioDental", name: "SMART Protocol", lead: "IAOMT-certified safe amalgam removal." }, { pillar: "BioDental", name: "CEREC® same-day crown", lead: "Restorations in a single visit." }, { pillar: "BioDental", name: "Invisalign®", lead: "Clear aligner orthodontics." }, { pillar: "BioDental", name: "Feldspathic veneers", lead: "Hand-layered, thin, lifelike." }, { pillar: "BioDental", name: "Paediatric dentistry", lead: "Non-invasive, family-led." }, { pillar: "BioHealth", name: "Integrative family medicine", lead: "Root-cause, whole-person." }, { pillar: "BioHealth", name: "IV drip therapy", lead: "Targeted nutritional support." }, { pillar: "BioHealth", name: "Bioresonance", lead: "Energetic & functional assessment." }, { pillar: "BioHealth", name: "ANF Therapy®", lead: "Neuro-frequency therapy." }, { pillar: "BioHealth", name: "Biological physiotherapy", lead: "Movement, posture, recovery." }, { pillar: "BioHealth", name: "Genomic & blood testing", lead: "Precision diagnostics." }, { pillar: "BioAesthetics", name: "BioAesthetic smile design", lead: "Custom smile architecture." }, { pillar: "BioAesthetics", name: "Teeth whitening", lead: "Professional, safe." }, { pillar: "BioAesthetics", name: "DMK skin therapy", lead: "Paramedical skin treatment." }, ]; Object.assign(window, { CLINICS, PILLARS, DOCTORS_HIGHLIGHT, REVIEW_QUOTES, TREATMENTS_INDEX });