From 956da603eb47f0c4207756ac7b2bb88465d43130 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 15:24:20 +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 e0648a9..e82e4b5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pizza-restaurant-table_23-2148305651.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pizza-restaurant-table_23-2148305651.jpg?_wi=1", imageAlt: "pizza kebab restaurant interior", }, { @@ -136,7 +136,7 @@ export default function LandingPage() { price: "ab 8€", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/beef-bone-barbecue-lavash-with-grilled-vegetables-red-sauce_114579-2969.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beef-bone-barbecue-lavash-with-grilled-vegetables-red-sauce_114579-2969.jpg?_wi=1", }, { id: "p2", @@ -145,7 +145,7 @@ export default function LandingPage() { price: "ab 5€", rating: 5, reviewCount: "90", - imageSrc: "http://img.b2bpic.net/free-photo/meat-doner-bread-wooden-board_140725-2425.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/meat-doner-bread-wooden-board_140725-2425.jpg?_wi=1", }, { id: "p3", @@ -210,7 +210,7 @@ export default function LandingPage() { descriptions: [ "Direkt anrufen", ], - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pizza-restaurant-table_23-2148305651.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pizza-restaurant-table_23-2148305651.jpg?_wi=2", imageAlt: "Iskender kebab garnished with tomato sauce, served with yoghurt", }, { @@ -219,7 +219,7 @@ export default function LandingPage() { descriptions: [ "Einfach vorbeikommen", ], - imageSrc: "http://img.b2bpic.net/free-photo/beef-bone-barbecue-lavash-with-grilled-vegetables-red-sauce_114579-2969.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beef-bone-barbecue-lavash-with-grilled-vegetables-red-sauce_114579-2969.jpg?_wi=2", imageAlt: "Iskender kebab garnished with tomato sauce, served with yoghurt", }, { @@ -228,7 +228,7 @@ export default function LandingPage() { descriptions: [ "Gemütlich essen", ], - imageSrc: "http://img.b2bpic.net/free-photo/meat-doner-bread-wooden-board_140725-2425.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/meat-doner-bread-wooden-board_140725-2425.jpg?_wi=2", imageAlt: "Iskender kebab garnished with tomato sauce, served with yoghurt", }, ]}