// THE MOST — UI components const { useState, useEffect, useRef, useMemo } = React; // ---------- Brand wordmark ---------- function Wordmark({ size = 22, color = "currentColor", showTagline = false }) { return (
THEMOST {showTagline && ( HAIR DESIGN  LADIES SALON )}
); } // ---------- Star rating ---------- function Stars({ value = 5, size = 11 }) { return ( {Array.from({ length: 5 }).map((_, i) => ( ))} ); } // ---------- Top navigation ---------- function Navbar({ onBook }) { const [scrolled, setScrolled] = useState(false); const [open, setOpen] = useState(false); useEffect(() => { const onScroll = () => setScrolled(window.scrollY > 40); onScroll(); window.addEventListener("scroll", onScroll, { passive: true }); return () => window.removeEventListener("scroll", onScroll); }, []); const links = [ ["Services", "services"], ["The Salon", "heritage"], ["Portfolio", "portfolio"], ["Reviews", "reviews"], ["Visit", "visit"], ]; const go = (id) => { setOpen(false); document.getElementById(id)?.scrollIntoView({ behavior: "smooth", block: "start" }); }; return (
{ e.preventDefault(); window.scrollTo({ top: 0, behavior: "smooth" }); }} className="tm-nav-brand">
{open && (
{links.map(([label, id]) => ( ))}
)}
); } // ---------- Rating chip ---------- function RatingChip({ compact = false, light = false }) { const r = window.SALON_DATA.rating; return (
{r.value.toFixed(1)} on {r.platform} · {r.count} reviews
); } // ---------- Trust strip ---------- function TrustStrip() { const items = [ "Rated 4.9 on Fresha · 507 reviews", "Women-only sanctuary", "Dubai Design District, Bldg 6", "International, since Istanbul 2010", ]; return (
{[0, 1].map((rep) => (
{items.map((t, i) => ( {t} ))}
))}
); } // ---------- Hero ---------- function Hero({ onBook, variant = "editorial", heroImage }) { // variants: editorial (large portrait, dark), banner (kate moss banner), interior (storefront) const images = { editorial: "media/editorial-bw-1.webp", portrait: "media/editorial-profile.webp", banner: "media/hero-banner.webp", interior: "media/storefront.webp", }; const img = heroImage || images[variant] || images.editorial; return (
The Most — editorial
An exclusive ladies salon — d3, Dubai

Meet Yourself.

Hair, beauty and nails crafted to the same standard since Istanbul, 2010 — now in our private Dubai Design District studio.

· Women & girls only · By appointment
EST. ISTANBUL · 2010 VOL. XX — d3 DUBAI № 55 / EDITORIAL SCROLL ↓
); } // ---------- Section heading ---------- function SectionHead({ eyebrow, title, sub, align = "left" }) { return (
{eyebrow}

{title}

{sub &&

{sub}

}
); } // ---------- Signature services ---------- function Signature({ onBook }) { const items = window.SALON_DATA.signature; return (
The services we’re known for.} sub="Six rituals that define a day at THE MOST. Tap any to begin a booking — every appointment is held on Fresha." />
{items.map((s, i) => (
onBook(s)}>
{s.name} {String(i + 1).padStart(2, "0")}
{s.category}

{s.name}

{s.blurb}

{s.duration} {s.price}
Book
))}
Looking for the full menu?
); } // ---------- Full menu ---------- function Menu({ onBook }) { const menu = window.SALON_DATA.menu; const cats = Object.keys(menu); const [active, setActive] = useState(cats[0]); return ( ); } // ---------- Heritage ---------- function Heritage() { return (
From a boutique hall in Etiler
to Dubai Design District.} />

“Our adventure began in 2010 with a single boutique hall in Istanbul–Etiler. Thirteen years on, in our twentieth salon, we still ask each guest the same thing — that she come as she is, and leave a little more herself.”

Founded
July 2010 · Istanbul
Now
d3 Dubai · 13th year
Motto
Meet Yourself.
Emrah Demirci
Emrah Demirci
Co-founder, Creative Direction
Özden Kürtür
Özden Kürtür
Co-founder
Salon interior Editorial
20
Salons
worldwide*
* Branch list under reconfirmation with the salon
{[ ["2010", "Istanbul, Etiler", "First boutique hall opens"], ["2013", "İstinyePark", "Flagship in İstanbul's leading retail district"], ["2017", "International", "First branch outside Türkiye"], ["2022", "Collection 2022", "Editorial colour collection released"], ["2023", "Dubai · d3", "Building 6, Ground Floor opens"], ["2026", "20th salon", "Anniversary year — booking-led, women-only"], ].map(([y, place, note], i) => (
{y}
{place}
{note}
))}
); } // ---------- Portfolio (consent-gated) ---------- function Portfolio() { const [consent, setConsent] = useState(false); const [filter, setFilter] = useState("all"); const [lightbox, setLightbox] = useState(null); const items = window.SALON_DATA.portfolio; const filtered = useMemo( () => filter === "all" ? items : items.filter((it) => it.kind === filter), [filter, items] ); return (
Recent work, shown with permission.} sub="A women-only sanctuary means private results. Editorial frames and interiors are public; before-and-after treatment imagery is shown only to guests who request it." /> {!consent ? (
Consent gate

A quiet portfolio.

Our guests are private. Editorial and salon imagery are shown by default; before-and-after treatment results are reserved for visitors who confirm they’re here to choose a service.

  • I’m considering a service at THE MOST.
  • I understand all imagery is shared with model consent.
  • I’ll keep this portfolio private.
) : ( <>
{[["all", "All"], ["editorial", "Editorial"], ["interior", "The Salon"]].map(([k, l]) => ( ))}
Before/after treatment imagery awaiting client release — placeholder editorial frames shown.
{filtered.map((it, i) => ( ))}
)} {lightbox && (
setLightbox(null)}> {lightbox.caption} e.stopPropagation()}/>
{lightbox.caption}
)}
); } // ---------- Reviews ---------- function Reviews() { const r = window.SALON_DATA.rating; const reviews = window.SALON_DATA.reviews; return (
Loved on Fresha.} sub="Real, dated, verified. We don’t blend platforms — Fresha numbers are Fresha numbers." />
{r.value.toFixed(1)}
on {r.platform} · {r.count} reviews
{r.asOf}
{reviews.map((rv, i) => (
{rv.text ? (
“{rv.text}”
) : (
5-star rating · no written review
)}
{rv.name} {rv.date}
))}
Want to read every review? Open on Fresha →
); } // ---------- Stylists (placeholder — names client-confirm) ---------- function Stylists() { return (
The hands you’re booking, made known.} sub="Our guests have named Alaa and Noor in five-star reviews. We’re holding their cards here until they’ve approved their photo and bio — the rest of the team will follow." />
{[ { name: "Alaa", note: "Mentioned in 5★ reviews", state: "awaiting consent" }, { name: "Noor", note: "Mentioned in 5★ reviews", state: "awaiting consent" }, { name: "Senior Stylist", note: "To be confirmed", state: "placeholder" }, { name: "Colourist", note: "To be confirmed", state: "placeholder" }, ].map((s, i) => (
{s.name.split(" ").map((w) => w[0]).join("").slice(0, 2)}
{s.name}
{s.note}
— {s.state}
))}
); } // ---------- Visit / Contact ---------- function Visit({ onBook }) { const d = window.SALON_DATA; return (
Building 6, ground floor.
By appointment.} />
Address
Dubai Design District (d3)
Building 6 · Ground Floor
Za’abeel · Dubai · UAE
Nearest landmark: Starbucks “The Lighthouse”
Hours
Mon — Sat confirming · 10:00–19:00 or 21:00 across sources
Sun confirming · listed both open and closed
Call ahead to confirm — three published schedules disagree.
Call salon
The Most storefront at d3 Building 6
THE MOST
Bldg 6 · d3
25.1890° N 55.2968° E approx. — pin confirming
Open in Google Maps →
); } // ---------- Footer ---------- function Footer() { return ( ); } // ---------- Sticky mobile book bar ---------- function StickyBook({ onBook }) { return (
); } Object.assign(window, { Wordmark, Stars, Navbar, RatingChip, TrustStrip, Hero, SectionHead, Signature, Menu, Heritage, Portfolio, Reviews, Stylists, Visit, Footer, StickyBook, });