// Shared UI components for VIP Beauty Lounge prototype.
const { useState, useEffect, useRef, useMemo, useCallback } = React;
// ── Logo (uses the verified red+white SVG file) ─────────────────────────────
function Logo({ height = 28, mode = 'red' }) {
return (
);
}
// ── Star rating glyph ───────────────────────────────────────────────────────
function Stars({ n = 5, size = 14 }) {
return (
{Array.from({ length: 5 }).map((_, i) => (
))}
);
}
// ── Trust strip (5.0 · 421 · Al Manara) ─────────────────────────────────────
function TrustStrip({ tone = 'light' }) {
const dark = tone === 'dark';
return (
{lede}
}Times shown are illustrative. Final availability is reconciled with Fresha at confirmation.
A team member will confirm by WhatsApp within a few minutes during opening hours. No payment is taken here.