// Verified data from research files. No fabrications. const BRANCHES = [ { slug: 'al-wasl', name: 'Al Wasl', sub: 'Flagship · Umm Suqeim', address: '1194 Al Wasl Rd, Umm Suqeim 2, Dubai', phone: '+971 4 519 3700', tel: '+97145193700', img: 'media/branch-al-wasl.webp', note: 'formerly British Dental Clinic', coords: [25.144343, 55.2075395], }, { slug: 'jumeirah-beach-road', name: 'Jumeirah Beach Road', sub: 'Villa 469B', address: 'Villa 469B, Jumeirah Beach Rd, Dubai', phone: '+971 4 395 2524', tel: '+97143952524', img: 'media/branch-jumeirah-beach.webp', coords: [25.1841901, 55.2275223], }, { slug: 'umm-al-sheif', name: 'Umm Al Sheif', sub: 'Villa 61', address: 'Villa 61, Umm Al Sheif Rd, Dubai', phone: '+971 4 395 5095', tel: '+97143955095', img: 'media/branch-umm-al-sheif.webp', coords: [25.1717855, 55.2248387], }, { slug: 'marina-gate', name: 'Marina Gate', sub: 'Dubai Marina', address: 'Jumeirah Living, Marina Gate, Dubai Marina', phone: '+971 4 834 7224', tel: '+97148347224', img: 'media/branch-marina-gate.webp', coords: [25.0874297, 55.1464738], }, { slug: 'jbr', name: 'JBR The Walk', sub: 'Jumeirah Beach Residence', address: 'The Walk, JBR, Dubai', phone: '+971 4 399 8440', tel: '+97143998440', img: 'media/branch-jbr.webp', coords: [25.0794585, 55.1360817], }, { slug: 'dsp', name: 'Dubai Science Park', sub: 'DSP', address: 'Dubai Science Park, Dubai', phone: '+971 4 558 3696', tel: '+97145583696', img: 'media/branch-dsp.webp', coords: [25.0738253, 55.2400337], }, { slug: 'tecom', name: 'Tecom · Barsha Heights', sub: 'Cayan Business Center', address: 'Cayan Business Center, Suite 102, Barsha Heights', phone: '+971 4 368 7070', tel: '+97143687070', img: 'media/branch-tecom.webp', coords: [25.09544, 55.1756555], }, { slug: 'jumeirah-park', name: 'Jumeirah Park', sub: 'Community clinic', address: 'Jumeirah Park, Dubai', phone: '+971 4 552 3631', tel: '+97145523631', img: 'media/branch-jumeirah-park.webp', coords: [25.0657, 55.17128], }, ]; const TREATMENTS = [ { slug: 'cosmetic', name: 'Cosmetic & Veneers', cat: 'Aesthetic', img: 'media/svc-veneers.webp', blurb: 'Hollywood smile makeovers, porcelain veneers, bonding & smile design.' }, { slug: 'implants', name: 'Dental Implants', cat: 'Restorative', img: 'media/svc-cosmetic.webp', blurb: 'Single & multiple implant placement led by specialist implantologists.' }, { slug: 'orthodontics', name: 'Orthodontics', cat: 'Alignment', img: 'media/svc-ortho.webp', blurb: 'Invisalign, Spark, K-Line aligners, Damon, Insignia, Myobrace for Kids.' }, { slug: 'general', name: 'General & Family', cat: 'Routine care', img: 'media/svc-family.webp', blurb: 'Check-ups, scale & polish, fillings, and 24/7 dental emergency care.' }, { slug: 'biodentistry', name: 'Biodentistry', cat: 'Signature niche', img: 'media/svc-bonding.webp', blurb: 'Biological dentistry with accredited biodentists — biocompatible materials.' }, { slug: 'endodontics', name: 'Endodontics', cat: 'Root canal', img: 'media/svc-gum.webp', blurb: 'Micro-endodontic root canal treatment and retreatment.' }, { slug: 'periodontics', name: 'Periodontics & TMJ', cat: 'Gums & jaw', img: 'media/svc-hygiene.webp', blurb: 'Gum disease treatment, periodontal therapy and TMJ care.' }, { slug: 'whitening', name: 'Teeth Whitening', cat: 'Aesthetic', img: 'media/svc-whitening.webp', blurb: 'Professional in-clinic whitening and at-home protocols.' }, ]; const DENTISTS = [ { slug: 'aldaoudi', name: 'Dr Omar Aldaoudi', role: 'Medical Director · Specialist Prosthodontist', country: 'France', img: 'media/dr-aldaoudi.webp', branches: ['Al Wasl'] }, { slug: 'schweer', name: 'Dr Carla Schweer', role: 'Biodentist · Implantologist', country: 'France & Germany', img: 'media/dr-schweer.webp', branches: ['Al Wasl', 'JBR'] }, { slug: 'jebrin', name: 'Dr Eyass Jebrin', role: 'Periodontist · Implantologist', country: 'Turkey', img: 'media/dr-jebrin.webp', branches: ['Al Wasl'] }, { slug: 'berri', name: 'Dr Ola Berri', role: 'Specialist Prosthodontist', country: 'USA', img: 'media/dr-berri.webp', branches: ['Umm Al Sheif'] }, { slug: 'hamzeh', name: 'Dr Firas Hamzeh', role: 'Specialist Orthodontist', country: 'France', img: 'media/dr-hamzeh.webp', branches: ['Marina Gate'] }, { slug: 'goriwoda', name: 'Dr Walter Goriwoda', role: 'Oral & Maxillofacial Surgeon', country: 'Germany', img: 'media/dr-goriwoda.webp', branches: ['Al Wasl'] }, { slug: 'alzoubaidy', name: 'Dr Yasmin Alzoubaidy', role: 'Specialist Endodontist', country: 'USA', img: 'media/dr-alzoubaidy.webp', branches: ['Jumeirah Beach Rd'] }, { slug: 'nihan', name: 'Dr Nihan Jebrin', role: 'Paediatric Dentist', country: 'Turkey', img: 'media/dr-nihan.webp', branches: ['Al Wasl', 'Jumeirah Park'] }, { slug: 'carbajal', name: 'Dr Manuel Carbajal Pedraz', role: 'Biological Dentist', country: 'Spain', img: 'media/dr-carbajal.webp', branches: ['JBR'] }, { slug: 'hani', name: 'Dr Hani Abdul Salam', role: 'Oral & Maxillofacial Surgeon', country: 'Canada', img: 'media/dr-hani.webp', branches: ['Tecom'] }, ]; Object.assign(window, { BRANCHES, TREATMENTS, DENTISTS });