/* global React */ /* Team page + vet modal, Locations page, Emergency page, About page */ const DP = window.BVH_DATA; const { useState: useStateP, useEffect: useEffectP } = React; /* ==================== TEAM PAGE ==================== */ function TeamPage({ openVet }) { return (
04VETERINARIANS

Six vets.
One team.

Every vet's credentials are published verbatim from their certifications. UK and South African regulators (RCVS, SAVC) govern their qualifications; Dubai practice licences (MOCCAE / Dubai Municipality) are held by each individual and will be displayed once we receive client-supplied numbers.

RCVS / SAVC VERIFIED MOCCAE — CLIENT TO SUPPLY 6 OF 6 VETS PUBLISHED
{DP.vets.map((v) => (
openVet(v.slug)}>
{v.name} {v.creds.split(' · ')[0]}
{v.name}
0{DP.vets.indexOf(v)+1}/06
{v.role} · {v.country}
{v.creds}
Qualified — {v.qualifiedAt}
{v.experience} of clinical experience
))}
); } function VetModal({ slug, onClose, setRoute }) { const v = DP.vets.find(x => x.slug === slug); useEffectP(() => { function esc(e) { if (e.key === 'Escape') onClose(); } document.addEventListener('keydown', esc); return () => document.removeEventListener('keydown', esc); }, [onClose]); if (!v) return null; return (
e.stopPropagation()}>
{v.name}
VET{v.role.toUpperCase()}

{v.name}

{v.creds}
{v.bio}
QUALIFIED
{v.qualifiedAt}
EXPERIENCE
{v.experience}
BASED IN
{v.country}
MOCCAE LICENCE
Pending — client to supply
SPECIAL INTERESTS
{v.interests.map(i => {i})}
Ask on WhatsApp
); } /* ==================== LOCATIONS PAGE ==================== */ function LocationsPage({ location, setLocation, setRoute, focusId }) { const cur = DP.locations.find(l => l.id === (focusId || location)); useEffectP(() => { if (focusId) setLocation(focusId); }, [focusId]); return (
06LOCATIONS

Two doors.
One standard.

Your patient record follows you between branches — vaccinations, dental charts, lab results and surgical notes are shared instantly. Click a location below to see its team, on-site facilities and a working map embed.

{DP.locations.map(l => ( ))}
{/* Map placeholder */}
{/* fake map grid */} {/* a road */}
AL WASL ROAD →
{/* pin */}
B
{cur.short.toUpperCase()} · OPEN NOW
PIN UNCONFIRMED · CLIENT TO SUPPLY GEO
{cur.facilities.slice(0,8).map(f => (
ON SITE
{f}
))}
{cur.isFlagship ? "FLAGSHIP" : "MARINA"}

{cur.name}

{cur.addressLine1}
{cur.addressLine2}
{cur.area}
PHONE {cur.phone}
{cur.phoneAlt !== '—' && Alt — {cur.phoneAlt}}
WHATSAPP {cur.whatsapp}
HOURS {cur.hoursLine}
{cur.hoursNote}
EMERGENCY 24/7 line · {DP.hospital.phoneMain}
Call {cur.phone} 24/7 emergency
); } /* ==================== EMERGENCY PAGE ==================== */ function EmergencyPage({ setRoute }) { return (
!EMERGENCY · 24/7 · DUBAI

We're here.
Right now.

The hospital is staffed 24 hours a day with trained emergency veterinarians and a fully-equipped ICU. Call us — don't wait for the morning. Don't drive in panic; ring on the way.

CALL FIRST · DRIVE SECOND
{DP.hospital.phoneMain}
Main line · 24/7 · Jumeirah hospital
{DP.hospital.phoneAlt}
Alternative line
WhatsApp · {DP.hospital.whatsapp}
AWHILE YOU'RE ON THE WAY

First-aid
protocol.

These are the most common steps our triage nurse will walk you through on the phone. They are guidance only — please call us before doing anything in this list.

{[ { t:'Bleeding', body:'Firm pressure with clean fabric for 5 minutes. Don\'t lift the pad to check — keep pressing. Call us.', n:'01' }, { t:'Suspected poisoning', body:'Don\'t make your pet vomit unless our vet tells you to. Bring the packaging if you can.', n:'02' }, { t:'Collapse / fitting', body:'Don\'t hold the pet down. Time the seizure. Keep airway clear. Lights dim. Call immediately.', n:'03' }, { t:'Heat stroke', body:'Wet (not iced) towels, fan, get into car AC. Call us. Heat is a Dubai-specific risk we plan around.', n:'04' }, { t:'Hit by car', body:'Even if walking — internal injury possible. Don\'t feed or water. Stable transport, call ahead.', n:'05' }, { t:'Breathing distress', body:'Don\'t restrain. Don\'t force water. Drive calmly with windows down — call us on the way.', n:'06' }, ].map((c,i) => (
EMERGENCY {c.n}
{c.t}
{c.body}
))}
NOT SURE IF IT'S AN EMERGENCY?
Call anyway — we'll triage on the phone.
{DP.hospital.phoneMain} WhatsApp
); } /* ==================== ABOUT PAGE ==================== */ function AboutPage({ setRoute }) { return (
07ABOUT THE HOSPITAL

British‑standard
care, in Dubai.

British Veterinary Hospital was built around a single conviction: that British-standard veterinary medicine — the kind we trained in — should be available to Dubai's pets, every hour of the day, every day of the year.

Operating theatre
FIG. 03 — JUMEIRAH OPERATING THEATRE · DAY OF COMMISSIONING

From a small consult room to two hospitals.

We opened in Jumeirah as a small consult room. Today the hospital holds surgery, hospitalisation, a fully-equipped ICU, digital X-ray, 4D ultrasound and endoscopy under one roof — and a sister neighbourhood clinic in Dubai Marina. The team has grown to six veterinarians, an RVN nursing core, and a support team that knows half the dogs in the postcode by name.

We do not publish star ratings or "best in Dubai" superlatives. We publish credentials, named vets, real photographs of the hospital, and an unconditional 24/7 emergency line. That is the trust we ask owners to extend us.

WHAT WE COMMIT TO
{[ { k:'Named-vet care', v:'You are told which vet is responsible for your pet from the moment you arrive.' }, { k:'Credentials, verbatim', v:'Every vet\'s qualification is published as it appears on their certification — no rounding, no inflation.' }, { k:'24/7 emergency', v:'A trained clinician answers the main line at any hour. We do not divert to a third-party night service.' }, { k:'Conservative claims', v:'We do not guarantee outcomes or publish "best hospital" superlatives. Animal medicine demands restraint.' }, { k:'Two doors, one record', v:'Your patient file moves between Jumeirah and Marina seamlessly — no re-telling your pet\'s history.' }, ].map((c,i) => (
— {c.k}
{c.v}
))}
YEAR FOUNDED
'09
Jumeirah flagship opened. Year unverified — client to confirm.
HOSPITAL LICENCE
Reportedly the first
vet facility in Dubai
licensed as a hospital.
Third-party claim — exact licence wording to be confirmed with client before publishing as fact.
REGULATED BY
RCVS
Royal College of Veterinary Surgeons — UK qualifying body for our British vets.
SAVC
South African Veterinary Council — qualifying body for our South African colleagues.
MOCCAE / DM
UAE practice licences — held by each vet. Numbers pending publication.
); } Object.assign(window, { TeamPage, VetModal, LocationsPage, EmergencyPage, AboutPage });