);
}
window.BrandStrip = BrandStrip;
// ─── No Deposit band ─────────────────────────────────────────────────────
function NoDepositBand({ locale }) {
const t = (window.STRINGS[locale] || window.STRINGS.en).nodep;
const items = [
{ kicker:"01", title:"Car", body:"Hand-picked from a 400+ fleet, freshly detailed before every handover." },
{ kicker:"02", title:"Insurance", body:"Basic insurance included by default. Top-up cover available on request." },
{ kicker:"03", title:"Delivery", body:"To your hotel, airport, residence — anywhere in Dubai, 24/7." },
{ kicker:"04", title:"250 km / day", body:"Generous mileage built into the price. Extra km AED 2 — no surprises." }
];
return (
{items.map((it, i) => (
{it.kicker}
{it.title}
{it.body}
))}
);
}
window.NoDepositBand = NoDepositBand;
// ─── Featured Fleet ──────────────────────────────────────────────────────
function FeaturedFleet({ onSelect }) {
const featured = window.FLEET.filter(v => v.featured).slice(0, 8);
return (
);
}
window.CategoriesBlock = CategoriesBlock;
// ─── How it works ────────────────────────────────────────────────────────
function HowItWorks() {
const steps = [
{ n:"01", title:"Choose your car", body:"Browse 400+ vehicles. Filter by category, brand, transmission or seats. Or talk to us on WhatsApp.", icon:"car" },
{ n:"02", title:"Book in minutes", body:"Send a quick enquiry — dates, delivery point, driver status. We confirm in five minutes.", icon:"cal" },
{ n:"03", title:"We deliver", body:"To your hotel, airport, residence or office. 24/7, across Dubai, Abu Dhabi & Sharjah.", icon:"pin" }
];
return (
{/* dashed line */}
{steps.map((s, i) => (
STEP {s.n}
{s.title}
{s.body}
))}
);
}
window.HowItWorks = HowItWorks;
// ─── Award + Press ───────────────────────────────────────────────────────
function AwardStrip() {
return (
Issued by World Luxury Travel Awards
Best Luxury Car Rental, Middle East & North Africa 2025
As featured in
Khaleej Times
"The first true online booking platform for luxury car rentals in Dubai" — 3 Oct 2025
Independent confirmation
Gulf Today
"400+ vehicles … no security deposit on any booking, across any category" — 2 May 2026
);
}
window.AwardStrip = AwardStrip;
// ─── CTA band ────────────────────────────────────────────────────────────
function CTABand() {
return (
5-min response time
Need it now? WhatsApp us.
24/7 delivery across Dubai, Abu Dhabi & Sharjah. Talk to a real human about long-term rates, chauffeur add-ons, or weekend wedding packages.
+971 52 726 9337+971 4 253 6700
The promise
{[
"No security deposit on any vehicle",
"Basic insurance + delivery + 250 km/day in price",
"Replacement vehicle within 2 hours, anywhere in Dubai",
"Support in English, Arabic & Russian"
].map((line, i) => (