// Page-level views for Marushika // ============================================================ // HOME // ============================================================ function HomePage({ go, tweaks }) { const heroPid = tweaks.hero || "p14"; const heroP = productById(heroPid) || PRODUCTS[0]; // Featured pieces — pick a mixed set const featured = ["p09", "p14", "p06", "p07", "p11", "p03"].map(productById); return (
{/* HERO */}
{/* Top eyebrow strip */}
Ma · 24 · Wearable Art Series · Dubai
Volume I · {new Date().getFullYear()}
{/* Headline */}

Wearable art,
made to be remembered.

{VERBATIM.thesis}

Book a showroom appointment {e.preventDefault(); go({name:"collections"});}} className="btn btn-ghost">Explore the collections
{/* Bottom credit */}
Featured
{heroP.name} · {fmtAED(heroP.price)}
Scroll ↓
{/* WHISPER BAND */}

"{VERBATIM.whisper}"

— The Marushika thesis
{/* COLLECTIONS AS ART SERIES */}
The Art Series

Six narratives,
one atelier.

Each collection is its own study — folk geometry, hand-painted Madhubani, embroidered tailoring — read it as a series, wear it as one piece.

{COLLECTIONS.map((c, i) => { // Asymmetric grid: rows of (8/4), (4/8), (6/6) const layouts = [ { cols: "span 8", h: 540 }, { cols: "span 4", h: 540 }, { cols: "span 5", h: 480 }, { cols: "span 7", h: 480 }, { cols: "span 7", h: 480 }, { cols: "span 5", h: 480 }, ]; const L = layouts[i]; return ( {e.preventDefault(); go({name:"collection", slug:c.slug});}} style={{ gridColumn: L.cols, display:"block" }}>
{c.name}
{c.eyebrow}
{c.name}
{c.tagline}
); })}
{/* FOUNDER / CRAFT TEASER */}
{/* Founder portrait placeholder */}
Portrait of the Founder
Manisha Verma · placeholder
The Artist

Manisha Verma.
A textile designer
turned art-house.

India → Japan → Saudi Arabia → Kuwait → Dubai. Three years to bring Marushika from a sketchbook to a working atelier — built in deliberate collaboration with Madhubani artists from the founder's home state.

"{VERBATIM.founder}" — Manisha Verma, Founder & Creative Director
{/* FEATURED PIECES */}
Featured · This Volume

Six pieces, hand-finished.

{e.preventDefault(); go({name:"collections"});}} className="underline-link">View 201 pieces →
{featured.map(p => )}
{/* PRESS STRIP */}
As seen in
{PRESS.map(p => (
{p.name}
{p.year}
))}
{PRESS.map(p => (

"{p.quote}"

))}
{/* SHOWROOM BAND */}
Showroom

Two rooms in Dubai,
one quiet welcome.

Walk in on Al Wasl Road any day of the week, or book a one-hour private styling session at d3 — in person or virtually.

{SHOWROOMS.map(s => (
{s.kind}
{s.name}
{s.line1}
{s.line2}
{s.hours}
))}
); } // ============================================================ // COLLECTIONS HUB // ============================================================ function CollectionsHubPage({ go }) { return (
Collections,
as art series.} sub="Six self-contained narratives. Each one a study in folklore, geometry, or quiet tailoring — built with Madhubani artists from Manisha Verma's home state." />
{COLLECTIONS.map((c, i) => ( {e.preventDefault(); go({name:"collection", slug:c.slug});}} style={{ display:"grid", gridTemplateColumns: i % 2 === 0 ? "1fr 1.2fr" : "1.2fr 1fr", gap: 64, padding: "60px 0", borderBottom: i < COLLECTIONS.length - 1 ? "1px solid var(--line)" : "none", alignItems: "center" }}>
{c.name}
{c.eyebrow}

{c.name}

{c.tagline}

{c.story}

Enter the series → Featured in {c.pressFrom}
))}
); } // ============================================================ // COLLECTION DETAIL // ============================================================ function CollectionPage({ slug, go }) { const c = COLLECTIONS.find(x => x.slug === slug); if (!c) return
Series not found.
; const pieces = productsByCollection(slug); return (
{/* Editorial mast */}
{c.eyebrow} · The Art Series

{c.name}

{c.tagline}

{c.story}

Press · {c.pressFrom}
{/* Pieces */}
The Pieces · {pieces.length} in series
Enquire about the full series →
{pieces.length === 0 ? (

The Silk Scarf series is in arrival.

Hand-painted on pure silk · from AED 300 · request a preview at the boutique.

) : (
{pieces.map(p => )}
)}
{/* Cross-series */}

Other series

{e.preventDefault(); go({name:"collections"});}} className="underline-link">All collections →
{COLLECTIONS.filter(x => x.slug !== slug).map(o => ( {e.preventDefault(); go({name:"collection", slug:o.slug});}} style={{ display:"block" }}>
{o.name}
{o.eyebrow}
{o.name}
))}
); } // ============================================================ // PRODUCT // ============================================================ function ProductPage({ id, go }) { const p = productById(id) || PRODUCTS[0]; const col = COLLECTIONS.find(c => c.name === p.collection); const related = PRODUCTS.filter(x => x.collection === p.collection && x.id !== p.id).slice(0, 3); return (
{/* Breadcrumb */}
{e.preventDefault(); go({name:"home"});}}>Maison · {e.preventDefault(); go({name:"collections"});}}>Collections · {col && <>{e.preventDefault(); go({name:"collection", slug:col.slug});}}>{p.collection} ·} {p.name}
{/* Gallery: 2-up stacked, large + detail */}
{p.name}
{p.collection} · Editorial Vol. I · Photographed in studio, Dubai
{/* Detail panel */}
{p.collection} · {p.tag}

{p.name}

{fmtAED(p.price)}
Inclusive · taxes calculated at checkout
Craft notes

{p.craft}

{/* Spec list */}
{[ ["Made in", "Dubai, UAE"], ["Atelier", "Marushika studio + Madhubani artisans, Bihar"], ["Composition", "Silk · satin · embroidery threads · beadwork"], ["Sizing", "XS — XL · made-to-fit on request"], ["Delivery", "Worldwide · 7 — 12 working days"], ].map(([k, v], i) => (
{k} {v}
))}
{/* Size buttons */}
Size
{["XS","S","M","L","XL"].map((s, i) => ( ))}
Enquire · book a fitting
{/* Showroom note */}
See it on Al Wasl Road

Available in the Villa 15 boutique · open daily 10am–10pm. Or book a private styling session at d3 for a 1-hour fitting.

{/* Editorial paragraph */}
The story behind the piece

{col?.tagline}

{col?.story} The {p.name.split("—")[0].trim().toLowerCase()} below carries that same atelier discipline — every motif placed by the Madhubani artist before the silk is cut.

{col?.name}
{/* You may also like */} {related.length > 0 && (

From the same series

{col && {e.preventDefault(); go({name:"collection", slug:col.slug});}} className="underline-link">All of {col.name} →}
{related.map(r => )}
)}
); } // ============================================================ // THE ARTIST // ============================================================ function ArtistPage({ go }) { return (
Manisha Verma.} sub="Indian textile designer · MA Apparel Production & Merchandising · founder of Marushika." />
Founder portrait
image to come

Manisha grew up steeped in the textile vocabulary of her home state in India — Madhubani folk painting, hand-loomed weaves, ceremonial embroidery. A masters in apparel production took her into the operational side of clothing; a life lived across Japan, Saudi Arabia (a decade), and Kuwait gave her the eye of a cultural collector.

She moved to Dubai during the pandemic, and spent three quiet years bringing Marushika from a sketchbook concept to a working atelier. The house launched in the Middle East in 2024, with one principle holding the whole house together: clothing should be made by hand, with story, and worn for a generation.

"{VERBATIM.art}"
{/* Journey timeline */}
The Journey
{[ { place: "India", note: "Home — Madhubani, textile training" }, { place: "Japan", note: "Material discipline, restraint" }, { place: "Saudi Arabia", note: "Ten years · ceremony, drape" }, { place: "Kuwait", note: "Studio sketches" }, { place: "Dubai", note: "Atelier · since 2024" }, ].map((s, i) => (
0{i+1}
{s.place}
{s.note}
))}
{/* Press belt */}
Said about the house
{PRESS.slice(0,4).map(p => (
"{p.quote}"
— {p.name} · {p.year}
))}

Meet Manisha in the atelier.

One-hour private styling sessions are available at the d3 styling showroom, in person or virtually. Pieces are presented, fittings booked, and the next collection previewed.

Book a session
); } // ============================================================ // THE CRAFT // ============================================================ function CraftPage({ go }) { const techniques = [ { n: "Hand-painted Madhubani", note: "Painted on silk by artisans from Bihar before the panel is cut." }, { n: "Hand embroidery", note: "Chain stitch, satin stitch, threadwork — by hand, every motif." }, { n: "Beadwork & sequins", note: "Each placed by hand, finished in the Dubai atelier." }, { n: "Precision tailoring", note: "Machine work in service of the hand, never replacing it." }, ]; return (
The art that
walks the room.} sub="Madhubani is a 14th-century folk-painting tradition from Bihar — fish, lotuses, peacocks, mythic figures. Marushika commissions Madhubani artists to paint and embroider directly onto its couture silks." />
Hand-painted Madhubani dress
What is Madhubani

Folk painting,
worn as clothing.

Madhubani (sometimes Mithila) is one of India's oldest folk-painting traditions — historically painted on the walls of homes in the Mithila region of Bihar by women, to mark weddings, harvests, gods. Its vocabulary is unmistakable: bordered scenes, symmetrical lotus mandalas, fish, peacocks, mythological figures rendered in single fluid lines.

Marushika commissions these artists — by name, from Manisha's home region — to paint motifs directly onto pure silk before the panels are cut. What you wear has been hand-painted before it was hand-sewn.

{/* Techniques grid */}
Four hands per piece
{techniques.map((t, i) => (
0{i+1}

{t.n}

{t.note}

))}
{/* Process numbers */}
{[ ["~120", "Hours per signature piece"], ["1 of 1", "Each hand-painted motif"], ["6", "Madhubani artists · Bihar"], ].map(([n, l]) => (
{n}
{l}
))}
); } // ============================================================ // SHOWROOM // ============================================================ function ShowroomPage({ go }) { return (
Visit, or be
privately styled.} sub="Two rooms — one a public boutique on Al Wasl Road, the other a by-appointment styling showroom in Dubai Design District." />
{SHOWROOMS.map((s, i) => (
{/* Map placeholder */}
{/* Pin */}
Map · coordinates to confirm
{s.kind}

{s.name}

{s.line1}
{s.line2}
Hours {s.hours} Phone +971 52 745 2161 Email {EMAIL}

{s.note}

))}
{/* Booking iframe placeholder */}
Live booking

One-hour private styling.

Available in person at the d3 styling showroom, or virtually from anywhere. Walk through the current series, try pieces, and meet the team.

booking.marushikaofficial.com (embedded)
Open booking →
); } // ============================================================ // CONTACT // ============================================================ function ContactPage({ go }) { return (
Speak to
the atelier.} sub="WhatsApp, email, or come walk the floor — the team replies within a working day." />
{/* Form */}
Enquire
{e.preventDefault(); alert("Thank you — the atelier will be in touch.");}} style={{ display: "grid", gap: 22 }}>
We reply within 1 working day.
{/* Side: direct lines */}
Direct lines
Visit
{SHOWROOMS.map(s => (
{s.name}
{s.line1} · {s.line2} · {s.hours}
))}
Find us online
{["instagram","facebook","linkedin","youtube"].map(s => ( @marushikaofficial · {s} ))}
); } function Field({ label, ...props }) { return ( ); } function FieldArea({ label, ...props }) { return (