From 37d55ebd05715fe77245240d387b94a9e2ca7277 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 05:49:58 +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 89df719..106608d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,23 +74,23 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-delivery-man-working_23-2148546046.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-delivery-man-working_23-2148546046.jpg?_wi=1", imageAlt: "Camion de livraison sur autoroute", }, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-delivery-man-working_23-2148546046.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-delivery-man-working_23-2148546046.jpg?_wi=2", imageAlt: "Logistique express France", }, { - imageSrc: "http://img.b2bpic.net/free-photo/transport-concept-with-containers_23-2148959731.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/transport-concept-with-containers_23-2148959731.jpg?_wi=1", imageAlt: "Hub logistique aérien", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-cad-engineer-using-tablet-app-office-upgrade-turbine-boosting-power-output_482257-132905.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-cad-engineer-using-tablet-app-office-upgrade-turbine-boosting-power-output_482257-132905.jpg?_wi=1", imageAlt: "Interface de suivi tablette", }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-delivery-man-concept-with-copy-space_23-2148684712.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-delivery-man-concept-with-copy-space_23-2148684712.jpg?_wi=1", imageAlt: "Livreur avec colis", }, ]} @@ -131,7 +131,7 @@ export default function LandingPage() { "Sécurité", "National", ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-cad-engineer-using-tablet-app-office-upgrade-turbine-boosting-power-output_482257-132905.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-cad-engineer-using-tablet-app-office-upgrade-turbine-boosting-power-output_482257-132905.jpg?_wi=2", }, { id: "s2", @@ -142,7 +142,7 @@ export default function LandingPage() { "Urgence", "24/7", ], - imageSrc: "http://img.b2bpic.net/free-photo/front-view-delivery-man-concept-with-copy-space_23-2148684712.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-delivery-man-concept-with-copy-space_23-2148684712.jpg?_wi=2", }, { id: "s3", @@ -153,7 +153,7 @@ export default function LandingPage() { "Professionnel", "E-commerce", ], - imageSrc: "http://img.b2bpic.net/free-photo/transport-concept-with-containers_23-2148959731.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/transport-concept-with-containers_23-2148959731.jpg?_wi=2", }, { id: "s4", @@ -164,7 +164,7 @@ export default function LandingPage() { "Urbain", "Éco", ], - imageSrc: "http://img.b2bpic.net/free-photo/professional-female-driver-job_52683-101622.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/professional-female-driver-job_52683-101622.jpg?_wi=1", }, { id: "s5", @@ -269,7 +269,7 @@ export default function LandingPage() { rows: 4, required: true, }} - imageSrc="http://img.b2bpic.net/free-photo/professional-female-driver-job_52683-101622.jpg" + imageSrc="http://img.b2bpic.net/free-photo/professional-female-driver-job_52683-101622.jpg?_wi=2" /> -- 2.49.1