// Modern Vet — typed content (single source of truth) // All values sourced from research/ files. Anything client-to-confirm is labelled. const BRANCHES = [ { slug: "al-wasl", name: "Al Wasl Hospital", tag: "Flagship · 24/7", address: "Villa #793, Al Wasl Road, Umm Suqeim 1, Dubai", phone: "800-82", hours: "Open 24 hours · 7 days", hoursShort: "24/7", is24: true, image: "media/branch-al-wasl.webp", blurb: "Our flagship multi-specialty hospital and the only 24-hour ER in our group. ICU, imaging, in-house lab, three surgical suites.", onSiteSpecialists: ["rami-mdawar", "luciano-de-gatica", "marta-gambarin", "moustafa-hafez", "theodora-gavriil"], }, { slug: "downtown", name: "Downtown Clinic", tag: "Daytime", address: "South Ridge Tower, Downtown Dubai · unit to be confirmed", phone: "800-82", hours: "Mon–Sun · 7:00 – 22:00", hoursShort: "7am–10pm", is24: false, image: "media/branch-downtown.webp", blurb: "City-centre wellness, consultations and minor procedures. Easy parking, evening hours.", onSiteSpecialists: ["beatriz-otero", "rehaf-roushdi"], }, { slug: "jlt", name: "JLT Clinic", tag: "Daytime", address: "Fortune Tower, Cluster C, Jumeirah Lakes Towers, Dubai", phone: "800-82", hours: "Mon–Sun · 7:00 – 22:00", hoursShort: "7am–10pm", is24: false, image: "media/branch-jlt.webp", blurb: "Convenient lakeside location for JLT, Marina and DMCC residents.", onSiteSpecialists: ["irina-pervukhina", "ivan-milojevic"], }, { slug: "jvc", name: "JVC Clinic", tag: "Daytime", address: "Platinum Residences, Jumeirah Village Circle, Dubai", phone: "800-82", hours: "Mon–Sun · 7:00 – 22:00", hoursShort: "7am–10pm", is24: false, image: "media/branch-jvc.webp", blurb: "Family-friendly clinic in the heart of JVC. Wellness, vaccinations, grooming.", onSiteSpecialists: ["dusko-kusljic", "joana-porto"], }, { slug: "palm-jumeirah", name: "Palm Jumeirah Clinic", tag: "Daytime", address: "Golden Mile Galleria, Palm Jumeirah, Dubai", phone: "800-82", hours: "Mon–Sun · 7:00 – 22:00", hoursShort: "7am–10pm", is24: false, image: "media/branch-palm.webp", blurb: "Beachside clinic serving Palm residents. Easy mall parking.", onSiteSpecialists: ["isabel-nunes", "carla-fidelix"], }, { slug: "azizi", name: "Azizi Clinic", tag: "Daytime", address: "Azizi Riviera, Al Merkadh / Nad Al Sheba 1, Dubai", phone: "800-82", hours: "Mon–Sun · 10:00 – 18:00", hoursShort: "10am–6pm", is24: false, image: "media/branch-azizi.webp", blurb: "Newest neighbourhood clinic for Meydan and Nad Al Sheba residents.", onSiteSpecialists: ["hanieh-bagheri", "clara-bastos"], }, ]; const SERVICES = [ { slug: "emergency", name: "Emergency Care", short: "24/7 triage, stabilization and critical care at our Al Wasl flagship.", group: "Critical", icon: "emergency", isEmergency: true, flagshipImage: "media/service-emergency-care.webp", body: { what: "Around-the-clock emergency veterinary care at our Al Wasl flagship — the only 24-hour multi-specialty hospital in our group. Triage, oxygen support, IV fluids, in-house imaging and on-call surgeons.", included: [ "Immediate triage by an ER veterinarian", "In-house lab work and digital X-ray on site", "Ultrasound and CT available 24/7", "ICU monitoring with continuous vitals", "On-call surgical and specialist team", ], when: [ "Trauma, road accidents, falls", "Trouble breathing or persistent vomiting", "Suspected poisoning or toxic ingestion", "Inability to urinate, collapse or seizure", "Bleeding that won't stop after 5 minutes", ], }, }, { slug: "pet-consultation", name: "Pet Consultation", short: "Full physical exam, history review and a plan you understand.", group: "Wellness", icon: "consult", priceFrom: 249, body: { what: "A comprehensive head-to-tail exam with one of our veterinarians. We listen to the history, examine your pet, discuss findings and agree on next steps together.", included: ["Full physical examination", "Symptom and history discussion", "Recommended next steps and written summary"], when: ["First visit with a new pet", "Behaviour or appetite changes", "Annual wellness review", "Second opinion on a diagnosis"], }, }, { slug: "vaccinations", name: "Vaccinations", short: "Core vaccines, deworming and Dubai Municipality tag — handled in one visit.", group: "Wellness", icon: "syringe", priceFrom: 349, body: { what: "Core vaccinations tailored to your pet's age and lifestyle, with the Dubai Municipality registration tag and deworming taken care of in the same appointment.", included: ["Core vaccines (DHPP / FVRCP / rabies as needed)", "Full physical exam", "Deworming", "Dubai Municipality tag registration", "Digital reminders for the next booster"], when: ["Puppy or kitten first vaccinations", "Annual booster", "Travel preparation"], }, }, { slug: "spay-neuter", name: "Spay & Neuter", short: "Routine sterilisation with pre-op bloodwork and overnight observation.", group: "Surgery", icon: "surgery", priceFrom: 799, body: { what: "A common, well-rehearsed surgical procedure performed under general anaesthesia with continuous monitoring. We take time over the pre-op assessment and recovery.", included: ["Pre-op physical exam and bloodwork", "General anaesthesia with monitoring", "Surgery by an experienced veterinarian", "Post-op pain relief and discharge consultation"], when: ["Sterilisation of a healthy adult or sub-adult", "Behavioural or medical indications discussed at consult"], }, }, { slug: "dentistry", name: "Dentistry", short: "Scale, polish and dental X-ray to keep your pet's mouth healthy.", group: "Surgery", icon: "dentistry", body: { what: "Periodontal disease is the most common condition we see. Our dental suite performs scaling, polishing and extractions under safe general anaesthesia with dental X-ray.", included: ["Pre-anaesthetic exam", "Full ultrasonic scale and polish", "Dental X-ray as indicated", "Extractions if needed, with pain management"], when: ["Bad breath or visible tartar", "Reluctance to eat hard food", "Annual dental check from age 3"], }, }, { slug: "cardiology", name: "Cardiology", short: "ECG, echocardiography and long-term management of heart disease.", group: "Specialist", icon: "heart", body: { what: "Specialist diagnostics for heart murmurs, arrhythmias and chronic heart disease in cats and dogs. Echocardiography, ECG and ongoing medical management.", included: ["Cardiology consultation", "ECG and blood pressure", "Echocardiography (cardiac ultrasound)", "Treatment plan and follow-up schedule"], when: ["Heart murmur found at routine exam", "Coughing, fainting or exercise intolerance", "Breed predisposed to cardiac disease"], }, }, { slug: "neurology", name: "Neurology", short: "Investigation and care for seizures, weakness and spinal conditions.", group: "Specialist", icon: "brain", body: { what: "Specialist work-up for neurological signs — seizures, vestibular disease, weakness, paralysis and pain. CT and MRI referrals coordinated in-house.", included: ["Neurological examination", "Diagnostic imaging coordination (CT / MRI)", "Treatment and medication plan", "Long-term follow-up"], when: ["Seizures or sudden collapse", "Wobbliness, head tilt or paralysis", "Persistent neck or back pain"], }, }, { slug: "oncology", name: "Oncology", short: "Diagnosis, staging and compassionate cancer care.", group: "Specialist", icon: "oncology", body: { what: "We work with you and your pet through diagnosis, staging and treatment — chemotherapy, surgery and palliative care — at a pace that respects quality of life.", included: ["Oncology consultation and staging plan", "Biopsy and histopathology coordination", "Chemotherapy and surgical options discussed", "Palliative and quality-of-life support"], when: ["Lump or mass found at home or on exam", "Unexplained weight loss", "Specialist referral from your primary vet"], }, }, { slug: "ophthalmology", name: "Ophthalmology", short: "Eye-specific diagnostics and treatment for cats, dogs and exotics.", group: "Specialist", icon: "eye", body: { what: "Slit-lamp examination, tonometry and a full work-up for ulcers, glaucoma, cataracts and breed-specific eye disease.", included: ["Ophthalmic consultation", "Slit-lamp examination and tonometry", "Treatment plan", "Surgical referral pathway where needed"], when: ["Red, cloudy or weeping eyes", "Sudden vision change or bumping into objects", "Breed-related screening"], }, }, { slug: "soft-tissue-orthopedics", name: "Soft Tissue & Orthopedics", short: "Fracture repair, cruciate surgery and complex soft-tissue work.", group: "Surgery", icon: "ortho", priceFrom: 1499, body: { what: "Led by our medical manager Dr Rami Mdawar. Cruciate repair, fracture management, mass removal, abdominal and thoracic soft-tissue surgery, with laparoscopic and endoscopic options where appropriate.", included: ["Pre-op consultation and imaging", "Surgery by a senior surgeon", "Multi-modal pain management", "Detailed home-care plan and follow-up"], when: ["Suspected cruciate injury or limping", "Fractures or joint instability", "Lump or mass requiring removal"], }, }, { slug: "diagnostics-imaging", name: "Diagnostics & Imaging", short: "In-house lab, digital X-ray, ultrasound and CT — same day, most cases.", group: "Diagnostics", icon: "imaging", body: { what: "We don't outsource the parts that matter most. Hematology, biochemistry, digital X-ray and ultrasound are in-house at Al Wasl; CT and MRI coordinated as needed.", included: ["Hematology and biochemistry panels", "Digital X-ray and ultrasound", "CT / MRI coordination", "Cytology and histopathology pathway"], when: ["Pre-anaesthetic screening", "Abdominal or chest investigation", "Lameness or joint work-up"], }, }, { slug: "rehabilitation", name: "Rehabilitation & Physio", short: "Post-surgical recovery, mobility care and acupuncture.", group: "Wellness", icon: "physio", priceFrom: 333, body: { what: "Customised physiotherapy plans for post-surgical recovery, geriatric mobility and chronic pain — including acupuncture as an adjunct therapy.", included: ["Initial rehab consultation", "Customised treatment plan", "Acupuncture sessions where indicated (AED 300 + VAT)", "Progress reviews"], when: ["Recovery from orthopaedic surgery", "Geriatric stiffness or arthritis", "Chronic musculoskeletal pain"], }, }, { slug: "grooming", name: "Grooming", short: "Full grooming with a basic skin and health check by the groomer.", group: "Wellness", icon: "grooming", priceFrom: 185, body: { what: "Bath, blow-dry, breed-appropriate clip and nail trim, with a quick skin and ear check at no extra cost.", included: ["Bath and conditioner suited to coat type", "Breed-appropriate clip or trim", "Nail trim and ear clean", "Basic skin and coat check"], when: ["Regular maintenance every 4–8 weeks", "Pre-summer coat work", "After a long-haul travel"], }, }, { slug: "mobile-clinic", name: "Mobile Clinic", short: "A fully-equipped clinic that comes to your home, across Dubai.", group: "Convenience", icon: "mobile", flagshipImage: "media/service-mobile-clinic.webp", body: { what: "Our branded mobile clinic brings consultations, vaccinations and mobile lab work to your door — ideal for multi-pet households, anxious cats, geriatric pets or busy schedules.", included: ["Consultation in your home", "Vaccinations and microchipping", "Mobile lab sample collection", "Same digital health records as in-clinic"], when: ["Multi-pet households", "Cats who travel poorly", "Geriatric or post-surgical patients"], }, }, { slug: "microchipping", name: "Microchipping & Registration", short: "ISO microchip + Dubai Municipality pet tag, handled in one visit.", group: "Convenience", icon: "chip", priceFrom: 84, body: { what: "ISO-standard microchip implant and Dubai Municipality pet-tag registration handled by us on your behalf.", included: ["ISO microchip implant", "Municipality tag registration paperwork", "Digital record kept on your pet's file"], when: ["New puppy or kitten", "Pre-travel preparation", "Annual Municipality tag renewal"], }, }, ]; const VETS = [ { slug: "rami-mdawar", name: "Dr Rami Mdawar", role: "Medical Manager", credentials: "DVM, MVSc, GP Cert (Endo), DISAMS, DSISAS", specialties: ["Orthopedics", "Soft tissue surgery", "Internal medicine", "Laparoscopic surgery", "Endoscopy"], image: "media/vet-rami-mdawar.webp", branch: "al-wasl", bio: "Rami leads our clinical team and our surgical service across the group. His work centres on advanced soft-tissue and orthopaedic surgery, and he is one of a handful of vets in the UAE performing laparoscopic and endoscopic procedures routinely.", languages: ["English", "Arabic", "French"], featured: true, }, { slug: "luciano-de-gatica", name: "Dr Luciano De Gatica", role: "Senior Surgeon", credentials: "Credentials — client to verify", specialties: ["Soft tissue surgery", "Orthopedics"], image: "media/vet-luciano-de-gatica.webp", branch: "al-wasl", bio: "Senior member of the surgical team, with a particular interest in complex soft-tissue cases.", languages: ["English", "Spanish"], featured: true, }, { slug: "marta-gambarin", name: "Dr Marta Gambarin", role: "Senior Veterinarian", credentials: "Credentials — client to verify", specialties: ["Internal medicine", "Diagnostic imaging"], image: "media/vet-marta-gambarin.webp", branch: "al-wasl", bio: "Internal medicine and diagnostic-imaging caseload, with a calm bedside manner.", languages: ["English", "Italian"], featured: true, }, { slug: "moustafa-hafez", name: "Dr Moustafa Hafez", role: "Veterinarian", credentials: "Credentials — client to verify", specialties: ["General practice", "Emergency"], image: "media/vet-moustafa-hafez.webp", branch: "al-wasl", bio: "Trusted GP and ER vet, often the first face you meet at our Al Wasl front desk.", languages: ["English", "Arabic"], featured: true, }, { slug: "theodora-gavriil", name: "Dr Theodora Gavriil", role: "Veterinarian", credentials: "Credentials — client to verify", specialties: ["General practice", "Feline medicine"], image: "media/vet-theodora-gavriil.webp", branch: "al-wasl", bio: "Particular interest in feline medicine and low-stress handling.", languages: ["English", "Greek"], featured: true, }, { slug: "beatriz-otero", name: "Beatriz Otero", role: "Veterinary Nurse", credentials: "Credentials — client to verify", specialties: ["Nursing care", "Anaesthesia monitoring"], image: "media/vet-beatriz-otero.webp", branch: "downtown", bio: "Senior veterinary nurse, anaesthesia monitoring and recovery.", languages: ["English", "Spanish"], featured: true, }, { slug: "ionut-rusu", name: "Dr Ionut Rusu", role: "Veterinarian", credentials: "Credentials — client to verify", specialties: ["General practice"], image: "media/vet-ionut-rusu.webp", branch: "al-wasl", languages: ["English", "Romanian"] }, { slug: "rehaf-roushdi", name: "Dr Rehaf Roushdi", role: "Veterinarian", credentials: "Credentials — client to verify", specialties: ["General practice", "Wellness"], image: "media/vet-rehaf-roushdi.webp", branch: "downtown", languages: ["English", "Arabic"] }, { slug: "ivan-milojevic", name: "Dr Ivan Milojevic", role: "Veterinarian", credentials: "Credentials — client to verify", specialties: ["General practice"], image: "media/vet-ivan-milojevic.webp", branch: "jlt", languages: ["English", "Serbian"] }, { slug: "joana-porto", name: "Dr Joana Porto", role: "Veterinarian", credentials: "Credentials — client to verify", specialties: ["General practice"], image: "media/vet-joana-porto.webp", branch: "jvc", languages: ["English", "Portuguese"] }, { slug: "dusko-kusljic", name: "Dr Dusko Kusljic", role: "Veterinarian", credentials: "Credentials — client to verify", specialties: ["General practice"], image: "media/vet-dusko-kusljic.webp", branch: "jvc", languages: ["English", "Serbian"] }, { slug: "irina-pervukhina", name: "Dr Irina Pervukhina", role: "Veterinarian", credentials: "Credentials — client to verify", specialties: ["General practice"], image: "media/vet-irina-pervukhina.webp", branch: "jlt", languages: ["English", "Russian"] }, { slug: "isabel-nunes", name: "Dr Isabel Nunes", role: "Veterinarian", credentials: "Credentials — client to verify", specialties: ["General practice"], image: "media/vet-isabel-nunes.webp", branch: "palm-jumeirah", languages: ["English", "Portuguese"] }, { slug: "carla-fidelix", name: "Dr Carla Fidelix", role: "Veterinarian", credentials: "Credentials — client to verify", specialties: ["General practice"], image: "media/vet-carla-fidelix.webp", branch: "palm-jumeirah", languages: ["English", "Portuguese"] }, { slug: "hanieh-bagheri", name: "Dr Hanieh Bagheri", role: "Veterinarian", credentials: "Credentials — client to verify", specialties: ["General practice"], image: "media/vet-hanieh-bagheri.webp", branch: "azizi", languages: ["English", "Persian"] }, { slug: "clara-bastos", name: "Dr Clara Bastos", role: "Veterinarian", credentials: "Credentials — client to verify", specialties: ["General practice"], image: "media/vet-clara-bastos.webp", branch: "azizi", languages: ["English", "Portuguese"] }, ]; // Public price list — verbatim from /prices/. Mapping confirmed-pending. const PRICES = [ { service: "Consultation", from: 249, includes: "Full physical exam, symptom & history discussion, recommended next steps", group: "Wellness" }, { service: "Vaccination (full visit)", from: 349, includes: "Core vaccines, physical exam, digital reminders, Municipality tag, deworming", group: "Wellness" }, { service: "Municipality tag / pet registration", from: 84, includes: "Official Dubai Municipality pet-tag registration, handled for you", group: "Wellness" }, { service: "Grooming", from: 185, includes: "Full grooming service + basic skin & health checkup", group: "Wellness" }, { service: "Acupuncture", from: 300, includes: "Initial vet evaluation, targeted acupuncture, ongoing advice", group: "Rehab" }, { service: "Rehabilitation / physiotherapy session", from: 333, includes: "Initial consultation, customised plan, monitored progress", group: "Rehab" }, { service: "Spay / neuter or oncology-related surgery (tier B)", from: 799, includes: "Pre-op eval, anaesthesia monitoring, post-surgical care", group: "Surgery", caveat: "Tier B" }, { service: "Surgery (tier B)", from: 999, includes: "General anaesthesia, IV fluids, continuous monitoring, post-op pain meds", group: "Surgery", caveat: "Tier B" }, { service: "Surgery (tier C)", from: 1350, includes: "Pre-op bloodwork, IV fluids, continuous monitoring, post-op pain relief", group: "Surgery", caveat: "Tier C" }, { service: "Spay / neuter or oncology-related surgery (tier A)", from: 1499, includes: "Comprehensive pre-op eval, anaesthesia monitoring, post-surgical care", group: "Surgery", caveat: "Tier A" }, { service: "Surgery with general anaesthesia (tier A)", from: 1799, includes: "General anaesthesia, IV fluids, continuous monitoring, post-op pain meds", group: "Surgery", caveat: "Tier A" }, ]; Object.assign(window, { BRANCHES, SERVICES, VETS, PRICES });