From da5cad9b29c64f6c187cf83a8308b9bde12c71be Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 23:16:24 +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 861b665..5fdea2d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,22 +59,22 @@ export default function LandingPage() { background={{ variant: "rotated-rays-static-grid" }} carouselItems={[ { - id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-pallet-truck_23-2148902570.jpg", imageAlt: "Camion de transport logistique moderne" + id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-pallet-truck_23-2148902570.jpg?_wi=1", imageAlt: "Camion de transport logistique moderne" }, { - id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-pallet-truck_23-2148902570.jpg", imageAlt: "Entrepôt logistique organisé" + id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-pallet-truck_23-2148902570.jpg?_wi=2", imageAlt: "Entrepôt logistique organisé" }, { - id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-pallet-truck_23-2148902570.jpg", imageAlt: "Flotte de véhicules de transport" + id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-pallet-truck_23-2148902570.jpg?_wi=3", imageAlt: "Flotte de véhicules de transport" }, { - id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-pallet-truck_23-2148902570.jpg", imageAlt: "Centre de distribution logistique" + id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-pallet-truck_23-2148902570.jpg?_wi=4", imageAlt: "Centre de distribution logistique" }, { - id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-pallet-truck_23-2148902570.jpg", imageAlt: "Opérations logistiques en direct" + id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-pallet-truck_23-2148902570.jpg?_wi=5", imageAlt: "Opérations logistiques en direct" }, { - id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-pallet-truck_23-2148902570.jpg", imageAlt: "Réseau de transport national" + id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-pallet-truck_23-2148902570.jpg?_wi=6", imageAlt: "Réseau de transport national" } ]} autoPlay={true} @@ -119,7 +119,7 @@ export default function LandingPage() { id: "service-4", title: "Logistique reverse et retours", content: "Gestion complète des retours produits avec traçabilité. Inspection, reconditionnement et redistribution rapide." } ]} - imageSrc="http://img.b2bpic.net/free-photo/smart-factory-expert-using-digital-device-app-test-automated-systems-closeup_482257-126768.jpg" + imageSrc="http://img.b2bpic.net/free-photo/smart-factory-expert-using-digital-device-app-test-automated-systems-closeup_482257-126768.jpg?_wi=1" imageAlt="Système de traçage GPS logistique" mediaAnimation="slide-up" useInvertedBackground={true} @@ -141,7 +141,7 @@ export default function LandingPage() { products={[ { id: "product-1", brand: "Secteur", name: "E-commerce & Retail", price: "Optimisé", rating: 5, - reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/smart-factory-expert-using-digital-device-app-test-automated-systems-closeup_482257-126768.jpg", imageAlt: "Solution e-commerce logistique" + reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/smart-factory-expert-using-digital-device-app-test-automated-systems-closeup_482257-126768.jpg?_wi=2", imageAlt: "Solution e-commerce logistique" }, { id: "product-2", brand: "Secteur", name: "Pharmaceutique & Santé", price: "Certifié", rating: 5, -- 2.49.1