const { Button, Eyebrow, Icon, Ornament } = window.HennaByMasuDesignSystem_0b7f2a; const { Footer, GUTTER, SECTION_Y } = window; const TIERS = [ { index: "01", title: "Simple henna", from: "£10", label: "From", copy: "Single-hand designs for a party or an evening out — fine linework, drawn in a short sitting.", meta: "Per person" }, { index: "02", title: "Semi bridal", from: "£30", label: "From", copy: "Fuller hands for the mehendi guest of honour, the sister, the mother of the bride. Dense panels with open ground.", meta: "Per person" }, { index: "03", title: "Bridal", from: "£50", label: "From", copy: "Hands, feet and forearms drawn freehand across an unhurried session, with your own motifs worked in.", meta: "Consultation included" }, ]; function PricingHeader() { const iconBtn = { display: "grid", placeItems: "center", minWidth: "44px", minHeight: "44px", background: "transparent", border: "none", color: "var(--ivory-50)", cursor: "pointer", textDecoration: "none" }; return (
Back Henna Art by Masu Enquire
); } function PriceRow({ tier }) { return (
{tier.index}

{tier.title}

{tier.copy}

{tier.meta}
{tier.label} {tier.from}
); } function PricingPage() { return (
Entry level prices

Price list

Starting prices for each kind of booking. The final quote depends on the design, the coverage and the number of people, and is confirmed before the date.

{TIERS.map((t) => )}

Travel, guest tables and larger parties are quoted separately. Send your date and we will come back with a full price.