From 870d927ec07477c7cc5dbeb3cca8c906de4c9e7a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 07:50:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 728c81e..6c1aeb3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/luxury-car-interior-brown-black-colors_181624-31177.jpg", imageAlt: "Luxury convertible car in Dubai" + imageSrc: "http://img.b2bpic.net/free-photo/luxury-car-interior-brown-black-colors_181624-31177.jpg?_wi=1", imageAlt: "Luxury convertible car in Dubai" }, { imageSrc: "http://img.b2bpic.net/free-photo/manager-car-center-customer-expensive-car_651396-1145.jpg", imageAlt: "Premium car rental details" @@ -89,7 +89,7 @@ export default function LandingPage() { description="Discover what sets us apart in the premium car rental industry" metrics={[ { - id: "1", value: "24/7", title: "Customer Support", description: "Round-the-clock concierge service for your convenience", imageSrc: "http://img.b2bpic.net/free-photo/luxury-car-interior-brown-black-colors_181624-31177.jpg", imageAlt: "Premium customer service" + id: "1", value: "24/7", title: "Customer Support", description: "Round-the-clock concierge service for your convenience", imageSrc: "http://img.b2bpic.net/free-photo/luxury-car-interior-brown-black-colors_181624-31177.jpg?_wi=2", imageAlt: "Premium customer service" }, { id: "2", value: "100%", title: "Fleet Insurance", description: "Comprehensive coverage on all our vehicles", imageSrc: "http://img.b2bpic.net/free-photo/aged-russian-retro-sedan-old_1303-318.jpg", imageAlt: "Insurance coverage" @@ -108,10 +108,10 @@ export default function LandingPage() { description="Bentley Flying Spur - The Ultimate Luxury Sedan Experience" features={[ { - id: "01", title: "Unparalleled Elegance", description: "Experience British luxury with handcrafted interiors and cutting-edge technology", imageSrc: "http://img.b2bpic.net/free-photo/luxury-car-speeds-by-modern-building-dusk-generative-ai_188544-8048.jpg", imageAlt: "Bentley Flying Spur luxury sedan" + id: "01", title: "Unparalleled Elegance", description: "Experience British luxury with handcrafted interiors and cutting-edge technology", imageSrc: "http://img.b2bpic.net/free-photo/luxury-car-speeds-by-modern-building-dusk-generative-ai_188544-8048.jpg?_wi=1", imageAlt: "Bentley Flying Spur luxury sedan" }, { - id: "02", title: "Performance Excellence", description: "$400/day - Ultimate driving dynamics and comfort combined", imageSrc: "http://img.b2bpic.net/free-photo/just-married-couple-with-their-car_23-2149479849.jpg", imageAlt: "Premium performance features" + id: "02", title: "Performance Excellence", description: "$400/day - Ultimate driving dynamics and comfort combined", imageSrc: "http://img.b2bpic.net/free-photo/just-married-couple-with-their-car_23-2149479849.jpg?_wi=1", imageAlt: "Premium performance features" } ]} textboxLayout="default" @@ -132,7 +132,7 @@ export default function LandingPage() { id: "1", name: "McLaren 720s", price: "$620/day", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-blue-sports-car_23-2151955590.jpg", imageAlt: "McLaren 720s sports car" }, { - id: "2", name: "Bentley Continental GT V8", price: "$580/day", imageSrc: "http://img.b2bpic.net/free-photo/just-married-couple-with-their-car_23-2149479849.jpg", imageAlt: "Bentley Continental luxury vehicle" + id: "2", name: "Bentley Continental GT V8", price: "$580/day", imageSrc: "http://img.b2bpic.net/free-photo/just-married-couple-with-their-car_23-2149479849.jpg?_wi=2", imageAlt: "Bentley Continental luxury vehicle" }, { id: "3", name: "Rolls-Royce Spectre", price: "$640/day", imageSrc: "http://img.b2bpic.net/free-photo/vintage-light-lamp-car_74190-2817.jpg", imageAlt: "Rolls-Royce Spectre premium sedan" @@ -162,7 +162,7 @@ export default function LandingPage() { id: "2", category: "Performance", title: "McLaren 720s: Pure Performance Unleashed", excerpt: "Experience the thrill of supercar performance with precision engineering and unmatched agility", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-exterior-details-modern-yellow-sport-car_181624-25409.jpg", imageAlt: "McLaren performance showcase", authorName: "James Mitchell", authorAvatar: "http://img.b2bpic.net/free-photo/male-costume-with-cup-coffee_23-2148112124.jpg", date: "Jan 10, 2025" }, { - id: "3", category: "Travel Guide", title: "Exploring Dubai in Style: Your Ultimate Driving Route", excerpt: "Curated routes through Dubai's most scenic locations, perfectly suited for luxury car exploration", imageSrc: "http://img.b2bpic.net/free-photo/luxury-car-speeds-by-modern-building-dusk-generative-ai_188544-8048.jpg", imageAlt: "Dubai luxury travel", authorName: "Sarah Anderson", authorAvatar: "http://img.b2bpic.net/free-photo/male-costume-with-cup-coffee_23-2148112124.jpg", date: "Jan 8, 2025" + id: "3", category: "Travel Guide", title: "Exploring Dubai in Style: Your Ultimate Driving Route", excerpt: "Curated routes through Dubai's most scenic locations, perfectly suited for luxury car exploration", imageSrc: "http://img.b2bpic.net/free-photo/luxury-car-speeds-by-modern-building-dusk-generative-ai_188544-8048.jpg?_wi=2", imageAlt: "Dubai luxury travel", authorName: "Sarah Anderson", authorAvatar: "http://img.b2bpic.net/free-photo/male-costume-with-cup-coffee_23-2148112124.jpg", date: "Jan 8, 2025" } ]} animationType="slide-up" -- 2.49.1