/* global React, window */ // Shampooch — About, Reviews, FAQ, Contact, Book pages. const Do = window.SHAMPOOCH_DATA; const { useState: useStateO, useEffect: useEffectO } = React; // ----- About ----- function AboutPage() { return (
Home/About
A family-run story

For over 20 years — one bath, one belly-rub at a time.

Shampooch started in a single bright-pink van, parked outside Dubai villas, scrubbing the city’s dogs one driveway at a time. The van’s still here. The salon, the daycare, the boutique hotel and the retail line all grew up around it. The team didn’t.

We’re still family. We still treat every dog like they live with us — because plenty of them practically do. Hairy, opinionated family.

Shampooch salon interior, pink-and-yellow walls
{/* Story strip */}
{[ { num: "20+", label: "years caring for Dubai's dogs" }, { num: "6", label: "in-house services, one location" }, { num: "1", label: "very pink van where it all began" }, { num: "0", label: "box dryers — ever" }, ].map((stat) => (
{stat.num}
{stat.label}
))}
{/* Quote block + image */}

At Shampooch, dogs aren’t customers. They’re family. Hairy, opinionated family.

— The Shampooch team
{/* Photo collage */}
Inside the salon

A working tour, no scheduled visit needed.

{["facility-dsc07240.webp", "facility-dsc08720.webp", "facility-dsc07496.webp", "facility-dsc08008.webp", "facility-dsc08532.webp", "facility-dsc08897.webp", "spotlight-grooming.webp", "facility-dsc07857.webp"].map(src => (
Inside Shampooch salon
))}
{/* Team placeholder */}
Meet the groomers

Coming soon — with consent.

Our team has been here for years and they’re the reason your dog comes home happy. We’re gathering proper portraits and short bios — published only with each groomer’s written consent. Want to come meet them in person? Drop by the salon.

); } // ----- Reviews ----- function ReviewsPage() { return (
Home/Reviews & Trust
Reviews & trust

Stars are nice. Standards are nicer.

We’ll wire up the live Google rating once we’ve verified the count with the client — we’d rather show you the actual safety policies your dog will benefit from.

Our safety & hygiene standards

Every dog. Every visit. Same checklist.

These are the verifiable policies your dog will experience — not marketing copy.

{Do.safety.map(s => (

{s.title}

{s.body}

))}
Live Google reviews

Coming soon — properly.

We’re holding off on publishing a star count and review widget until we’ve confirmed the exact Google rating from a single authoritative source. No fake numbers. Want to leave us a review? Find us on Google Maps .

); } // ----- FAQ ----- function FaqAccordion({ items }) { const [open, setOpen] = useStateO(0); return (
{items.map((it, i) => (

{it.a}

))}
); } function FaqPage() { return (
Home/FAQ
Frequently Asked

Honest answers, no fluff dryer.

Real questions from real pet parents — straight from our salon counter and the booking line.

{Do.faqs.map((group, gi) => (

{group.group}

))}

Question we didn’t answer?

Easiest is WhatsApp — we usually reply within the hour during salon hours.

Ask on WhatsApp Email us
); } // ----- Contact ----- function ContactPage() { return (
Home/Contact
Visit · Call · WhatsApp

We’re on Al Wasl Road — the pink-and-yellow shopfront, you can’t miss it.

674 Al Wasl Rd, Jumeirah 3, Dubai
Ground floor · on-site parking
Salon & tours · 8am – 6pm · 7 days a week
Boarding desk · 7am – 7pm · check-out by noon
{Do.contact.landlineDisplay} · bookings & salon
{Do.contact.waDisplay} · mobile / WhatsApp
{Do.contact.waDisplay} — fastest way to book {Do.contact.email} · general
{Do.contact.daycareEmail} · daycare & boarding records
{/* Map iframe — Google Maps embedded by query (no API key) */}