/* Showroom page */ function ShowroomPage({ navigate, onQuote }) { const { CONTACT, MEDIA } = window.MOBICO_DATA; const d3 = CONTACT.d3; return (
Showroom exterior at d3
SHOWROOM EXTERIOR
VISIT

Plan your visit.

BOOK A VISIT
We'll have the right samples ready.
{/* Map */}
LOCATION

Building 7, Office A103

Dubai Design District is the city's creative cluster — architects, fit-out firms and design studios are minutes away. Easy access from Sheikh Zayed Road and Dubai International.

  • 10 MIN Downtown Dubai
  • 15 MIN DIFC
  • 20 MIN Dubai International (DXB)
); } function KV({ label, value, sub }) { return (
{label}
{value}
{sub &&
}
); } function MapPlaceholder() { // Schematic map of d3 — geometric, no satellite tiles (coords unverified). return (
{/* Grid */} {/* Roads */} {/* Blocks */} {/* Building 7 */} {/* Pin */} {/* Labels */} BUILDING 7 · A103 DUBAI DESIGN DISTRICT 25.184°N 55.297°E · TBC
SCHEMATIC · ACTUAL COORDS TO BE CONFIRMED
); } window.ShowroomPage = ShowroomPage;