Delivery is included — we'll bring the {car.model} to your chosen pickup at the start of your rental and collect it at the end. No counter visit needed.
)}
{step === 1 && (
setData({...data, chauffeur: v})}
title="Add a chauffeur" desc="English/Arabic licensed driver, available 24h."
price={`+ AED 800 / day`}/>
setData({...data, addDriver: v})}
title="Additional driver" desc="Add a second registered driver to the rental."
price={`+ AED 75 / day`}/>
setData({...data, childSeat: v})}
title="Child seat" desc="ISOFIX, suitable for 0–4 years."
price={`+ AED 50 / day`}/>
setData({...data, simCard: v})}
title="UAE data SIM" desc="Pre-activated 50GB Etisalat SIM card."
price={`+ AED 35 / day`}/>
Superior Car Rental was founded in Dubai in 2019. We started small — a handful of cars, one warehouse in Al Quoz, a phone that never stopped ringing. The model was simple: the right car, delivered to your door, picked up when you're done. No counter. No paperwork. No queue.
Today we hold 120+ cars across 30+ marques — from the BMW M4 to the Bugatti, from the Ghost to the G63 — with the same service model. Self-drive or with a licensed chauffeur. Free delivery across the UAE. 24/7 WhatsApp.
We're an independent rental company — not affiliated with any vehicle manufacturer. We pick the cars our clients want to drive. And the ones we'd want to drive ourselves.
What we stand for
{[
{n: "01", t: "The right car", d: "We hold the cars Dubai actually rents — supercars, sedans, SUVs, off-roaders. No rebranded fleet-vehicles dressed up as luxury."},
{n: "02", t: "Delivered", d: "Free delivery anywhere in the UAE. The car comes to you — at the gate, at the hotel, at the airport. Returned the same way."},
{n: "03", t: "Always reachable", d: "One WhatsApp number, answered any hour of any day. The fastest path between you and your car."}
].map(v => (
{v.n}
{v.t}
{v.d}
))}
);
};
/* =========================
HOW IT WORKS
========================= */
const HowScreen = ({ navigate }) => {
useEffect(() => { window.scrollTo(0, 0); }, []);
const steps = [
{ n: "01", t: "Choose a car", d: "Browse the fleet — by body, brand or budget. Every car page shows the indicative rate, mileage cap and deposit." },
{ n: "02", t: "Check availability", d: "Pick your dates and pickup location. Continue to Reserve or jump straight to WhatsApp." },
{ n: "03", t: "We deliver", d: "Free delivery to your hotel, residence, DXB or any UAE address. Quick licence + passport check. Refundable deposit collected on arrival." },
{ n: "04", t: "Drive", d: "It's yours. Salik is auto-billed at our pickup rate. Anything happens? One WhatsApp number, 24/7. Collected at the end of your rental." }
];
return (
How it works
Four steps, no counter.
{steps.map((s, i) => (
{s.n}
{s.t}
{s.d}
))}
Requirements
What you'll need to drive.
{[
{t: "Valid driving licence", d: "UAE residents: UAE-issued licence. Visitors: home licence plus a valid International Driving Permit (IDP)."},
{t: "Passport / Emirates ID", d: "Original passport (visitors) or Emirates ID (residents). Quick photo by WhatsApp at delivery."},
{t: "Refundable security deposit", d: "Held at delivery. AED 2,000 for most cars; supercars and Rolls-Royce models higher. Returned at car pickup."},
{t: "Mileage cap", d: "Typically 250 km/day, included. Beyond that — billed at the pickup rate."}
].map((r, i) => (
{r.t}
{r.d}
))}
Note: minimum age, insurance excess and accepted document specifics vary by car & nationality. Confirm at booking — we'll cover everything by WhatsApp before delivery.