From 4b676a7bfd0cf341ca75351b4b09ee07c218fe43 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 13:40:27 +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 c3b0085..d98063d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-smashed-potato_140725-9685.jpg", imageAlt: "Faux-filet de qualité premium" }, { - imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg", imageAlt: "Ambiance chaleureuse du restaurant" + imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=1", imageAlt: "Ambiance chaleureuse du restaurant" } ]} autoplayDelay={4000} @@ -81,7 +81,7 @@ export default function LandingPage() { tag="Nos Spécialités" title="Plats Signature" description="Découvrez nos plats phares, élaborés avec des produits frais et de saison sélectionnés auprès de nos fournisseurs locaux." - imageSrc="http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg" + imageSrc="http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=2" imageAlt="Intérieur du restaurant Le Grand Banc" accordionItems={[ { @@ -107,19 +107,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sophie D.", role: "Visiteur régulier", company: "Pessac", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sophie D." + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sophie D." }, { id: "2", name: "Marc L.", role: "Chef d'entreprise", company: "Bordeaux", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marc L." + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Marc L." }, { id: "3", name: "Catherine R.", role: "Coordinatrice événementiel", company: "CHU Pessac", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Catherine R." + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Catherine R." }, { id: "4", name: "Jean-Pierre M.", role: "Retraité", company: "Pessac", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jean-Pierre M." + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Jean-Pierre M." } ]} kpiItems={[ -- 2.49.1