// Marmar Halim — Home page const { useState: useStateH, useEffect: useEffectH, useMemo: useMemoH } = React; function Home({ go, openProduct }) { const { PRODUCTS, COLLECTIONS, LINES, fmtAED } = window.MMH_DATA; const featured = useMemoH(() => [PRODUCTS[5], PRODUCTS[3], PRODUCTS[7], PRODUCTS[13], PRODUCTS[10], PRODUCTS[14]], []); return (
{/* Hero */}
SS25 — My Girl campaign
SS25 · An Ode to Womanhood

An ode to womanhood.

Sculptural, hand-pleated eveningwear and couture — designed in Dubai by Marmar Halim. Each manipulation done by hand, inspired by the twists and curves of nature.

01 — Spring/Summer 2026
Dubai · Milan · Cairo
{/* Strip */} {/* Collections grid */}
Four collections,
one hand.} meta={ <>

Two seasonal lines a year, the on-going couture book, and a quietly distinct modest range. Every gown comes off the same atelier table in Dubai Design District.

} />
{COLLECTIONS.map((c, i) => (
go(i === 0 ? "collections" : c.id === "bridal-25" ? "bridal" : c.id === "couture-25" ? "couture" : "collections")}> {String(i + 1).padStart(2, "0")} / 04
{c.title
{c.season} · {c.looks} looks
{c.title}
))}
{/* Craft */}
Hand pleating detail
The Craft · 02

Each pleat shaped by hand, from a single length of cloth.

Pleating and draping are not finishes in this house — they are the design. The atelier folds silk taffeta and chiffon by hand, working from a sculpted body block rather than a flat pattern. Nothing is heat-set into permanence; the fabric is allowed to keep its breath.

Technique
Hand pleating & draping
Fabrics
Silk taffeta · georgette · chiffon
Lead Time
4–6 weeks ready-to-order
Atelier
Dubai Design District
{/* Lines */}
Four ways into the house.} meta={

Every line draws from the same hands — the difference is the moment it dresses. Choose a path; we'll meet you at the next fitting.

} />
{LINES.map((l) => ( ))}
{/* Featured pieces */}
Pieces in the atelier this month.} meta={ <>

A small edit of the SS25 ready-to-order book. Every gown is made for you over four to six weeks. Customisation is welcome — speak to the atelier before placing your order.

} />
{featured.map((p) => )}
{/* Founder quote */}
The Designer
My process always begins with a feeling. Then I turn to fabric — the way it moves often tells me what it wants to become.
Marmar Halim · Founder & Creative Director
{/* Press strip dark */}
The house, in good company.} meta={

Stocked, shown and read where the eveningwear conversation is happening.

} />
Moda Operandi · Dubai Fashion Week 2019 · SheerLuxe ME · THE WED · New Couture
{/* Closing CTA */}
By Appointment

Come to the atelier.

A fitting at Dubai Design District is by appointment and unhurried. For couture and bridal, the first conversation usually happens before a single measurement is taken.

WhatsApp +971 56 497 3497
); } Object.assign(window, { Home });