/* global React, Icon */ const { useState: useStateT } = React; /* ======================================================== TREATMENTS PAGE ======================================================== */ const TREATMENT_CATS = [ { id: 'aesthetic', label: 'Aesthetic Clinic', blurb: 'Cosmetology, injectables and dermatology-led skin work — consultation-led only. Specific products, doses and clinical outcomes confirmed at consultation and DHA-compliant.', img: 'media/images/clinic-02-serene-treatment-room-1.webp', items: [ { name: 'Aesthetic consultation', desc: 'Diagnostic conversation with our medical lead before any procedure.', price: 'Complimentary', flag: false }, { name: 'Injectables — anti-wrinkle', desc: 'Category service · doctor-administered · confirmed at consultation.', price: 'See on Fresha', flag: true }, { name: 'Injectables — dermal filler', desc: 'Category service · doctor-administered · confirmed at consultation.', price: 'See on Fresha', flag: true }, { name: 'Cosmetology — advanced facial', desc: 'Multi-step technical treatment using clinical-grade actives.', price: 'See on Fresha', flag: true }, { name: 'Mesotherapy', desc: 'Micro-infusion treatment, scalp and skin protocols.', price: 'See on Fresha', flag: true }, ], }, { id: 'skin', label: 'Skin & Facials', blurb: 'Signature facials and expert skincare protocols. Bespoke to your skin diagnostic.', img: 'media/images/clinic-05-tranquil-room.webp', items: [ { name: 'Buro signature facial', desc: 'Diagnostic, deep cleanse, treatment serums and lift massage.', price: 'from AED 450*', flag: false }, { name: 'Hydrating facial', desc: 'Layered hydration for tired, dehydrated skin.', price: 'from AED 380*', flag: false }, { name: 'Brightening facial', desc: 'Targets pigmentation and uneven tone.', price: 'from AED 420*', flag: false }, { name: 'Express glow', desc: '30-minute boost — perfect before an event.', price: 'from AED 220*', flag: false }, { name: 'Men\'s facial', desc: 'Calibrated for shave-irritation and oilier skin.', price: 'from AED 380*', flag: false }, ], }, { id: 'body', label: 'Body & Massage', blurb: 'Therapeutic and Japanese-inspired bodywork — plus our four- and six-hand signatures.', img: 'media/images/clinic-08-serene-spa-table.webp', items: [ { name: '6-hand signature ritual', desc: 'Three therapists, ninety minutes of perfect symmetry — the standout.', price: 'from AED 1,500*', flag: false, star: true }, { name: '4-hand signature ritual', desc: 'Two therapists in synchronised relaxation.', price: 'from AED 950*', flag: false, star: true }, { name: 'Deep tissue massage', desc: 'Therapeutic pressure for chronic tension.', price: 'from AED 480*', flag: false }, { name: 'Japanese-inspired massage', desc: 'Stretching, pressure points, restorative flow.', price: 'from AED 520*', flag: false }, { name: 'Aromatherapy massage', desc: 'Soft pressure with botanically tuned oils.', price: 'from AED 450*', flag: false }, ], }, { id: 'hair', label: 'Hair', blurb: 'Cutting, colour, treatments and styling — eighty bookable services across our salon suite.', img: 'media/images/salon-01-serene-salon-space.webp', items: [ { name: 'Cut & finish', desc: 'Consultation, wash, precision cut and blow.', price: 'from AED 250*', flag: false }, { name: 'Colour & gloss', desc: 'Single-process colour with conditioning gloss.', price: 'from AED 480*', flag: false }, { name: 'Highlights & balayage', desc: 'Hand-painted colour work.', price: 'from AED 850*', flag: false }, { name: 'Keratin treatment', desc: 'Smoothing and reparative protocol.', price: 'from AED 950*', flag: false }, { name: 'Blow-dry & style', desc: 'Wash, blow and finish for the day or evening.', price: 'from AED 180*', flag: false }, ], }, { id: 'nails', label: 'Nails', blurb: 'Manicures, pedicures and gel work in the quiet nail bar.', img: 'media/images/salon-08-luxurious-makeup-station.webp', items: [ { name: 'Classic manicure', desc: 'Shape, cuticle, polish.', price: 'from AED 120*', flag: false }, { name: 'Gel manicure', desc: 'Long-wear gel application.', price: 'from AED 180*', flag: false }, { name: 'Classic pedicure', desc: 'Foot soak, exfoliation and polish.', price: 'from AED 180*', flag: false }, { name: 'Spa pedicure', desc: 'Extended ritual with masque and massage.', price: 'from AED 260*', flag: false }, ], }, { id: 'makeup', label: 'Makeup', blurb: 'Event, occasion and bridal makeup at our vanity-lit glamour stations.', img: 'media/images/salon-10-glamorous-mirrors.webp', items: [ { name: 'Event makeup', desc: 'Full application for an evening or occasion.', price: 'from AED 380*', flag: false }, { name: 'Bridal trial', desc: 'Consultation and rehearsal application.', price: 'from AED 480*', flag: false }, { name: 'Bridal day of', desc: 'Full bridal application on the day.', price: 'from AED 1,200*', flag: false }, { name: 'Lash & brow shape', desc: 'Tint, shape and finish.', price: 'from AED 180*', flag: false }, ], }, ]; function TreatmentsPage({ openBooking }) { const [active, setActive] = useStateT('aesthetic'); const cat = TREATMENT_CATS.find(c => c.id === active); return (
A category-led menu, presented in plain language. Pricing band verified to AED 80 – AED 1,500; itemised prices marked with * are indicative pending live Fresha sync.
Most clinics use one therapist. We use two — or three. The 4-hand and 6-hand rituals are Buro's signature: a treatment so synchronised, so enveloping, it has become the reason guests return.
The brain can't track multiple touch points at once. When two therapists work in mirror across your shoulders and feet, or three across your back, arms and crown, the sensory system gives in within minutes. Tension you'd normally hold for ninety minutes is gone in twenty. The remainder is pure release.
Six-hand rooms are limited — we recommend reserving at least 72 hours ahead. Our concierge will arrange therapists, robes and the post-ritual café table.
{body}