From 4bfb54f6596ab6139a904cfbdadc05542bda6014 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 1 Jun 2026 16:06:13 +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 ab73cd6..0605da0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,17 +89,17 @@ export default function LandingPage() { carouselItems={[ { id: "hero-carousel-1", - imageSrc: "http://img.b2bpic.net/free-photo/young-family-choosing-car-car-showroom_1303-17380.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-family-choosing-car-car-showroom_1303-17380.jpg?_wi=1", imageAlt: "Voiture de sport rouge", }, { id: "hero-carousel-2", - imageSrc: "http://img.b2bpic.net/free-photo/person-preparing-get-driver-license_23-2150167642.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-preparing-get-driver-license_23-2150167642.jpg?_wi=1", imageAlt: "Petite citadine économique", }, { id: "hero-carousel-3", - imageSrc: "http://img.b2bpic.net/free-photo/good-friends-playing-guitar-while-traveling-by-car_23-2148771860.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/good-friends-playing-guitar-while-traveling-by-car_23-2148771860.jpg?_wi=1", imageAlt: "SUV familial noir", }, { @@ -169,7 +169,7 @@ export default function LandingPage() { imageAlt: "Application de réservation de voiture sur smartphone", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/young-family-choosing-car-car-showroom_1303-17380.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-family-choosing-car-car-showroom_1303-17380.jpg?_wi=2", imageAlt: "smartphone booking car app", }, { @@ -186,7 +186,7 @@ export default function LandingPage() { imageAlt: "Divers types de voitures sur un parking", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/person-preparing-get-driver-license_23-2150167642.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-preparing-get-driver-license_23-2150167642.jpg?_wi=2", imageAlt: "smartphone booking car app", }, { @@ -203,7 +203,7 @@ export default function LandingPage() { imageAlt: "Agent de support client avec casque", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/good-friends-playing-guitar-while-traveling-by-car_23-2148771860.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/good-friends-playing-guitar-while-traveling-by-car_23-2148771860.jpg?_wi=2", imageAlt: "smartphone booking car app", }, ]}