/* Centaurus Charter — additional screens */ const { useState: useStateE } = React; /* ================= DESTINATIONS (NEW route ideas layer) ================= */ function DestinationsScreen({ goto, onBook }) { return (
New · Route ideas

We don't sell hours.
We sell a coastline.

Six curated cruises around Dubai's most photogenic landmarks — Burj Al Arab, Atlantis, the Palm, Ain Dubai, JBR. Pick a route; we match the right yacht.

); } /* ================= ONE ROUTE detail ================= */ function DestinationDetailScreen({ slug, goto, onBook }) { const { DESTINATIONS, FLEET } = window.CENTAURUS_DATA; const d = DESTINATIONS.find(x => x.slug === slug) || DESTINATIONS[0]; const recommendedYachts = d.yachts.map(s => FLEET.find(y => y.slug === s)).filter(Boolean); return (
Route {d.num} · {d.duration} · {d.distance}

{d.name.split(' · ')[0]}
{d.name.includes(' · ') && {d.name.split(' · ')[1]}.}

Duration
{d.duration}
Distance
{d.distance}
The plan

{d.pitch}

Every route ends in a Book Now or WhatsApp button. Routes are guidelines — your captain will adjust to wind, traffic and your mood on the day.

WhatsApp captain

Stops · approximate

    {d.stops.map((s, i) => (
  • {s.n}
    {s.name}
    {s.t}
  • ))}
Yachts suited to this route

Pick a vessel.

Each option is matched to the route's duration and ideal party size.
{recommendedYachts.slice(0, 3).map(y => goto('yacht', s)} onBook={onBook}/>)}
); } /* ================= EXPERIENCES screen ================= */ function ExperiencesScreen({ goto, onBook }) { const { EXPERIENCES, FLEET } = window.CENTAURUS_DATA; return (
Experiences

Eight occasions,
one captain.

{EXPERIENCES.map((e, i) => (
goto('experience', e.slug)}>
{e.tag}
{e.name}
))}
Fishing — published rates

4-hour package + VAT.

Equipment included. Catch is grilled on board. Site-stated rates — confirm current with captain.
{[ ['Storm · Thunder', '2,600'], ['Riverside', '3,260'], ['Vassia · Etosha', '4,600'], ['Lagoona · Silver Creek', '5,000'], ['Kronos', '15,200'], ].map(([n, p]) => (
{n}
AED {p}
4 hr + VAT
))}
); } /* ================= WATERSPORTS screen ================= */ function WatersportsScreen({ goto, onBook }) { const { WATERSPORTS } = window.CENTAURUS_DATA; return (
Add-ons

Six ways
to make a splash.

Add any of these to a charter. Prices shown are starting from — your captain quotes the day-rate at booking.

{WATERSPORTS.map(w => (
Activity {w.n}
{w.name}
FROM
AED {w.from}
))}
); } /* ================= ABOUT ================= */ function AboutScreen() { return (
About

A Dubai-licensed
charter, since 2013.

The company

Centaurus Passenger Yachts & Boats Rental L.L.C has been chartering Dubai's coastline since 2013. Our vessels are registered with the Dubai Marina Yacht Club; our crews are certified by the maritime authority.

We board guests at two marinas — Dubai Marina and Dubai Harbour Marina — while our back-office is in Dubai Production City (IMPZ). The two are not the same place; the boarding marina is always confirmed with you before the day.

Centaurus International is an Official Partner — not a parent company. We don't merge their fleet or numbers into ours.

Established
2013
Fleet
10yachts
Range
36–118ft
Languages
EN · AR · RU · ZH
Boarding
Marina · Harbour
Registered
DMYC
Why guests come back

Six promises.

From the live site — every yacht, every season.
{[ ['Luxury experience', 'Hatteras, Majesty, Azimut — names that lead the marina.'], ['Fleet of yachts', '10 vessels from 36 to 118 ft. Always the right boat.'], ['Certified crew', 'Maritime-authority-certified captains on every charter.'], ['Quality service', 'Welcome drinks on every yacht; concierge for celebrations.'], ['Outstanding support', 'WhatsApp + phone + app — pre-cruise and on-board.'], ['Multilingual staff', 'English, Arabic, Russian, Chinese — desks per locale.'], ].map(([t, d], i) => (
0{i+1}
{t}

{d}

))}
); } /* ================= CONTACT ================= */ function ContactScreen({ onBook }) { return (
Contact

Where you board.
Where we're registered.

Boarding · primary

Dubai Marina

Marina Walk, near Spinneys. Most charters depart here.

~25.077, 55.139

per-berth pin confirmed at booking

Boarding · premium

Dubai Harbour

Poseidon, Storm, Kronos, Dionysos, Riverside. Poseidon at A-B05.

~25.090, 55.142

per-berth pin confirmed at booking

Back office — not a boarding point

Galadari Bldg.17

Office 402, Dubai Production City (IMPZ). Visit by appointment only.

⚠ Guests do NOT board here.

One booking line

Talk to a captain.

One primary booking line. We don't surface six numbers and hope you pick the right one.

{ e.preventDefault(); onBook(); }}>
Enquire

Tell us what you're planning.