From 160d2a4fec10920127d5ad0d89256cc87c7abf19 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 10:49:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9382678..c33237f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/red-steel-tool-box-garage_613910-13485.jpg" + imageSrc="http://img.b2bpic.net/free-photo/red-steel-tool-box-garage_613910-13485.jpg?_wi=1" imageAlt="Professional auto repair garage" mediaAnimation="slide-up" frameStyle="card" @@ -121,19 +121,19 @@ export default function LandingPage() { features={[ { id: 1, - title: "✔ Intervention rapide", description: "Service dans les 30 minutes pour les urgences, horaires flexibles adaptés à votre emploi du temps", imageSrc: "http://img.b2bpic.net/free-photo/red-steel-tool-box-garage_613910-13485.jpg", imageAlt: "Fast service" + title: "✔ Intervention rapide", description: "Service dans les 30 minutes pour les urgences, horaires flexibles adaptés à votre emploi du temps", imageSrc: "http://img.b2bpic.net/free-photo/red-steel-tool-box-garage_613910-13485.jpg?_wi=2", imageAlt: "Fast service" }, { id: 2, - title: "✔ Prix abordables", description: "Tarification transparente sans frais cachés, devis gratuit et sans engagement", imageSrc: "http://img.b2bpic.net/free-photo/red-steel-tool-box-garage_613910-13485.jpg", imageAlt: "Affordable pricing" + title: "✔ Prix abordables", description: "Tarification transparente sans frais cachés, devis gratuit et sans engagement", imageSrc: "http://img.b2bpic.net/free-photo/red-steel-tool-box-garage_613910-13485.jpg?_wi=3", imageAlt: "Affordable pricing" }, { id: 3, - title: "✔ Service de confiance", description: "Équipe expérimentée avec 15 ans de profession, certifications et garanties sur travaux", imageSrc: "http://img.b2bpic.net/free-photo/red-steel-tool-box-garage_613910-13485.jpg", imageAlt: "Trustworthy service" + title: "✔ Service de confiance", description: "Équipe expérimentée avec 15 ans de profession, certifications et garanties sur travaux", imageSrc: "http://img.b2bpic.net/free-photo/red-steel-tool-box-garage_613910-13485.jpg?_wi=4", imageAlt: "Trustworthy service" }, { id: 4, - title: "✔ Local et accessible", description: "Situé à Épinay-sur-Seine, facile d'accès en transports, parking gratuit disponible", imageSrc: "http://img.b2bpic.net/free-photo/red-steel-tool-box-garage_613910-13485.jpg", imageAlt: "Local accessibility" + title: "✔ Local et accessible", description: "Situé à Épinay-sur-Seine, facile d'accès en transports, parking gratuit disponible", imageSrc: "http://img.b2bpic.net/free-photo/red-steel-tool-box-garage_613910-13485.jpg?_wi=5", imageAlt: "Local accessibility" } ]} /> @@ -227,10 +227,10 @@ export default function LandingPage() { id: "address", value: "26 Rue Rouget de l'Isle", title: "Adresse", description: "93800 Épinay-sur-Seine, accessible par tous les transports", imageSrc: "http://img.b2bpic.net/free-vector/geographic-location-system_24877-52111.jpg", imageAlt: "Location map" }, { - id: "phone", value: "+33 6 47 33 99 92", title: "Téléphone", description: "Appelez-nous pour un rendez-vous ou une urgence", imageSrc: "http://img.b2bpic.net/free-photo/red-steel-tool-box-garage_613910-13485.jpg", imageAlt: "Phone contact" + id: "phone", value: "+33 6 47 33 99 92", title: "Téléphone", description: "Appelez-nous pour un rendez-vous ou une urgence", imageSrc: "http://img.b2bpic.net/free-photo/red-steel-tool-box-garage_613910-13485.jpg?_wi=6", imageAlt: "Phone contact" }, { - id: "hours", value: "Lun-Ven: 8h-18h", title: "Horaires", description: "Samedi: 9h-17h. Fermé le dimanche", imageSrc: "http://img.b2bpic.net/free-photo/red-steel-tool-box-garage_613910-13485.jpg", imageAlt: "Business hours" + id: "hours", value: "Lun-Ven: 8h-18h", title: "Horaires", description: "Samedi: 9h-17h. Fermé le dimanche", imageSrc: "http://img.b2bpic.net/free-photo/red-steel-tool-box-garage_613910-13485.jpg?_wi=7", imageAlt: "Business hours" } ]} /> -- 2.49.1