From 6e0c768666c2aa7de7fdd72902da1bbdd76bff57 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 10:27:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9826d93..0fcec1b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,12 +63,12 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair-restaurant_1339-5950.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair-restaurant_1339-5950.jpg?_wi=1", imageAlt: "Rustikale Einrichtung", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/positive-brewer-holding-beer-glass-with-foam_651396-1309.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/positive-brewer-holding-beer-glass-with-foam_651396-1309.jpg?_wi=1", imageAlt: "Gemütlicher Gastraum", }, { @@ -187,7 +187,7 @@ export default function LandingPage() { description: "Zutaten aus unserer Region.", bentoComponent: "reveal-icon", icon: Leaf, - imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair-restaurant_1339-5950.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair-restaurant_1339-5950.jpg?_wi=2", imageAlt: "handwerkliches bier brauhaus", }, { @@ -195,7 +195,7 @@ export default function LandingPage() { description: "Unser idyllischer Biergarten.", bentoComponent: "reveal-icon", icon: Leaf, - imageSrc: "http://img.b2bpic.net/free-photo/positive-brewer-holding-beer-glass-with-foam_651396-1309.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/positive-brewer-holding-beer-glass-with-foam_651396-1309.jpg?_wi=2", imageAlt: "handwerkliches bier brauhaus", }, ]} -- 2.49.1