From c8feff79ea8f0d59987415902b07a451c838c85e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 20:21:33 +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 a410404..997472d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,11 +53,11 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/meat-roll-with-shepherd-salad_140725-1164.jpg", imageAlt: "Kebab berlinois savoureux et appétissant"}, { - imageSrc: "http://img.b2bpic.net/free-photo/tendir-doner-with-chicken-table_140725-2443.jpg", imageAlt: "Kebab riche en ingrédients frais"}, + imageSrc: "http://img.b2bpic.net/free-photo/tendir-doner-with-chicken-table_140725-2443.jpg?_wi=1", imageAlt: "Kebab riche en ingrédients frais"}, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-french-fries-stainless-steel-mini-basket-with-salt-burger-table_141793-5195.jpg", imageAlt: "Frites maison croustillantes"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-french-fries-stainless-steel-mini-basket-with-salt-burger-table_141793-5195.jpg?_wi=1", imageAlt: "Frites maison croustillantes"}, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-meat-with-vegetables-loaf-gray-bread-with-cherry-tomatoes-mushrooms-herbs-with-basil-stand_141793-13130.jpg", imageAlt: "Sandwich kebab garni"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-meat-with-vegetables-loaf-gray-bread-with-cherry-tomatoes-mushrooms-herbs-with-basil-stand_141793-13130.jpg?_wi=1", imageAlt: "Sandwich kebab garni"}, { imageSrc: "http://img.b2bpic.net/free-photo/fashionable-african-american-woman-black-cap-chilling-cozy-cafe_627829-5870.jpg", imageAlt: "Ambiance du restaurant Berlin Kebab"}, ]} @@ -102,13 +102,13 @@ export default function LandingPage() { products={[ { id: "1", brand: "Berlin Kebab", name: "Kebab Berlinois", price: "7,50€", rating: 5, - reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/tendir-doner-with-chicken-table_140725-2443.jpg", imageAlt: "Kebab Berlinois"}, + reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/tendir-doner-with-chicken-table_140725-2443.jpg?_wi=2", imageAlt: "Kebab Berlinois"}, { id: "2", brand: "Berlin Kebab", name: "Sandwich Kebab", price: "6,50€", rating: 5, - reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-meat-with-vegetables-loaf-gray-bread-with-cherry-tomatoes-mushrooms-herbs-with-basil-stand_141793-13130.jpg", imageAlt: "Sandwich Kebab"}, + reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-meat-with-vegetables-loaf-gray-bread-with-cherry-tomatoes-mushrooms-herbs-with-basil-stand_141793-13130.jpg?_wi=2", imageAlt: "Sandwich Kebab"}, { id: "3", brand: "Berlin Kebab", name: "Frites Maison", price: "3,50€", rating: 5, - reviewCount: "87", imageSrc: "http://img.b2bpic.net/free-photo/side-view-french-fries-stainless-steel-mini-basket-with-salt-burger-table_141793-5195.jpg", imageAlt: "Frites Maison Croustillantes"}, + reviewCount: "87", imageSrc: "http://img.b2bpic.net/free-photo/side-view-french-fries-stainless-steel-mini-basket-with-salt-burger-table_141793-5195.jpg?_wi=2", imageAlt: "Frites Maison Croustillantes"}, ]} buttonAnimation="slide-up" /> -- 2.49.1