/* MAISON ALMA — secondary views */ const { useState: _useState } = React; // ───────────────── DEVELOPMENT MICROSITE ───────────────── function Development({ setRoute }) { return (
{/* hero */}
— Off-plan launch · Maison Alma Editions Q3 2027 · Handover
— Bluewaters Bay · Indicative renders

Omoria
Island Residences

Thirty-eight private homes on a single island. A pool that meets the Gulf at the eye-line. Pre-launch register, by enquiry.

38
Residences
3–5
Bedrooms
Q3 2027
Handover
POA
From price
{/* intro */}
— The proposition

A small archipelago of homes — terraces that open to the water, interiors finished in honed travertine and bleached oak, and a private clubhouse that closes the island.

Architecture · Foster Atelier ⁰ Interiors · Studio Vincent Landscape · Gustafson Porter Private clubhouse Beach club Marina berths

⁰ Renders are indicative · Subjects, credits, materials and finishes to be confirmed at handover.

{/* location & architecture split */}
— Location

An island,
eight minutes from Marina.

Bluewaters Bay sits at the western edge of the city — a private causeway, two restaurants by invitation, and a horizon that is, in the literal sense, uninterrupted. The site is a fifteen-minute drive from DIFC and the airport.

8 min
to Marina
15 min
to DIFC
22 min
to DXB
{/* residences */}
— Residences

Three configurations.
No two are identical.

{[ { name: 'Garden Villa', beds: '3 bed', sqft: '5,200 sqft', tag: '8 of 38', img: 'media/villa-pool.webp' }, { name: 'Sky Residence', beds: '4 bed', sqft: '6,800 sqft', tag: '24 of 38', img: 'media/listing-piano.webp' }, { name: 'Island Penthouse', beds: '5 bed', sqft: '11,400 sqft', tag: '6 of 38', img: 'media/hero-penthouse.webp' }, ].map(r => (
— {r.tag}

{r.name}

{r.beds}·{r.sqft}Price on application
))}
{/* register form */}
— Pre-launch register

The first allocations
go to the register.

An advisor will be in touch within twenty-four hours with the priced brochure, a floorplan pack, and a private viewing of the model residence.

Priced brochure · within 24h
Floorplan pack · all configurations
Private viewing · model residence
); } function RegisterForm() { const [sent, setSent] = _useState(false); const [unit, setUnit] = _useState('Sky Residence'); if (sent) { return (
Thank you. Your enquiry is in the hands of an advisor. We will be in touch shortly with the brochure pack and a proposed time for a private viewing.
); } return (
{ e.preventDefault(); setSent(true); }}>
{['Garden Villa','Sky Residence','Island Penthouse','Undecided'].map(u => ( ))}