From c4d19170445ca654a70a2d8c525d4d6e4009d22a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 15:31:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a7fc6ef..89ac2a3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,19 +61,19 @@ export default function LandingPage() { description="Premium car rental services available 24/7. Experience seamless travel with our modern fleet and professional service." mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-automotive-car-parking_181624-43862.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-automotive-car-parking_181624-43862.jpg?_wi=1", imageAlt: "Luxury vehicle fleet", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-adults-travelling-winter-time_23-2149211169.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-adults-travelling-winter-time_23-2149211169.jpg?_wi=1", imageAlt: "Car on the road", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-woman-receiving-car-key_23-2148266150.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-woman-receiving-car-key_23-2148266150.jpg?_wi=1", imageAlt: "Customer service handover", }, { - imageSrc: "http://img.b2bpic.net/free-photo/transport-concept-with-cars-aerial-view_23-2148959733.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/transport-concept-with-cars-aerial-view_23-2148959733.jpg?_wi=1", imageAlt: "Modern fleet display", }, { @@ -180,7 +180,7 @@ export default function LandingPage() { descriptions: [ "Transparent rates with no hidden fees.", ], - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-automotive-car-parking_181624-43862.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-automotive-car-parking_181624-43862.jpg?_wi=2", imageAlt: "Rush hour traffic jam on multiple lane highway generative AI", }, { @@ -189,7 +189,7 @@ export default function LandingPage() { descriptions: [ "Drive with confidence with total coverage.", ], - imageSrc: "http://img.b2bpic.net/free-photo/young-adults-travelling-winter-time_23-2149211169.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-adults-travelling-winter-time_23-2149211169.jpg?_wi=2", imageAlt: "Rush hour traffic jam on multiple lane highway generative AI", }, ]} @@ -255,7 +255,7 @@ export default function LandingPage() { role: "Business Owner", company: "Design Co", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-automotive-car-parking_181624-43862.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-automotive-car-parking_181624-43862.jpg?_wi=3", imageAlt: "Female salesperson at a car showroom standing by the car", }, { @@ -264,7 +264,7 @@ export default function LandingPage() { role: "Developer", company: "Tech Lab", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-adults-travelling-winter-time_23-2149211169.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-adults-travelling-winter-time_23-2149211169.jpg?_wi=3", imageAlt: "Female salesperson at a car showroom standing by the car", }, { @@ -273,7 +273,7 @@ export default function LandingPage() { role: "Manager", company: "Growth Inc", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-woman-receiving-car-key_23-2148266150.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-woman-receiving-car-key_23-2148266150.jpg?_wi=2", imageAlt: "Female salesperson at a car showroom standing by the car", }, { @@ -282,7 +282,7 @@ export default function LandingPage() { role: "Designer", company: "Studio", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/transport-concept-with-cars-aerial-view_23-2148959733.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/transport-concept-with-cars-aerial-view_23-2148959733.jpg?_wi=2", imageAlt: "Female salesperson at a car showroom standing by the car", }, ]} -- 2.49.1