From da89f28074c3f891bddc18529f950ab4bf07fdac Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 23:36:07 +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 07376c1..e70b6a0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-banquet_23-2149893514.jpg", imageAlt: "Plat maison généreusement présenté" }, { - imageSrc: "http://img.b2bpic.net/free-photo/plate-green-vegetables-with-tomato-cucumber-radish-herbs_140725-8645.jpg", imageAlt: "Entrée raffinée maison" + imageSrc: "http://img.b2bpic.net/free-photo/plate-green-vegetables-with-tomato-cucumber-radish-herbs_140725-8645.jpg?_wi=1", imageAlt: "Entrée raffinée maison" } ]} rightCarouselItems={[ @@ -156,7 +156,7 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "dish-1", name: "Entrée Maison", price: "12€ - 18€", imageSrc: "http://img.b2bpic.net/free-photo/plate-green-vegetables-with-tomato-cucumber-radish-herbs_140725-8645.jpg", imageAlt: "Entrée raffinée et généreuse" + id: "dish-1", name: "Entrée Maison", price: "12€ - 18€", imageSrc: "http://img.b2bpic.net/free-photo/plate-green-vegetables-with-tomato-cucumber-radish-herbs_140725-8645.jpg?_wi=2", imageAlt: "Entrée raffinée et généreuse" }, { id: "dish-2", name: "Plat Principal", price: "24€ - 32€", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-potato-onin-mixed-with-greens-mint-side-view_141793-2367.jpg", imageAlt: "Plat principal copieux et savoureux" -- 2.49.1