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", }, ]}