From 852fd4bd842d518bead0b75fa0f4e126782b8520 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 18:05:05 +0000 Subject: [PATCH 1/2] Update src/app/avis/page.tsx --- src/app/avis/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/avis/page.tsx b/src/app/avis/page.tsx index fa0c9dc..bb847ac 100644 --- a/src/app/avis/page.tsx +++ b/src/app/avis/page.tsx @@ -56,23 +56,23 @@ export default function AvisPage() { testimonials={[ { id: "1", name: "Marie Dubois", role: "Cliente fidèle", company: "Montceau-les-Mines", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-young-woman-isolated_273609-35693.jpg", imageAlt: "Happy customer woman smiling" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-young-woman-isolated_273609-35693.jpg?_wi=1", imageAlt: "Happy customer woman smiling" }, { id: "2", name: "Pierre Martin", role: "Habitué du midi", company: "Montceau-les-Mines", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-tourist-couple-looking-views-city_1301-4485.jpg", imageAlt: "Man smiling professional portrait" + imageSrc: "http://img.b2bpic.net/free-photo/young-tourist-couple-looking-views-city_1301-4485.jpg?_wi=1", imageAlt: "Man smiling professional portrait" }, { id: "3", name: "Sophie Garcia", role: "Passionnée de cuisine turque", company: "Montceau-les-Mines", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman_23-2147823623.jpg", imageAlt: "Woman with warm smile portrait" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman_23-2147823623.jpg?_wi=1", imageAlt: "Woman with warm smile portrait" }, { id: "4", name: "Thomas Petit", role: "Gourmand exigeant", company: "Montceau-les-Mines", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-short-curly-hair-colorful-shirt-smiling-broadly-hugging-herself-standing-green-wall_141793-29368.jpg", imageAlt: "Young man casual portrait happy" + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-short-curly-hair-colorful-shirt-smiling-broadly-hugging-herself-standing-green-wall_141793-29368.jpg?_wi=1", imageAlt: "Young man casual portrait happy" }, { id: "5", name: "Laura Blanc", role: "Nouvelle résidente", company: "Montceau-les-Mines", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-red-blouse-big-hat_273609-13361.jpg", imageAlt: "Happy woman close-up smiling" + imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-red-blouse-big-hat_273609-13361.jpg?_wi=1", imageAlt: "Happy woman close-up smiling" } ]} kpiItems={[ @@ -88,7 +88,7 @@ export default function AvisPage() {