// data.jsx — fleet + i18n copy. Demo placeholders, clearly labelled "rate on request" where unknown. // Production: fleet comes from CMS/feed (see CLAUDE-DESIGN.md). const FLEET = [ { id: "huracan-evo-spyder", make: "Lamborghini", model: "Huracán EVO Spyder", year: 2023, body: "Supercar · Convertible", bodyKey: "supercar", seats: 2, transmission: "7-speed DCT", drivetrain: "AWD", engine: "5.2L V10", power: "631 hp", torque: "600 Nm", topSpeed: "325 km/h", accel: "3.1s", colour: "Bianco Monocerus", daily: "AED 4,500", weekly: "AED 28,000", monthly: "On request", deposit: "On request", image: "media/huracan-evo-spyder.webp", note: "Open-top V10 atmospheric. Hand-over with full carbon-ceramic brakes and dynamic steering.", featured: true, available: true, }, { id: "ferrari-f8-spider", make: "Ferrari", model: "F8 Spider", year: 2022, body: "Supercar · Convertible", bodyKey: "supercar", seats: 2, transmission: "7-speed DCT", drivetrain: "RWD", engine: "3.9L Twin-turbo V8", power: "710 hp", torque: "770 Nm", topSpeed: "340 km/h", accel: "2.9s", colour: "Rosso Corsa", daily: "AED 5,200", weekly: "AED 33,000", monthly: "On request", deposit: "On request", image: "media/ferrari-f8-spider.webp", note: "Last of the naturally-aspirated era? No — the twin-turbo evolution that out-runs the 488.", available: true, }, { id: "mclaren-720s-spyder", make: "McLaren", model: "720S Spyder", year: 2022, body: "Supercar · Convertible", bodyKey: "supercar", seats: 2, transmission: "7-speed SSG", drivetrain: "RWD", engine: "4.0L Twin-turbo V8", power: "710 hp", torque: "770 Nm", topSpeed: "341 km/h", accel: "2.9s", colour: "Onyx Black", daily: "AED 4,900", weekly: "AED 31,000", monthly: "On request", deposit: "On request", image: "media/mclaren-720s-spyder.webp", note: "Folding hardtop. 11 seconds to drop. Carbon MonoCage II.", available: true, }, { id: "bentley-continental-gtc", make: "Bentley", model: "Continental GTC", year: 2023, body: "Grand Tourer · Convertible", bodyKey: "luxury", seats: 4, transmission: "8-speed DCT", drivetrain: "AWD", engine: "6.0L W12", power: "626 hp", torque: "900 Nm", topSpeed: "333 km/h", accel: "3.7s", colour: "Glacier White", daily: "AED 3,800", weekly: "AED 24,000", monthly: "On request", deposit: "On request", image: "media/bentley-continental-gtc.webp", note: "Mulliner-spec hide. The civilised way to do 300 km/h.", available: true, }, { id: "mercedes-g63-brabus", make: "Mercedes-AMG", model: "G63 (Brabus)", year: 2024, body: "Luxury SUV", bodyKey: "suv", seats: 5, transmission: "9-speed MCT", drivetrain: "4MATIC", engine: "4.0L Twin-turbo V8", power: "700 hp", torque: "950 Nm", topSpeed: "240 km/h", accel: "4.0s", colour: "Obsidian Black", daily: "AED 3,400", weekly: "AED 21,500", monthly: "On request", deposit: "On request", image: "media/mercedes-g63-brabus.webp", note: "Brabus-tuned. The Dubai car. You know the one.", available: true, }, { id: "range-rover-hse", make: "Range Rover", model: "HSE P530", year: 2024, body: "Luxury SUV", bodyKey: "suv", seats: 5, transmission: "8-speed auto", drivetrain: "AWD", engine: "4.4L Twin-turbo V8", power: "523 hp", torque: "750 Nm", topSpeed: "250 km/h", accel: "4.6s", colour: "Santorini Black", daily: "AED 2,100", weekly: "AED 13,500", monthly: "On request", deposit: "On request", image: "media/range-rover-hse.webp", note: "Long-wheelbase comfort. Rear executive seating optional.", available: true, }, { id: "porsche-718-gts", make: "Porsche", model: "718 Boxster GTS", year: 2023, body: "Sports · Convertible", bodyKey: "sport", seats: 2, transmission: "7-speed PDK", drivetrain: "RWD", engine: "4.0L Flat-six", power: "394 hp", torque: "430 Nm", topSpeed: "293 km/h", accel: "4.0s", colour: "Carrara White", daily: "AED 1,800", weekly: "AED 11,500", monthly: "On request", deposit: "On request", image: "media/porsche-718-gts.webp", note: "Naturally-aspirated flat-six. The driver's car of the lineup.", available: true, }, { id: "bmw-m4-competition", make: "BMW", model: "M4 Competition", year: 2024, body: "Sports Coupé", bodyKey: "sport", seats: 4, transmission: "8-speed M Steptronic", drivetrain: "RWD", engine: "3.0L Twin-turbo I6", power: "510 hp", torque: "650 Nm", topSpeed: "290 km/h", accel: "3.5s", colour: "São Paulo Yellow", daily: "AED 1,400", weekly: "AED 8,900", monthly: "On request", deposit: "On request", image: "media/bmw-m4.webp", note: "The yellow one with the controversial grille. Sounds extraordinary.", available: true, }, { id: "lamborghini-urus", make: "Lamborghini", model: "Urus S", year: 2024, body: "Super SUV", bodyKey: "suv", seats: 5, transmission: "8-speed auto", drivetrain: "AWD", engine: "4.0L Twin-turbo V8", power: "657 hp", torque: "850 Nm", topSpeed: "305 km/h", accel: "3.5s", colour: "Verde Mantis", daily: "AED 3,600", weekly: "AED 22,500", monthly: "On request", deposit: "On request", image: "media/lamborghini-urus.webp", note: "Family of four, school run, 305 km/h. All true at once.", available: false, }, ]; // ─── i18n ──────────────────────────────────────────────────────────────────── const COPY = { en: { dir: "ltr", nav: { fleet: "Fleet", services: "Services", about: "About", contact: "Contact" }, locale: { label: "EN", switchTo: "العربية" }, cta: { book: "Book now", whatsapp: "WhatsApp", call: "Call +971 54 526 5555", request: "Request this car", reserve: "Reserve", back: "Back", next: "Next", open_whatsapp: "Open in WhatsApp", view: "View", browse: "Browse fleet", }, hero: { kicker: "Luxury & exotic car rental — Dubai", title: ["Rent the car you", "actually", "wanted."], sub: "Free Dubai delivery, 24-hour handover, multilingual concierge. From the McLaren you saw on the Palm to the G-Wagon you keep telling yourself you don't need.", featured_label: "This week's featured release", }, trust: [ { k: "01", label: "Free Dubai delivery", body: "Anywhere within the emirate. Hand-over at your hotel, residence or airport gate." }, { k: "02", label: "24/7 booking", body: "Phone, WhatsApp or Telegram — answered by a real person, in your language." }, { k: "03", label: "Dubai airport pickup", body: "Meet & greet at Dubai International (DXB). Keys, paperwork, drive." }, { k: "04", label: "Chauffeur on request", body: "Discreet, English/Arabic/Russian, by the hour or by the day." }, ], fleet: { title: "The fleet", sub: "Curated. Maintained in-house. Real renders below — no stock.", filters: ["All", "Supercars", "Convertibles", "Luxury SUV", "Sport", "Long term"], filterKeys: ["all", "supercar", "convertible", "suv", "sport", "long"], enquire: "Enquire", from: "from", day: "day", sold_out: "Reserved this week", view_all: "Open the full fleet", }, services: { title: "Beyond the keys", items: [ { t: "Concierge delivery", b: "We bring the car. Hotel forecourt, villa gate, Skydive Dubai car park — it makes no difference." }, { t: "Airport meet & greet", b: "Arrivals at DXB or DWC. Plate in hand at the curb." }, { t: "Chauffeur", b: "Wedding, photoshoot, board meeting. By the hour or the day." }, { t: "Long-term lease", b: "Monthly and quarterly programmes for residents and corporates." }, ], }, booking: { title: "Reserve this car", pickup: "Pick-up", return: "Return", delivery_label: "Where should we hand it over?", delivery_opts: [ { id: "garage", label: "Paddock Garage, Al Quoz 3", note: "Free" }, { id: "dubai", label: "Anywhere in Dubai", note: "Free" }, { id: "dxb", label: "Dubai International (DXB)", note: "On request" }, ], chauffeur: "Add a chauffeur", chauffeur_note: "Discreet, multilingual, by the hour or the day.", name: "Your name", phone: "Your number (incl. country code)", total_label: "Estimated total", total_note: "Indicative. Final quote on WhatsApp.", preview_label: "We'll send this on WhatsApp", open_whatsapp: "Send on WhatsApp", or_call: "or call +971 54 526 5555", pretotal_unset: "Pick dates to see the estimate", privacy: "By continuing you agree we can WhatsApp you back. We don't share your number.", }, detail: { back: "Back to fleet", specs: "Specifications", colour: "Exterior", included: "Included", included_items: ["Comprehensive insurance", "Free Dubai delivery", "24/7 roadside", "Full tank at handover"], not_included: "Not included", not_included_items: ["Salik & parking", "Fuel beyond initial tank", "Traffic fines"], similar: "Also from the floor", rate: "Rates", rate_note: "All rates in AED, incl. VAT. 200 km/day fair use. Long-term rates on WhatsApp.", }, footer: { address_lines: ["Paddock Garage", "10b Street, Al Quoz 3", "Dubai, United Arab Emirates"], hours: "Booking line · 24/7", hours_garage: "Garage · by appointment", cols: { fleet: "Fleet", services: "Services", company: "Company", contact: "Contact", }, legal: "© 2026 Paddock Rent A Car. The vehicles, photography and rates shown are indicative; live availability on WhatsApp.", languages: "EN · العربية · РУ", }, promo: { kicker: "Limited release", title: "Eid Al Adha weekend", sub: "Friday–Sunday handover, AED 0 delivery within Dubai, complimentary detail on return.", cta: "Reserve a weekend", }, legal_strip: "Open 24/7 · Free Dubai delivery · EN · العربية · РУ · DE · FR", }, ar: { dir: "rtl", nav: { fleet: "الأسطول", services: "الخدمات", about: "من نحن", contact: "اتصل" }, locale: { label: "العربية", switchTo: "EN" }, cta: { book: "احجز الآن", whatsapp: "واتساب", call: "‎+٩٧١ ٥٤ ٥٢٦ ٥٥٥٥", request: "اطلب هذه السيارة", reserve: "احجز", back: "رجوع", next: "التالي", open_whatsapp: "افتح في واتساب", view: "عرض", browse: "تصفح الأسطول", }, hero: { kicker: "تأجير السيارات الفاخرة والرياضية — دبي", title: ["استأجر السيارة", "التي أردتها", "حقّاً."], sub: "توصيل مجاني في دبي، تسليم على مدار الساعة، خدمة متعددة اللغات. من ماكلارين على نخلة جميرا إلى مرسيدس G التي تخبر نفسك أنك لا تحتاجها.", featured_label: "إطلاق هذا الأسبوع", }, trust: [ { k: "٠١", label: "توصيل مجاني في دبي", body: "في أي مكان داخل الإمارة. التسليم في فندقك أو مقر إقامتك أو المطار." }, { k: "٠٢", label: "الحجز على مدار الساعة", body: "هاتف أو واتساب أو تلغرام — يردّ عليك شخص حقيقي بلغتك." }, { k: "٠٣", label: "استقبال في مطار دبي", body: "لقاء وترحيب في مطار دبي الدولي. الأوراق والمفاتيح، ثم الانطلاق." }, { k: "٠٤", label: "سائق عند الطلب", body: "متعدد اللغات، بالساعة أو باليوم." }, ], fleet: { title: "الأسطول", sub: "منتقى بعناية. صيانة داخلية. صور حقيقية بالأسفل.", filters: ["الكل", "خارقة", "كشف", "دفع رباعي فاخر", "رياضية", "إيجار طويل"], filterKeys: ["all", "supercar", "convertible", "suv", "sport", "long"], enquire: "للاستفسار", from: "ابتداءً من", day: "يومياً", sold_out: "محجوزة هذا الأسبوع", view_all: "عرض الأسطول كاملاً", }, services: { title: "أكثر من مجرد مفاتيح", items: [ { t: "توصيل كونسيرج", b: "نوصل لك السيارة. الفندق، الفيلا، أو موقف السكاي دايف — لا فرق." }, { t: "استقبال في المطار", b: "في مطار دبي الدولي أو مطار آل مكتوم. اللوحة بانتظارك." }, { t: "سائق خاص", b: "زفاف، تصوير، اجتماع. بالساعة أو باليوم." }, { t: "إيجار طويل الأجل", b: "برامج شهرية وربع سنوية للمقيمين والشركات." }, ], }, booking: { title: "احجز هذه السيارة", pickup: "الاستلام", return: "الإرجاع", delivery_label: "أين نسلّمها؟", delivery_opts: [ { id: "garage", label: "كراج بادوك، القوز ٣", note: "مجاناً" }, { id: "dubai", label: "أي مكان في دبي", note: "مجاناً" }, { id: "dxb", label: "مطار دبي الدولي", note: "حسب الطلب" }, ], chauffeur: "أضف سائقاً", chauffeur_note: "متعدد اللغات، بالساعة أو باليوم.", name: "اسمك", phone: "رقمك (مع رمز الدولة)", total_label: "الإجمالي التقديري", total_note: "تقريبي. السعر النهائي على واتساب.", preview_label: "سنرسل هذا عبر واتساب", open_whatsapp: "أرسل عبر واتساب", or_call: "أو اتصل ‎+٩٧١ ٥٤ ٥٢٦ ٥٥٥٥", pretotal_unset: "اختر التواريخ لرؤية التقدير", privacy: "بالمتابعة توافق أن نراسلك على واتساب. لا نشارك رقمك.", }, detail: { back: "العودة للأسطول", specs: "المواصفات", colour: "اللون الخارجي", included: "مشمول", included_items: ["تأمين شامل", "توصيل مجاني في دبي", "مساعدة على الطريق ٢٤/٧", "خزان وقود ممتلئ عند التسليم"], not_included: "غير مشمول", not_included_items: ["سالك ومواقف", "الوقود بعد الخزان الأول", "المخالفات المرورية"], similar: "من نفس المعرض", rate: "الأسعار", rate_note: "جميع الأسعار بالدرهم شاملة الضريبة. ٢٠٠ كم يومياً للاستخدام العادل.", }, footer: { address_lines: ["كراج بادوك", "شارع ١٠ب، القوز ٣", "دبي، الإمارات العربية المتحدة"], hours: "خط الحجز · ٢٤/٧", hours_garage: "الكراج · بموعد مسبق", cols: { fleet: "الأسطول", services: "الخدمات", company: "الشركة", contact: "اتصل", }, legal: "© ٢٠٢٦ بادوك لتأجير السيارات. الصور والأسعار إرشادية؛ التوافر الفعلي على واتساب.", languages: "EN · العربية · РУ", }, promo: { kicker: "إطلاق محدود", title: "عطلة عيد الأضحى", sub: "تسليم من الجمعة إلى الأحد، توصيل مجاني داخل دبي، تلميع مجاني عند الإرجاع.", cta: "احجز العطلة", }, legal_strip: "مفتوح ٢٤/٧ · توصيل مجاني في دبي · EN · العربية · РУ · DE · FR", }, }; window.FLEET = FLEET; window.COPY = COPY;