From d1cee408a49ce1da607d96bd3d877fedee664e23 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 18:04:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6a32ff7..c25c894 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,13 +51,13 @@ export default function LandingPage() { testimonials={[ { name: "Olivier Marchand", handle: "Propriétaire, Lyon", testimonial: "Chauffe-eau HS. Appel le lundi matin, intervention le jour même pour le diagnostic. Remplacement le lendemain. Travaux parfaits et facture très correcte.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-smiling-businessman-showing-thumbs-up-with-funny-faces-drawings-focus-hands-white-modern-office-interior_176420-6491.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-smiling-businessman-showing-thumbs-up-with-funny-faces-drawings-focus-hands-white-modern-office-interior_176420-6491.jpg?_wi=1"}, { name: "Marie Dubois", handle: "Gestionnaire immobilier, Villeurbanne", testimonial: "Fuite détectée rapidement. Les techniciens ont localisé le problème sans casser les murs. Intervention professionnelle et tarif honnête.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg?_wi=1"}, { name: "Philippe Lefevre", handle: "Propriétaire, Décines", testimonial: "Artisans locaux sérieux. Intervention le jour même après mon appel. Très satisfait de la qualité du travail et du professionnalisme.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-adult-pressing-buzzer-button_23-2149586562.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-adult-pressing-buzzer-button_23-2149586562.jpg?_wi=1"}, ]} testimonialRotationInterval={5000} buttons={[ @@ -143,13 +143,13 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Olivier Marchand", role: "Propriétaire", testimonial: "Chauffe-eau HS. Appel le lundi matin, intervention le jour même pour le diagnostic. Remplacement le lendemain. Travaux parfaits et facture très correcte.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-smiling-businessman-showing-thumbs-up-with-funny-faces-drawings-focus-hands-white-modern-office-interior_176420-6491.jpg", icon: ThumbsUp, + id: "1", name: "Olivier Marchand", role: "Propriétaire", testimonial: "Chauffe-eau HS. Appel le lundi matin, intervention le jour même pour le diagnostic. Remplacement le lendemain. Travaux parfaits et facture très correcte.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-smiling-businessman-showing-thumbs-up-with-funny-faces-drawings-focus-hands-white-modern-office-interior_176420-6491.jpg?_wi=2", icon: ThumbsUp, }, { - id: "2", name: "Marie Dubois", role: "Gestionnaire immobilier", testimonial: "Fuite détectée rapidement. Les techniciens ont localisé le problème sans casser les murs. Intervention professionnelle et tarif honnête.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg", icon: ThumbsUp, + id: "2", name: "Marie Dubois", role: "Gestionnaire immobilier", testimonial: "Fuite détectée rapidement. Les techniciens ont localisé le problème sans casser les murs. Intervention professionnelle et tarif honnête.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg?_wi=2", icon: ThumbsUp, }, { - id: "3", name: "Philippe Lefevre", role: "Propriétaire", testimonial: "Artisans locaux sérieux. Intervention le jour même après mon appel. Très satisfait de la qualité du travail et du professionnalisme.", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-pressing-buzzer-button_23-2149586562.jpg", icon: ThumbsUp, + id: "3", name: "Philippe Lefevre", role: "Propriétaire", testimonial: "Artisans locaux sérieux. Intervention le jour même après mon appel. Très satisfait de la qualité du travail et du professionnalisme.", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-pressing-buzzer-button_23-2149586562.jpg?_wi=2", icon: ThumbsUp, }, { id: "4", name: "Sophie Bernard", role: "Propriétaire", testimonial: "Installation de radiateurs rénovés. Équipe compétente, propre, et qui écoute les besoins. Je les recommande vivement !", imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-phone-home_23-2148990136.jpg", icon: ThumbsUp, -- 2.49.1