From 56b2ad44d7fcbf58602c3e06a6103e36b4135dee Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 08:31:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9e78890..2938e0d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,7 +91,7 @@ export default function LandingPage() { id: "faux-filet", name: "Faux-Filet Grillé", price: "24€", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-piece-with-fries-vegetables_140725-2757.jpg?_wi=2", imageAlt: "Faux-filet grillé aux frites" }, { - id: "frites", name: "Frites Maison", price: "5€", imageSrc: "http://img.b2bpic.net/free-photo/french-fries-basket-served-with-ketchup-mayonnaise_140725-3139.jpg", imageAlt: "Frites maison croustillantes" + id: "frites", name: "Frites Maison", price: "5€", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AyPGQZ3Sui0zzZ0WknALGILON3/uploaded-1773563466082-i7qv3d8e.jpg", imageAlt: "Frites maison croustillantes" } ]} /> -- 2.49.1