// pages-studio.jsx — Studio (About) + Services + Contact const { useState: useStateS } = React; function Studio({ navigate }) { return (
{/* hero text */}
— Studio · est. MMVII · Dubai Design District

A small studio, since 2007.

Husband-and-wife, Michael and Stanislava — and a team of twenty in d3. The studio designs, draws, builds and dresses the room. We do not sub-contract the part that matters.

Muse was founded in 2007 from a single drawing table in what is now Dubai Design District. Twenty-odd years later the practice has narrowed, not widened: residential luxury and a selective body of commercial work — restaurants, salons, offices — where the craft of fit-out can stay in plain sight.

We are a UAE-licensed contractor; we are also the people who pick the grout colour. The two sides are not separate departments. It is the same team, in the same studio, all the way through to the day the lights come on.

{/* stats */}
17+
Years in practice
Founded 2007 · d3
20+
In-studio team
Designers · PMs · trades
13th
Fit-Out Powerlist 2024
Design Middle East
Coffee at the office
Bldg 1B · Office 601
{/* Founders */}

Michael Dudnyk

Managing Partner

Michael runs the build side of the practice and most of the client conversations. He has fifteen-plus years on Dubai sites and, by his own admission, an opinion on every contractor in town. He called a Jaddaf barbershop "one of my favourite projects" in Commercial Interior Design.

Stanislava Rudas-Dudnyk

Partner · Lead Designer

Stanislava leads the design studio. She picks the materials, draws the joinery, and signs off every set of renders before it goes to client. The "eye for detail" line on the old site was hers, and at least the second half of it is true.

{/* studio space + image */}
◇ — The studio space

Dubai Design District, Bldg 1B · Office 601.

We share the floor with the trades who deliver every project — joinery sample wall, marble samples, fabric library and an espresso machine. Walk-ins by appointment; we never run a project the client hasn't seen us in the room for.

{/* recognition */}
); } // ---------- Services ---------- function Services({ navigate }) { const groups = [ { group: "Design", roman: "I.", items: [ { name: "Interior architecture", note: "Plans, joinery, lighting, M&E coordination." }, { name: "Interior design", note: "Concept, palette, materials, furniture." }, { name: "3D visualisation", note: "Photoreal renders before commitment." }, { name: "Curtains & soft furnishings", note: "Drapery, upholstery, dressing." }, ], }, { group: "Build", roman: "II.", items: [ { name: "Full turnkey fit-out", note: "Single point of accountability, dedicated PM." }, { name: "Villa contracting", note: "UAE-licensed; villa-grade build oversight." }, { name: "Renovation", note: "Villas, apartments, offices." }, { name: "Landscape design", note: "Soft planting, pergolas, terraces." }, ], }, { group: "Manage", roman: "III.", items: [ { name: "DEWA approvals", note: "Power & water-authority sign-off." }, { name: "DDA & community", note: "Design district + community NOC handling." }, { name: "Emaar / Nakheel", note: "Master-developer approvals." }, { name: "Concordia", note: "Master-community engineering reviews." }, ], }, ]; return (
— Scope of service · design · build · manage

We design and we build.

The studio operates across three lanes — design, build, manage — under one roof. Engage us for one, or for all three.

{groups.map(g => (
{g.items.map((it, i) => (
— {String(i + 1).padStart(2, "0")}

{it.name}

{it.note}

))}
))}
◆ — On pricing

We quote per project, never per square metre.

We deliver an itemised tailored quote after a site walk and a one-hour brief — usually within seven working days. Budget is shared then, not before.

); } // ---------- Contact ---------- function Contact({ navigate, subject }) { const [form, setForm] = useStateS({ name: "", email: "", phone: "", sector: "Villa", projectType: "New build · turnkey", message: subject ? `Hello — I'd like to discuss a project similar to "${subject}".` : "", }); const [sent, setSent] = useStateS(false); const update = (k, v) => setForm(f => ({ ...f, [k]: v })); const submit = (e) => { e.preventDefault(); setSent(true); }; return (
— Begin an enquiry

Start a project.

Send us the brief, the floorplan, or just a note. Replies in one working day. We never publish your enquiry, your photographs, or your address.

{/* contact list */}
Phone & WhatsApp +971 55 357 3290
Mon–Sat 09:00–18:00 GST
Email info@musedesign.ae
Replies in one working day
Studio
Dubai Design District
Building 1B · Office 601
Dubai · United Arab Emirates
Visits by appointment
Hours
Mon — Sat · 09:00 — 18:00
Sun · Closed
UAE public holidays observed
Message on WhatsApp
{/* form */}
{!sent ? (
◇ — Project enquiry
update("name", e.target.value)} placeholder="Your name" />
update("email", e.target.value)} placeholder="you@email.com" />
update("phone", e.target.value)} placeholder="+971 ..." />