// 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 */}
5.0 · 421 reviews on Fresha · latest this week
Dubai’s 5-stargrooming & beautylounge, by appointment.
Precision cuts, signature nails, advanced facials and a private VIP room — set inside a quiet villa on Al Manara Street, Jumeirah.
Haircut from AED 250Signature Mani from AED 135Hydra Facial from AED 625Royal Room + AED 200
{/* Trust strip */}
{/* Signature ladder */}
{window.SIGNATURE.map((s, i) => (
{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
RoyalRoom
{/* Team strip */}
{window.TEAM.slice(0, 6).map((t, i) => (
{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}
}
))}
{/* 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
Three floors, one private VIP suite, an espresso bar in the lounge. Every photograph below is of the actual venue.
{window.GALLERY.map((g, i) => (
))}
{active && (
setActive(null)}>
{active.label}
)}
);
}
// ── About ──────────────────────────────────────────────────────────────────
function PageAbout({ navigate, openBook }) {
return (
The Lounge
A villa lounge, by appointment.
VIP Beauty Lounge is a boutique grooming & beauty house in a freestanding villa on Al Manara Street, Jumeirah. Barber-led, fully unisex, and rated 5.0 from 421 guests on Fresha.
01
Barber-led, unisex menu.
The house specialises in precision men’s grooming — hair, beard, head shave — and runs a full unisex menu of nails, hair colour, facials, waxing and massage from the same villa.
02
Same hands, every visit.
Guests re-book by stylist name on Fresha. Our team works to a strict consistency standard — the goal is that your fourth visit is identical to your first.
03
A private suite.
One Royal Room. Closed around you and your guests, full team on call. Reservation only — confirmed by WhatsApp before your slot.
Refined. Precise. Private. A boutique villa lounge for residents of Al Manara and Jumeirah who want one trusted address for hair, beard, nails, skin and a quiet hour.
We don’t publish testimonials we can’t verify. Our rating is pulled from Fresha bookings — guests who actually paid and showed up. The site re-pulls live counts on launch day.
);
}
// ── Book (full page entry from CTA) ─────────────────────────────────────────
function PageBook({ openBook }) {
useEffectP(() => { openBook(); }, []);
return (
Book
Reserve your appointment.
A booking sheet is opening for you. You can also book directly through Fresha or send a WhatsApp message and the team will confirm a slot within minutes.