diff --git a/src/app/page.tsx b/src/app/page.tsx index d25525d..457500e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,7 +76,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "entrecote", name: "Entrecôte Grillée", price: "22€", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-piece-with-fries-vegetables_140725-2757.jpg", imageAlt: "Entrecôte grillée avec frites maison" + id: "entrecote", name: "Entrecôte Grillée", price: "22€", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-piece-with-fries-vegetables_140725-2757.jpg?_wi=1", imageAlt: "Entrecôte grillée avec frites maison" }, { id: "burger", name: "Burger Halal", price: "15€", imageSrc: "http://img.b2bpic.net/free-photo/sooking-burgers-kitchen-home-quarantine-time_627829-7064.jpg", imageAlt: "Burger halal gourmet avec frites" @@ -88,7 +88,7 @@ export default function LandingPage() { id: "merguez", name: "Merguez Grillées", price: "14€", imageSrc: "http://img.b2bpic.net/free-photo/delicious-meat-rolls-grill-high-view_23-2148301299.jpg", imageAlt: "Merguez grillées au charbon" }, { - 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", imageAlt: "Faux-filet grillé aux frites" + 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"