From 98d33981f192b3fe736b7cd15abc68ccc72b8483 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 15:44:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 51682a2..6b3a663 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,10 +51,10 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/woman-making-desicion-buy-car_1303-13873.jpg?_wi=1", imageAlt: "Showroom Zénith Auto moderne et accueillant" } + { imageSrc: "http://img.b2bpic.net/free-photo/woman-making-desicion-buy-car_1303-13873.jpg", imageAlt: "Showroom Zénith Auto moderne et accueillant" } ]} mediaAnimation="opacity" - background="animated-grid" + background={{ variant: "animated-grid" }} ariaLabel="Zénith Auto hero section - Voitures fiables Seine-et-Marne" /> @@ -125,7 +125,7 @@ export default function LandingPage() { { id: "3", title: "✔ Accompagnement avant et après achat", content: "Notre équipe vous conseille avant l'achat et reste disponible après. Service client réactif et professionnel." }, { id: "4", title: "✔ Processus simple et transparent", content: "De la visite à la livraison, chaque étape est claire et sans surprise. Vous êtes impliqué dans chaque décision." } ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-making-desicion-buy-car_1303-13873.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/woman-making-desicion-buy-car_1303-13873.jpg" imageAlt="Zénith Auto - Équipe professionnelle et accueillante" mediaAnimation="opacity" useInvertedBackground={true} @@ -151,7 +151,7 @@ export default function LandingPage() { { id: "step-3", title: "Repartez avec votre voiture", subtitle: "Processus simple et documentation complète", category: "Étape 3", value: "Rapide" } ]} animationType="slide-up" - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={false} carouselMode="buttons" ariaLabel="Processus d'achat Zénith Auto - 3 étapes" @@ -181,7 +181,7 @@ export default function LandingPage() {