Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-14 23:16:04 +00:00

View File

@@ -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?_wi=1", 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", 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?_wi=2", imageAlt: "Entrepôt logistique organisé"
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-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-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-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-4", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-pallet-truck_23-2148902570.jpg", imageAlt: "Centre de distribution logistique"
},
{
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-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-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"
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"
}
]}
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?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/smart-factory-expert-using-digital-device-app-test-automated-systems-closeup_482257-126768.jpg"
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?_wi=2", 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", imageAlt: "Solution e-commerce logistique"
},
{
id: "product-2", brand: "Secteur", name: "Pharmaceutique & Santé", price: "Certifié", rating: 5,
@@ -177,7 +177,7 @@ export default function LandingPage() {
}
]}
animationType="slide-up"
textboxLayout="centered"
textboxLayout="default"
useInvertedBackground={true}
/>
</div>