From a0fefc2a8e83f7e3e68d4037fd03ccef4cd4c477 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 16:56:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index afc1242..223f831 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,13 +63,13 @@ export default function LandingPage() { description="Select from our curated collection of premium vehicles tailored to your needs." products={[ { - id: "suv", name: "Luxury SUV", price: "From $180/day", variant: "Spacious & Elegant", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-choosing-car-car-showroom_1303-17459.jpg", imageAlt: "Premium luxury SUV"}, + id: "suv", name: "Luxury SUV", price: "From $180/day", variant: "Spacious & Elegant", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-choosing-car-car-showroom_1303-17459.jpg?_wi=1", imageAlt: "Premium luxury SUV"}, { - id: "sedan", name: "Executive Sedan", price: "From $150/day", variant: "Sophisticated & Refined", imageSrc: "http://img.b2bpic.net/free-photo/man-leaning-car-talking-smartphone_23-2147841942.jpg", imageAlt: "Premium luxury sedan"}, + id: "sedan", name: "Executive Sedan", price: "From $150/day", variant: "Sophisticated & Refined", imageSrc: "http://img.b2bpic.net/free-photo/man-leaning-car-talking-smartphone_23-2147841942.jpg?_wi=1", imageAlt: "Premium luxury sedan"}, { - id: "sports", name: "Sports Car", price: "From $250/day", variant: "Thrilling Performance", imageSrc: "http://img.b2bpic.net/free-photo/back-side-wheel-vintage-black-sedan-car_114579-4027.jpg", imageAlt: "Premium sports car"}, + id: "sports", name: "Sports Car", price: "From $250/day", variant: "Thrilling Performance", imageSrc: "http://img.b2bpic.net/free-photo/back-side-wheel-vintage-black-sedan-car_114579-4027.jpg?_wi=1", imageAlt: "Premium sports car"}, { - id: "electric", name: "Electric Vehicle", price: "From $120/day", variant: "Eco-Friendly Luxury", imageSrc: "http://img.b2bpic.net/free-photo/man-closing-cars-charge-socket-holding-charger-charge-station_1268-17740.jpg", imageAlt: "Premium electric vehicle"}, + id: "electric", name: "Electric Vehicle", price: "From $120/day", variant: "Eco-Friendly Luxury", imageSrc: "http://img.b2bpic.net/free-photo/man-closing-cars-charge-socket-holding-charger-charge-station_1268-17740.jpg?_wi=1", imageAlt: "Premium electric vehicle"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -135,16 +135,16 @@ export default function LandingPage() { features={[ { id: "1", title: "Choose Your Car", author: "Step 1", description: "Browse our collection and select the perfect vehicle for your journey.", tags: ["Selection"], - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-choosing-car-car-showroom_1303-17459.jpg", imageAlt: "Choose vehicle"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-choosing-car-car-showroom_1303-17459.jpg?_wi=2", imageAlt: "Choose vehicle"}, { id: "2", title: "Complete Booking", author: "Step 2", description: "Provide your details and confirm your rental dates with our secure system.", tags: ["Booking"], - imageSrc: "http://img.b2bpic.net/free-photo/man-leaning-car-talking-smartphone_23-2147841942.jpg", imageAlt: "Complete booking"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-leaning-car-talking-smartphone_23-2147841942.jpg?_wi=2", imageAlt: "Complete booking"}, { id: "3", title: "Vehicle Delivery", author: "Step 3", description: "We deliver your car to your location within 90 minutes, ready to go.", tags: ["Delivery"], - imageSrc: "http://img.b2bpic.net/free-photo/back-side-wheel-vintage-black-sedan-car_114579-4027.jpg", imageAlt: "Vehicle delivery"}, + imageSrc: "http://img.b2bpic.net/free-photo/back-side-wheel-vintage-black-sedan-car_114579-4027.jpg?_wi=2", imageAlt: "Vehicle delivery"}, { id: "4", title: "Enjoy Your Drive", author: "Step 4", description: "Hit the road with our 24/7 support team ready to assist anytime.", tags: ["Support"], - imageSrc: "http://img.b2bpic.net/free-photo/man-closing-cars-charge-socket-holding-charger-charge-station_1268-17740.jpg", imageAlt: "Enjoy drive"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-closing-cars-charge-socket-holding-charger-charge-station_1268-17740.jpg?_wi=2", imageAlt: "Enjoy drive"}, ]} animationType="slide-up" textboxLayout="default"