// ExecuJet ME — detail pages
// ============ DWC (Dubai South — flagship) ============
function DwcPage({ goto }){
const f = FACILITIES.dwc;
return (
DWC
OMDW
IS-BAH Stage 2
24 H
The Dubai South
private-jet terminal
— our 2024 flagship.
Opened 10 December 2024 at the Mohammed Bin Rashid Aerospace Hub. Fifteen thousand square metres over three levels; a seven-thousand-square-metre air-conditioned hangar; and the Middle East's first airside suite.
15,000m²
Terminal · 3 levels
7,000m²
Air-conditioned hangar
IS-BAH
Stage 2 accreditation
{/* SPACES */}
spaces.`}
desc="Eight rooms designed for the way private aviation actually moves — from a fast turn to a full-day stop. Curated by Nada Debs and Opera Gallery."
/>
Majlis Lounge>} meta="LEVEL 02 · DESIGN" small={<>by Nada Debs>} />
ExecuSpa>} meta="LEVEL 03 · WELLBEING" small={<>by SENSASIA Spas>} />
{/* SERVICES + CONTACT */}
/02 Services at DWC
Everything private aviation needs, on one ramp.
- /01VIP, diplomatic & corporate flight coordination
- /02Customs & immigration assistance · landing & overfly permission handling
- /03Passenger & crew ground transportation · concierge
- /04Aircraft hangarage & ramp parking (7,000 m² air-conditioned hangar)
- /05Commercial-flight transfers · meet-and-assist
- /06Avgas & Jet A1 fuelling · de-icing on request
- /07Crew lounge · kids' entertainment room · Dubai Duty Free outlet
- /08Art collection curated by Opera Gallery
{/* CONTACT BLOCK */}
/03 Direct line
Dubai South FBO
Hours
24 hours, every day · IS-BAH Stage 2
{/* ENQUIRY */}
/04 Send a request
Tell us when you'd like to arrive.
No prices listed — every quotation is bespoke. We confirm receipt within minutes, and a named coordinator stays with the trip end-to-end.
Dumani Ndebele
Regional FBO Director
);
}
function Space({ cls, img, name, meta, small }){
return (
);
}
function MiniMap({ iata, coord }){
return (
N ↑ {iata} · DUBAI
{coord}
1:25k
{/* runway */}
{[...Array(20)].map((_,i)=>(
))}
RWY 30 / 12 · 4,500 m
);
}
// ============ DXB (Dubai International) ============
function DxbPage({ goto }){
const f = FACILITIES.dxb;
return (
DXB
OMDB
IS-BAH Stage 2
24 H
Since 1999
VIP FBO & business-jet handling — Dubai International.
The original ExecuJet ME terminal, entirely redesigned. Six exclusive passenger lounges, premium shower facilities, more than 7,000 m² of combined hangarage and ramp parking, open 24 hours.
> 7,000m²
Hangarage & ramp
{/* SPACES */}
lounges.`}
desc="Quiet rooms close to the apron, designed for fast turnarounds and longer overnight stops. Duty-free, canapés on request, premium showers — every detail discreet."
/>
/02 Services at DXB
Established handling at the original Dubai gateway.
- /01VIP, diplomatic & corporate flight coordination
- /02Customs & immigration assistance
- /03Landing & overfly permission handling
- /04Passenger & crew ground transportation
- /05Concierge — hotels, dining, dining reservations
- /06Aircraft hangarage & ramp parking — >7,000 m² combined
- /07Commercial-flight transfers
- /08Duty-free shopping on site
/03 Direct line
Dubai International FBO
Hours
24 hours, every day · IS-BAH Stage 2
/04 Send a request
Send a handling request for DXB.
We acknowledge handling requests within minutes — your assigned coordinator stays on the trip end-to-end.
);
}
// ============ FBO hub ============
function FboHubPage({ goto }){
return (
/ FBO Two Dubai terminals
Two private-jet FBOs in Dubai.
Twenty-four-hour VIP handling at both Dubai International (DXB · OMDB) and Dubai South (DWC · OMDW). The same crew, the same standard — IS-BAH Stage 2 across both.
team, two ramps.`}
desc="Every movement is coordinated by a named ExecuJet ME handler — no broker churn, no handover gaps between Dubai's two airports."
/>
{}} />
{}} />
{}} />
{}} />
);
}
Object.assign(window, { DwcPage, DxbPage, FboHubPage });