/* eslint-disable */ // HOME PAGE const PB_H = window.PB_DATA; function HeroSplit() { return (
DIFC · Emirates Financial Tower

Your look
deserves
better.

Hair, colour, skin, nails & aesthetics by certified specialists — in Emirates Financial Tower. We don’t just colour; we craft light.

Book an appointment WhatsApp a stylist
Rating
4.9 From 249 Fresha reviews
Location
DIFC Emirates Financial Tower, GF
Open
10 — 21 Seven days a week
Editorial portrait of styled hair
SIGNATURE Airtouch · Balayage
4.9
★★★★★
Fresha · 249
); } function HeroBleed() { return (
Salon hero
DIFC · Emirates Financial Tower

Your look
deserves better.

DIFC’s destination for luxury beauty — hair, colour, skin, nails & aesthetics by certified specialists.

Book an appointment WhatsApp a stylist
); } function TrustStrip() { const items = [ { ic: '★', lbl: 'Verified rating', val: '4.9 / 249 · Fresha' }, { ic: '◐', lbl: 'Location', val: 'DIFC · Emirates Financial Tower' }, { ic: '✦', lbl: 'Specialists', val: 'Certified colourists & cosmetologists' }, { ic: '◇', lbl: 'Consultation', val: 'Complimentary, with every booking' }, ]; return (
{items.map((i) => (
{i.ic}
{i.lbl}
{i.val}
))}
); } function SignatureGrid() { return (
Signature services

The work we’re known for.

Six treatments that define the house: editorial colour, transformative facial cosmetology, and the small luxuries that bring clients back for years.

See full menu
{PB_H.signature.map((s) => (
{s.name}
— {s.n} / 06

{s.name}

{s.desc}

{s.dur} {s.price}
))}
); } function Pillars() { const items = [ { n: 'I.', t: 'Precision', b: 'Custom-blended colour, precision cuts, and treatments quoted to your hair and skin — not from a template.' }, { n: 'II.', t: 'Personalization', b: 'Every appointment opens with a complimentary consultation. Named stylists, returning clients, no rotation.' }, { n: 'III.', t: 'Quiet Luxury', b: 'A women-only sanctuary in DIFC. Refined, considered, confident. The opposite of loud.' }, ]; return (
{items.map((p) => (
{p.n}
{p.t}

{p.b}

))}
); } function TeamPreview() { return (
The team

Stylists you return for.

Our regulars name their stylists in their reviews. Hair, nails, lashes, massage and cosmetology — every chair held by a specialist with a track record.

Meet everyone
{PB_H.team.map((m) => (
{m.name}
{m.name}
{m.role}
★ {m.rating.toFixed(1)} · Fresha
))}
); } function OfferTeaser() { return (
Limited · to 31 May 2026

Emirates Platinum
Cardholder Offer

30% off selected services and 25% off year-round for Emirates Platinum cardholders — extended to up to five guests in your party.

Reservations required. Mention the offer at booking and present your card on arrival. Cannot be combined with other promotions.

View offer terms Book the offer
30%
Off · Selected
); } function ReviewsRow() { return (
What clients say

Real reviews,
dated this week.

Pulled directly from our Fresha profile — no curated testimonials, no marketing copy. See every review in chronological order.

All 249 reviews
{PB_H.reviews.map((r) => (
★★★★★
“{r.body}”
{r.initial}
{r.name}
{r.date} · {r.service}
))}
); } function GalleryStrip() { return (
{PB_H.gallery.map((g, i) => ( {g.label} ))}
); } function FinalCTA() { return (
Reserve a chair

We’re ready when you are.

Book online in under sixty seconds — or send a stylist a note on WhatsApp. Complimentary consultation with every appointment.

Book an appointment WhatsApp a stylist
); } function PageHome({ heroVariant }) { return (
{heroVariant === 'bleed' ? : }
); } Object.assign(window, { PageHome });