From 5ac599c195835aa1430b7df1c2276e2d59506cf1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 20:34:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4ede84d..bbf5ad9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function LandingPage() { testimonials={[ { name: "Google Reviews", handle: "5.0 / 5 (20 avis)", testimonial: "Service impeccable et expertise incontestable. Excellent rapport qualité-prix.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-riding-motorbike_23-2150819760.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-riding-motorbike_23-2150819760.jpg?_wi=1" } ]} useInvertedBackground={false} @@ -133,7 +133,7 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Olivier M.", handle: "Motard Passionné", testimonial: "Un niveau incroyable en mécanique, honnête et sympa. Je recommande encore et encore ! Service rapide et travail professionnel.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-riding-motorbike_23-2150819760.jpg", imageAlt: "Olivier M." + id: "1", name: "Olivier M.", handle: "Motard Passionné", testimonial: "Un niveau incroyable en mécanique, honnête et sympa. Je recommande encore et encore ! Service rapide et travail professionnel.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-riding-motorbike_23-2150819760.jpg?_wi=2", imageAlt: "Olivier M." }, { id: "2", name: "Eric D.", handle: "Propriétaire Kawasaki", testimonial: "Réparations rapides, accueil chaleureux et travail très professionnel. Engine Meca Racing c'est de la qualité garantie.", imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-taking-care-his-business_329181-15929.jpg", imageAlt: "Eric D." -- 2.49.1