From b564314dbc0bf83aec0e5a2e2972b9149122beac Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 21:13:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 03932e4..61a985d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -126,35 +126,35 @@ export default function LandingPage() { id: "1", name: "Burger Classique", price: "8.50 €", - imageSrc: "http://img.b2bpic.net/free-photo/burger-with-black-bun-orange-background_23-2148258371.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/burger-with-black-bun-orange-background_23-2148258371.jpg?_wi=1", imageAlt: "Burger classique", }, { id: "2", name: "Burger Poulet Croustillant", price: "9.50 €", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-burger-withy-tomato-cheese-lettuce-white-surface_114579-30401.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-burger-withy-tomato-cheese-lettuce-white-surface_114579-30401.jpg?_wi=1", imageAlt: "Burger poulet", }, { id: "3", name: "Burger Végé", price: "9.00 €", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheeseburger-cutting-board-with-knife_23-2148784512.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheeseburger-cutting-board-with-knife_23-2148784512.jpg?_wi=1", imageAlt: "Burger veggie", }, { id: "4", name: "Burger Double Beef", price: "11.00 €", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cut-whole-tasty-sandwiches-tomatoes-with-stem-onions-black-tray-dark-mix-color-surface_179666-34221.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-cut-whole-tasty-sandwiches-tomatoes-with-stem-onions-black-tray-dark-mix-color-surface_179666-34221.jpg?_wi=1", imageAlt: "Double burger", }, { id: "5", name: "Burger Bacon Cheese", price: "9.50 €", - imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-buns-table_140725-8141.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-buns-table_140725-8141.jpg?_wi=1", imageAlt: "Bacon burger", }, { @@ -213,27 +213,27 @@ export default function LandingPage() { { title: "Ingrédients frais", description: "Viande fraîche et légumes du jour.", - imageSrc: "http://img.b2bpic.net/free-photo/burger-with-black-bun-orange-background_23-2148258371.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/burger-with-black-bun-orange-background_23-2148258371.jpg?_wi=2", }, { title: "Livraison rapide", description: "Votre repas chaud devant chez vous.", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-burger-withy-tomato-cheese-lettuce-white-surface_114579-30401.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-burger-withy-tomato-cheese-lettuce-white-surface_114579-30401.jpg?_wi=2", }, { title: "Ambiance chaleureuse", description: "Un cadre convivial en plein centre.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheeseburger-cutting-board-with-knife_23-2148784512.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheeseburger-cutting-board-with-knife_23-2148784512.jpg?_wi=2", }, { title: "Options Veggie", description: "Nos burgers végétariens sont divins.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cut-whole-tasty-sandwiches-tomatoes-with-stem-onions-black-tray-dark-mix-color-surface_179666-34221.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-cut-whole-tasty-sandwiches-tomatoes-with-stem-onions-black-tray-dark-mix-color-surface_179666-34221.jpg?_wi=2", }, { title: "Recettes exclusives", description: "Des associations uniques pour vos papilles.", - imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-buns-table_140725-8141.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-buns-table_140725-8141.jpg?_wi=2", }, ]} />