From 6be8a5c2a9d59607710923ea9db142394a9bffc1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 10:15:20 +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 e554a0b..040a809 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { { text: "Explore Fleet", href: "#fleet" } ]} layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/vertical-photo-modern-stylish-bearded-businessman-automobile-saloon_146671-16004.jpg" + imageSrc="http://img.b2bpic.net/free-photo/vertical-photo-modern-stylish-bearded-businessman-automobile-saloon_146671-16004.jpg?_wi=1" imageAlt="Luxury car showcase" mediaAnimation="slide-up" frameStyle="card" @@ -75,10 +75,10 @@ export default function LandingPage() { id: "economy-1", name: "Economy & Compact Cars", price: "From $35/day", imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434357.jpg", imageAlt: "Economy rental cars", initialQuantity: 1 }, { - id: "suv-1", name: "Premium SUVs", price: "From $75/day", imageSrc: "http://img.b2bpic.net/free-photo/two-asian-brothers-man-wear-all-black-posed-near-suv-car_627829-3693.jpg", imageAlt: "Luxury SUV vehicles", initialQuantity: 1 + id: "suv-1", name: "Premium SUVs", price: "From $75/day", imageSrc: "http://img.b2bpic.net/free-photo/two-asian-brothers-man-wear-all-black-posed-near-suv-car_627829-3693.jpg?_wi=1", imageAlt: "Luxury SUV vehicles", initialQuantity: 1 }, { - id: "executive-1", name: "Executive Sedans", price: "From $95/day", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-smiling-top-manager-black-suit-working-his-laptop-backseat-car_496169-590.jpg", imageAlt: "Executive luxury cars", initialQuantity: 1 + id: "executive-1", name: "Executive Sedans", price: "From $95/day", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-smiling-top-manager-black-suit-working-his-laptop-backseat-car_496169-590.jpg?_wi=1", imageAlt: "Executive luxury cars", initialQuantity: 1 } ]} /> @@ -93,13 +93,13 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "top-class", title: "Top Class Vehicles", description: "Every vehicle in our fleet is meticulously maintained and regularly serviced to ensure peak performance and elegance.", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-smiling-top-manager-black-suit-working-his-laptop-backseat-car_496169-590.jpg" + id: "top-class", title: "Top Class Vehicles", description: "Every vehicle in our fleet is meticulously maintained and regularly serviced to ensure peak performance and elegance.", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-smiling-top-manager-black-suit-working-his-laptop-backseat-car_496169-590.jpg?_wi=2" }, { - id: "service", title: "Exceptional Service", description: "Our dedicated team provides 24/7 customer support with personalized attention to your rental needs.", tag: "Support", imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-modern-stylish-bearded-businessman-automobile-saloon_146671-16004.jpg" + id: "service", title: "Exceptional Service", description: "Our dedicated team provides 24/7 customer support with personalized attention to your rental needs.", tag: "Support", imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-modern-stylish-bearded-businessman-automobile-saloon_146671-16004.jpg?_wi=2" }, { - id: "reliability", title: "Trusted & Reliable", description: "Years of excellence serving professionals and executives. Thousands of satisfied customers trust us for their transportation needs.", tag: "Trusted", imageSrc: "http://img.b2bpic.net/free-photo/two-asian-brothers-man-wear-all-black-posed-near-suv-car_627829-3693.jpg" + id: "reliability", title: "Trusted & Reliable", description: "Years of excellence serving professionals and executives. Thousands of satisfied customers trust us for their transportation needs.", tag: "Trusted", imageSrc: "http://img.b2bpic.net/free-photo/two-asian-brothers-man-wear-all-black-posed-near-suv-car_627829-3693.jpg?_wi=2" } ]} /> -- 2.49.1