Spec fields shown only when verified by the live fleet feed. Year, mileage and plate confirmed at handover.
{/* Inclusions */}
What's in the price
{[
{ icon:"shield", title:"Basic insurance", body:"Comprehensive cover included by default." },
{ icon:"pin", title:"Delivery & return", body:"To any hotel, airport or address in Dubai." },
{ icon:"bolt", title:"250 km / day", body:"Extra km charged at AED 2. No hidden fees." },
{ icon:"clock", title:"24/7 support", body:"Real human on WhatsApp, English / Arabic / Russian." }
].map(it => (
So we can pre-fill the rental contract with the right documents.
{[
{ id:"tourist", label:"Tourist", body:"Passport + visa + IDP + home licence" },
{ id:"resident", label:"UAE Resident", body:"Emirates ID + UAE driving licence" }
].map(opt => {
const active = form.driverStatus === opt.id;
return (
);
})}
Add-ons (optional)
{[
{ id:"chauffeur", label:"Chauffeur service", body:"Add a uniformed driver, English / Arabic / Russian." },
{ id:"insurance", label:"Premium insurance top-up", body:"Reduce excess to zero. From AED 75/day." },
{ id:"airport", label:"Meet & greet at airport", body:"We'll be at arrivals with your name on a plaque." }
].map(a => (
))}
);
}
function Step3({ form, update, vehicle, days, total }) {
return (
Your details
We'll confirm by WhatsApp in ~5 min. No card on file. No deposit.
By sending this enquiry you accept Octane.Rent's terms and our use of WhatsApp / email to confirm. No payment is taken — confirmation only.
);
}
function SummaryBlock({ vehicle, days, total, form }) {
return (
Abu Dhabi & Sharjah served by delivery from Dubai. Free inside Dubai; small fee elsewhere — flagged on quote.
{/* Map */}
{/* Roads */}
Al Quoz Industrial Area 3
22nd Street, Warehouse 3, Dubai
25.129948° N · 55.230154° E
Garage map · Schematic
);
}
window.ContactPage = ContactPage;
// How it works detail page
function HowPage() {
return (
How it works
From browser to behind the wheel.
The whole thing takes about five minutes. No deposit, no card hold, no SaaS-looking forms.
{[
{ icon:"car", title:"The car", body:"Fresh from the fleet, full tank or fuel-equivalent on handover." },
{ icon:"shield", title:"Basic insurance", body:"Comprehensive third-party + own damage. Top-up available." },
{ icon:"pin", title:"24/7 delivery", body:"Hotel, airport, residence — anywhere in Dubai. No fee." },
{ icon:"bolt", title:"250 km / day", body:"Mileage included. Extra km AED 2 — no rounding tricks." }
].map(i => (
{i.title}
{i.body}
))}
Tourist
Passport
Visit / tourist visa
IDP (Int'l Driving Permit)
Home country driving licence
UAE Resident
Emirates ID
UAE driving licence
Min age 21+ across the fleet. Some supercars require 25+ or 3 years' experience — we'll flag it on the quote.
);
}
window.HowPage = HowPage;
function FAQ() {
const items = [
{ q:"Is there really no deposit?", a:"Yes — no security deposit on any vehicle category, including supercars. You're still responsible for damages, traffic fines and fuel policy compliance, but we never place a hold on your card." },
{ q:"How fast is delivery?", a:"Inside Dubai we aim for under 60 minutes. Abu Dhabi and Sharjah typically within 2-3 hours. WhatsApp us for the current ETA — we're 24/7." },
{ q:"Can I extend the rental?", a:"Just message us. We'll quote a lower daily rate for any extension and update the contract — no fresh handover needed." },
{ q:"What if the car breaks down?", a:"Replacement vehicle within two hours, anywhere in Dubai. (Marketing SLA — pending client sign-off.)" },
{ q:"Do you take card on delivery?", a:"Yes — Visa, Mastercard, Amex, or cash. We don't authorise the card or place a hold." }
];
const [open, setOpen] = useState(0);
return (
{items.map((it, i) => (
{open === i &&
{it.a}
}
))}
);
}
// About page
function AboutPage() {
return (
About Octane.Rent
Performance, delivered.
Octane.Rent is a Dubai-based no-deposit luxury, exotic and supercar rental operator with a 400+ vehicle fleet refreshed every six months, and 24/7 delivery across Dubai, Abu Dhabi and Sharjah.
We don't print a founding year. We don't have a single, consistent one — and our research turned up "7 years," "10 years," and "since 2021" depending on which page you read.
We don't bake a star rating into the page. Trustpilot, Google and our own marketing list different numbers — somewhere between 4.8 and 4.9, from 1,100 to 1,600+ reviews. We'll plug a live widget here when it's wired.
We don't fabricate prices. Daily rates change with season, demand and what's parked at Al Quoz that week. Every price you see is "from" or "on request" — the real quote arrives in WhatsApp inside five minutes.
What we will tell you: no deposit, no hold, no surprises. Ever.