From 00a35c8b2bb47e1d84cfbb85290b49787b0d6877 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 10:33:18 +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 787a44f..2b7da15 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,7 +87,7 @@ export default function LandingPage() { imageAlt: "Accueil chaleureux", }, { - imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-steak-dish-with-sauce_23-2150777637.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-steak-dish-with-sauce_23-2150777637.jpg?_wi=1", imageAlt: "Signature gourmande", }, { @@ -174,21 +174,21 @@ export default function LandingPage() { id: "m1", name: "Menu Complet", price: "19€", - imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-steak-dish-with-sauce_23-2150777637.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-steak-dish-with-sauce_23-2150777637.jpg?_wi=2", imageAlt: "Menu entrée-plat-dessert", }, { id: "m2", name: "Magret Savoureux", price: "24€", - imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-steak-dish-with-sauce_23-2150777637.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-steak-dish-with-sauce_23-2150777637.jpg?_wi=3", imageAlt: "Magret de canard", }, { id: "m3", name: "Burger La Treille", price: "18€", - imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-steak-dish-with-sauce_23-2150777637.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-steak-dish-with-sauce_23-2150777637.jpg?_wi=4", imageAlt: "Burger maison", }, ]} @@ -208,7 +208,7 @@ export default function LandingPage() { quote: "Une pépite nichée dans un village charmant. Service irréprochable.", name: "Sarah J.", role: "Cliente", - imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2865.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2865.jpg?_wi=1", }, { id: "t2", @@ -240,7 +240,7 @@ export default function LandingPage() { quote: "Une expérience authentique, on se sent immédiatement comme en famille.", name: "Lucie V.", role: "Cliente", - imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2865.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2865.jpg?_wi=2", }, ]} title="Ils en parlent mieux que nous" -- 2.49.1