// Data for the VR Motorhome prototype // All images are real photography URLs (Unsplash + the original VR Motorhome npcdn references). const HERO_SLIDES = [ { image: 'https://images.unsplash.com/photo-1533873984035-25970ab07461?w=2400&q=80&auto=format&fit=crop', label: 'Cherating · Pahang', title: ['Your story begins', 'where the road', bends.], }, { image: 'https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=2400&q=80&auto=format&fit=crop', label: 'Cameron Highlands · 06:42', title: ['Built in Malaysia,', 'made for the ', long way home.], }, { image: 'https://images.unsplash.com/photo-1523987355523-c7b5b0dd90a7?w=2400&q=80&auto=format&fit=crop', label: 'Taman Negara · Pahang', title: ['Sleep under', a sky , 'you chose.'], }, ]; const FLEET = [ { id: 'anggun-07', name: 'Toyota Motorhome — Anggun 07', tag: 'Family', sub: 'Toyota Hilux · Cab-over Class C', price: 480, sleeps: 4, seats: 4, length: '5.3m', transmission: 'Auto', license: 'B/D', badge: 'Most loved', available: true, image: 'https://cdn1.npcdn.net/userfiles/24300/image/pro1.png', gallery: [ 'https://images.unsplash.com/photo-1543395136-3f6dabcdba5d?w=1400&q=80&auto=format&fit=crop', 'https://images.unsplash.com/photo-1502784444187-359ac186c5bb?w=900&q=80&auto=format&fit=crop', 'https://images.unsplash.com/photo-1469854523086-cc02fe5d8800?w=900&q=80&auto=format&fit=crop', ], desc: 'Our flagship family build on Toyota Hilux. Drop-down queen above the cab, dinette converts to twin singles. Solar, inverter, 90L fridge — fully off-grid for three days.', specs: { Sleeps: 4, Seats: '4 (belted)', Length: '5.3 m', Transmission: 'Automatic', Engine: '2.8L Diesel', License: 'B / D', Solar: '300W', Water: '120L fresh / 90L grey' }, }, { id: 'anggun-10', name: 'Ford Motorhome — Anggun 10', tag: 'Couples', sub: 'Ford Ranger · Cab-over Class C', price: 520, sleeps: 2, seats: 2, length: '5.9m', transmission: 'Auto', license: 'D', available: true, image: 'https://cdn1.npcdn.net/userfiles/24300/image/pro2.png', gallery: [ 'https://cdn1.npcdn.net/userfiles/24300/image/pro2.png', 'https://images.unsplash.com/photo-1533873984035-25970ab07461?w=900&q=80&auto=format&fit=crop', 'https://images.unsplash.com/photo-1518609878373-06d740f60d8b?w=900&q=80&auto=format&fit=crop', ], desc: 'A grown-up cabin for two on Ford Ranger chassis. Full ensuite, kitchen island, panoramic rear lounge that converts into a king. Honeymoon-ready.', specs: { Sleeps: 2, Seats: '2', Length: '5.9 m', Transmission: 'Automatic', Engine: '2.0L Bi-Turbo Diesel', License: 'D', Solar: '400W', Water: '150L fresh / 100L grey' }, }, { id: 'anggun-11', name: 'Toyota Motorhome — Anggun 11', tag: 'Group', sub: 'Toyota Hilux · Cab-over Class C', price: 680, sleeps: 6, seats: 6, length: '7.1m', transmission: 'Manual', license: 'E', badge: 'Big trips', available: false, image: 'https://cdn1.npcdn.net/userfiles/24300/image/pro3.png', gallery: [ 'https://images.unsplash.com/photo-1519681393784-d120267933ba?w=1400&q=80&auto=format&fit=crop', 'https://images.unsplash.com/photo-1523987355523-c7b5b0dd90a7?w=900&q=80&auto=format&fit=crop', 'https://images.unsplash.com/photo-1502784444187-359ac186c5bb?w=900&q=80&auto=format&fit=crop', ], desc: 'Six berths, separate bunk room for the kids, full-size shower, oven and microwave. For weddings, retreats and extended family runs up the peninsula.', specs: { Sleeps: 6, Seats: '6 (belted)', Length: '7.1 m', Transmission: 'Manual', Engine: '2.8L Diesel', License: 'E', Solar: '600W', Water: '200L fresh / 150L grey' }, }, { id: 'sewa', name: 'Rental Motorhome / Sewa Motorhome', tag: 'Family', sub: 'Ford Ranger · Cab-over Rental', price: 450, sleeps: 4, seats: 4, length: '5.8m', transmission: 'Auto', license: 'D', available: true, image: 'https://cdn1.npcdn.net/userfiles/24300/image/pro4.png', gallery: [ 'https://cdn1.npcdn.net/userfiles/24300/image/pro4.png', 'https://images.unsplash.com/photo-1523987355523-c7b5b0dd90a7?w=900&q=80&auto=format&fit=crop', 'https://images.unsplash.com/photo-1469854523086-cc02fe5d8800?w=900&q=80&auto=format&fit=crop', ], desc: 'Our most-rented standard cab-over rig — Ford Ranger base with cream cab-over camper. The honest workhorse of the fleet. Sleeps four, drives like a sedan.', specs: { Sleeps: 4, Seats: '4 (belted)', Length: '5.8 m', Transmission: 'Automatic', Engine: '2.0L Bi-Turbo Diesel', License: 'D', Solar: '300W', Water: '120L fresh / 90L grey' }, }, { id: 'anggun-05', name: 'Toyota Campervan — Anggun 05', tag: 'Solo', sub: 'Toyota Hiace · Campervan', price: 320, sleeps: 2, seats: 2, length: '4.7m', transmission: 'Auto', license: 'B/D', available: true, image: 'https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80&auto=format&fit=crop', gallery: [ 'https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80&auto=format&fit=crop', 'https://images.unsplash.com/photo-1517299321609-52687d1bc55a?w=900&q=80&auto=format&fit=crop', 'https://images.unsplash.com/photo-1519681393784-d120267933ba?w=900&q=80&auto=format&fit=crop', ], desc: 'Stealthy, agile Toyota Hiace campervan conversion. Side-kitchen, queen bed, pop-top with skylight. Perfect for solo travellers and Instagram-driven couples.', specs: { Sleeps: 2, Seats: '2', Length: '4.7 m', Transmission: 'Automatic', Engine: '2.4L Diesel', License: 'B / D', Solar: '200W', Water: '60L fresh / 40L grey' }, }, { id: 'anggun-08', name: 'Toyota Motorhome — Anggun 08', tag: 'Family', sub: 'Toyota Hilux · Cab-over Class C', price: 540, sleeps: 4, seats: 4, length: '6.4m', transmission: 'Auto', license: 'D', available: true, image: 'https://images.unsplash.com/photo-1502784444187-359ac186c5bb?w=1400&q=80&auto=format&fit=crop', gallery: [ 'https://images.unsplash.com/photo-1502784444187-359ac186c5bb?w=1400&q=80&auto=format&fit=crop', 'https://images.unsplash.com/photo-1523987355523-c7b5b0dd90a7?w=900&q=80&auto=format&fit=crop', 'https://images.unsplash.com/photo-1469854523086-cc02fe5d8800?w=900&q=80&auto=format&fit=crop', ], desc: 'Bigger sibling of the Anggun 07. Slide-out lounge, separate bathroom, dining for six. Cruises highways like a sedan.', specs: { Sleeps: 4, Seats: '4 (belted)', Length: '6.4 m', Transmission: 'Automatic', Engine: '2.8L Diesel', License: 'D', Solar: '400W', Water: '140L fresh / 100L grey' }, }, { id: 'anggun-12', name: 'Iveco Motorhome — Anggun 12', tag: 'Group', sub: 'Iveco Daily · Class C', price: 720, sleeps: 5, seats: 5, length: '7.4m', transmission: 'Auto', license: 'E', badge: 'New 2026', available: true, image: 'https://images.unsplash.com/photo-1469854523086-cc02fe5d8800?w=1400&q=80&auto=format&fit=crop', gallery: [ 'https://images.unsplash.com/photo-1469854523086-cc02fe5d8800?w=1400&q=80&auto=format&fit=crop', 'https://images.unsplash.com/photo-1485965120184-e220f721d03e?w=900&q=80&auto=format&fit=crop', 'https://images.unsplash.com/photo-1543395136-3f6dabcdba5d?w=900&q=80&auto=format&fit=crop', ], desc: 'European-built coachwork on Iveco Daily — island bed, U-lounge, full kitchen, dry bath. The most efficient layout we sell.', specs: { Sleeps: 5, Seats: '5 (belted)', Length: '7.4 m', Transmission: 'Automatic', Engine: '3.0L Diesel', License: 'E', Solar: '500W', Water: '180L fresh / 130L grey' }, }, { id: 'anggun-06', name: 'Toyota Campervan — Anggun 06', tag: 'Couples', sub: 'Toyota Hiace · High-roof Campervan', price: 360, sleeps: 2, seats: 4, length: '4.9m', transmission: 'Auto', license: 'B/D', available: true, image: 'https://images.unsplash.com/photo-1533873984035-25970ab07461?w=1400&q=80&auto=format&fit=crop', gallery: [ 'https://images.unsplash.com/photo-1533873984035-25970ab07461?w=1400&q=80&auto=format&fit=crop', 'https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=900&q=80&auto=format&fit=crop', 'https://images.unsplash.com/photo-1518609878373-06d740f60d8b?w=900&q=80&auto=format&fit=crop', ], desc: 'Hiace high-roof conversion with stand-up galley, rear queen bed and 4-seat dinette. The everyday couples van — easy to park, frugal on diesel.', specs: { Sleeps: 2, Seats: '4 (belted)', Length: '4.9 m', Transmission: 'Automatic', Engine: '2.8L Diesel', License: 'B / D', Solar: '250W', Water: '80L fresh / 60L grey' }, }, { id: 'anggun-14', name: 'Ford Motorhome — Anggun 14', tag: 'Group', sub: 'Ford Ranger Raptor · Off-grid Class C', price: 780, sleeps: 4, seats: 4, length: '6.8m', transmission: 'Auto', license: 'D', badge: 'Overland', available: true, image: 'https://images.unsplash.com/photo-1523987355523-c7b5b0dd90a7?w=1400&q=80&auto=format&fit=crop', gallery: [ 'https://images.unsplash.com/photo-1523987355523-c7b5b0dd90a7?w=1400&q=80&auto=format&fit=crop', 'https://images.unsplash.com/photo-1519681393784-d120267933ba?w=900&q=80&auto=format&fit=crop', 'https://images.unsplash.com/photo-1502784444187-359ac186c5bb?w=900&q=80&auto=format&fit=crop', ], desc: 'Built on Ford Ranger Raptor for the overlander crowd. Lithium bank, 800W solar, water filtration, awning, roof rack. Off-grid for a full week.', specs: { Sleeps: 4, Seats: '4 (belted)', Length: '6.8 m', Transmission: 'Automatic', Engine: '3.0L V6 EcoBoost', License: 'D', Solar: '800W + 400Ah Li', Water: '160L fresh + filter / 110L grey' }, }, ]; const ROUTES = [ { title: 'The East-Coast Slow Drive', eyebrow: '7 nights · Kuantan → Kota Bharu', meta: ['620 km', '4 stops', 'Easy'], image: 'https://images.unsplash.com/photo-1507525428034-b723cf961d3e?w=1400&q=80&auto=format&fit=crop', }, { title: 'Highlands & Tea Country', eyebrow: '4 nights · KL → Cameron → Ipoh', meta: ['380 km', '3 stops', 'Easy'], image: 'https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?w=1400&q=80&auto=format&fit=crop', }, { title: 'Jungle, River, Sea', eyebrow: '9 nights · Taman Negara → Cherating', meta: ['540 km', '5 stops', 'Moderate'], image: 'https://images.unsplash.com/photo-1426604966848-d7adac402bff?w=1400&q=80&auto=format&fit=crop', }, ]; const TESTIMONIALS = [ { quote: 'Three generations on one road trip and nobody wanted to come home. The Roamer felt like a moving riad — VR thought of everything.', name: 'Aisyah & family', loc: 'Petaling Jaya', stars: 5 }, { quote: 'We flew in from Sydney for two weeks of east-coast Malaysia. Pickup at KLIA took ten minutes. The van was immaculate.', name: 'Tom Whitaker', loc: 'Sydney, AU', stars: 5 }, { quote: 'Got our modification done in six weeks. They listened, they sketched, they built it better than the brief.', name: 'Daniel Tan', loc: 'Klang', stars: 5 }, { quote: 'Honestly the best decision of our retirement. We have driven the Voyager from Johor to Perlis. Twice.', name: 'Mr. & Mrs. Wong', loc: 'Penang', stars: 5 }, { quote: 'The Nomad fits down kampung roads no other van would. Made the East Coast trip everything I wanted.', name: 'Mei Lin', loc: 'Kuala Lumpur', stars: 5 }, { quote: 'Crew handled a flat tyre in Terengganu within two hours on a Sunday. That is the kind of support you remember.', name: 'Rajesh Kumar', loc: 'Shah Alam', stars: 5 }, ]; const CONFIGURATOR = { base: [ { id: 'anggun-07', label: 'Anggun 07 (Toyota)', price: 0, img: 'https://images.unsplash.com/photo-1543395136-3f6dabcdba5d?w=1200&q=80&auto=format&fit=crop' }, { id: 'anggun-10', label: 'Anggun 10 (Ford)', price: 4800, img: 'https://images.unsplash.com/photo-1485965120184-e220f721d03e?w=1200&q=80&auto=format&fit=crop' }, { id: 'anggun-12', label: 'Anggun 12 (Iveco)', price: 12000, img: 'https://images.unsplash.com/photo-1469854523086-cc02fe5d8800?w=1200&q=80&auto=format&fit=crop' }, ], layout: [ { id: 'rear-lounge', label: 'Rear lounge', price: 0 }, { id: 'side-kitchen', label: 'Side kitchen', price: 1200 }, { id: 'bunk-room', label: 'Bunk room', price: 2800 }, ], interior: [ { id: 'oak', label: 'Pale oak', price: 0 }, { id: 'walnut', label: 'Black walnut', price: 1800 }, { id: 'birch', label: 'Bleached birch', price: 900 }, ], power: [ { id: '300', label: '300W solar', price: 0 }, { id: '500', label: '500W solar', price: 1400 }, { id: '800', label: '800W + Lithium', price: 4200 }, ], base_price: 168000, }; const FLOORPLAN_HOTSPOTS = [ { id: 'bed', x: 80, y: 60, label: 'Drop-down queen', desc: 'Electric drop-down bed over the cab with memory-foam mattress, blackout curtain and reading lights either side.' }, { id: 'kitchen', x: 240, y: 70, label: 'Galley kitchen', desc: 'Two-burner gas hob, 90L compressor fridge, deep stainless sink and pull-out pantry. Engineered stone counter.' }, { id: 'dinette', x: 350, y: 110, label: 'Dinette / twin singles', desc: 'Seats four with seatbelts on the road; converts to two single beds for kids in under a minute.' }, { id: 'bath', x: 480, y: 70, label: 'Wet bathroom', desc: 'Full-height shower with hot water, cassette toilet, exhaust fan and skylight. Quick-dry composite floor.' }, ]; window.HERO_SLIDES = HERO_SLIDES; window.FLEET = FLEET; window.ROUTES = ROUTES; window.TESTIMONIALS = TESTIMONIALS; window.CONFIGURATOR = CONFIGURATOR; window.FLOORPLAN_HOTSPOTS = FLOORPLAN_HOTSPOTS;