// Facette — Locations page const { BRANCHES: BRANCH_DATA } = window.FacetteData; function Locations({ branch, setBranch, openBook, isMobile }) { return (
Find us

Two doors,
same therapists.

Jumeirah is the residential outpost — quieter rooms, longer windows. Business Bay is the flagship — bigger team, later last-bookings. Pick the one closer to your week.

setBranch('jumeirah')} openBook={openBook} /> setBranch('business_bay')} openBook={openBook} />
openBook()}>Book now} />
); } function Legend({ color, label }) { return (
{label}
); } function LocationMapCard({ b }) { const query = encodeURIComponent(`${b.name} ${b.address} ${b.addressLine2} ${b.addressLine3} Dubai`); return (