// Page components for the VIP Beauty Lounge prototype. const { useState: useStateP, useEffect: useEffectP, useRef: useRefP, useMemo: useMemoP } = React; // ── Home ──────────────────────────────────────────────────────────────────── function PageHome({ navigate, openBook }) { return (
{/* Hero */}
{/* Trust strip */}
{/* Signature ladder */}
{window.SIGNATURE.map((s, i) => (
{s.name}/
{s.cat}

{s.name}

AED {s.price}
))}
{/* VIP / Royal Room teaser */}
The VIP Experience

A private room.
Your team.
Your hour.

Add the Royal Room charge to any service and we close the suite around you — your barber, your nail technician, your facialist, all in one room. Champagne and Lavazza by request.

AED 200Royal Room charge
AED 150Private Room charge
1 suiteby reservation only
Private VIP Room
Royal Room
{/* Team strip */}
{window.TEAM.slice(0, 6).map((t, i) => (
{t.name}/
{t.name}{!t.verified && ·}
{t.role}
))}

Two stylist names are verified from a Fresha review; remaining team portraits are placeholders pending client confirmation.

{/* Reviews band */}
5.0
from 421 reviews
6 five-star reviews · last 8 days

Our entire rating comes from a single verified source: Fresha bookings. Below are the two most recent written reviews — pulled in both English and Arabic.

{window.REVIEWS.map((r, i) => (

{r.text}

{r.translation &&

{r.translation}

}
{r.name} · {r.service} · {r.date}
))}
{/* Gallery strip */}
{[1,5,6,4,7,8,9,2].map((i) => (
))}
{/* Map / visit */}
  • AddressVilla 148, Al Manara Street, Jumeirah, Dubai
  • HoursMon–Thu, Sat, Sun  10:00 – 22:00
    Friday  13:00 – 22:00
  • Reach us+971 555 080 506 · WhatsApp
Open in Google Maps
); } // ── Live Google Maps panel ───────────────────────────────────────────────── function MapPanel() { return (