// More pages: Shop, Jewellery, Appointments, Visit, Contact // ============ SHOP ============ const ShopPage = ({ openProduct }) => { const [cat, setCat] = React.useState("all"); const [sort, setSort] = React.useState("featured"); const filtered = React.useMemo(() => { let list = cat === "all" ? PRODUCTS : PRODUCTS.filter(p => p.category === cat); list = [...list]; if (sort === "asc") list.sort((a,b) => a.price - b.price); else if (sort === "desc") list.sort((a,b) => b.price - a.price); return list; }, [cat, sort]); return (
Shop · {PRODUCTS.length} pieces

Ready-to-Wear.

Dresses, kaftans, evening pieces and the kids' line. Dispatched from our Dubai atelier — every price in AED.

How couture differs

Couture and bridal pieces are made to commission at the atelier. The pieces here are ready to wear, with optional alterations on site.

{SHOP_CATEGORIES.map(c => ( ))}
{filtered.map(p => )}
{filtered.length === 0 &&

No pieces in this category yet.

}
); }; // ============ JEWELLERY ============ const JewelleryPage = ({ setPage }) => (
Maryam Omaira Jewellery · Sister line

Heirlooms,
by hand.

Timeless designs to be handed down — from mother to daughter, from daughter to granddaughter.

The Jewellery line is a quieter companion to the couture house. It is not new — but new to this site. We are preparing the lookbook with the same care the pieces deserve.

— The Atelier
{[1,2,3,4,5,6].map(i => (
Jewellery imagery — to supply Piece {String(i).padStart(2,"0")} · TBD
))}

A private preview, by appointment.

If you would like to view the jewellery line ahead of the launch, our team can arrange a private appointment at the d3 atelier.

Enquire on WhatsApp
); // ============ APPOINTMENTS ============ const AppointmentsPage = () => (
Appointments

Book a consultation.

Bridal, couture, ready-to-wear styling, and jewellery previews — at our Dubai Design District atelier.

); // ============ VISIT ============ const VisitPage = ({ setPage }) => (
Visit

The Atelier · Dubai Design District.

Seven years on the same address — Building 7, Level 3, Office 309A.

Address

{CONTACT.address1}
{CONTACT.address2}
{CONTACT.address3}

Hours

{CONTACT.hours}
{CONTACT.sundayClosed}

By car

From Sheikh Zayed Road, take the d3 exit. Visitor parking is on the ground floor of Building 7; we'll validate your ticket at the atelier.

By metro

The closest stop is Business Bay — a short taxi onward to d3.

WhatsApp the atelier