From 97a466074c54718e04401fb079b2695eb9660842 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 22:20:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9997ffc..795c0fb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,53 +62,53 @@ export default function LandingPage() { description="Experience authentic cuisine and warmth at Wirtshaus Jagglbäck in the heart of St. Johann in Tirol." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/various-food-jug-near-basket_23-2147930088.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/various-food-jug-near-basket_23-2147930088.jpg?_wi=1", imageAlt: "Rustic Restaurant Interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/people-table-enjoying-feast-first-day-passover-seder_23-2150247754.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-table-enjoying-feast-first-day-passover-seder_23-2150247754.jpg?_wi=1", imageAlt: "Traditional Meal", }, { - imageSrc: "http://img.b2bpic.net/free-photo/various-food-jug-near-basket_23-2147930088.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/various-food-jug-near-basket_23-2147930088.jpg?_wi=2", imageAlt: "Rustic Restaurant Interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/people-table-enjoying-feast-first-day-passover-seder_23-2150247754.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-table-enjoying-feast-first-day-passover-seder_23-2150247754.jpg?_wi=2", imageAlt: "Traditional Meal", }, { - imageSrc: "http://img.b2bpic.net/free-photo/various-food-jug-near-basket_23-2147930088.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/various-food-jug-near-basket_23-2147930088.jpg?_wi=3", imageAlt: "Rustic Restaurant Interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/people-table-enjoying-feast-first-day-passover-seder_23-2150247754.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-table-enjoying-feast-first-day-passover-seder_23-2150247754.jpg?_wi=3", imageAlt: "Traditional Meal", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/people-table-enjoying-feast-first-day-passover-seder_23-2150247754.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-table-enjoying-feast-first-day-passover-seder_23-2150247754.jpg?_wi=4", imageAlt: "Traditional Meal", }, { - imageSrc: "http://img.b2bpic.net/free-photo/various-food-jug-near-basket_23-2147930088.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/various-food-jug-near-basket_23-2147930088.jpg?_wi=4", imageAlt: "Rustic Restaurant Interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/people-table-enjoying-feast-first-day-passover-seder_23-2150247754.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-table-enjoying-feast-first-day-passover-seder_23-2150247754.jpg?_wi=5", imageAlt: "Traditional Meal", }, { - imageSrc: "http://img.b2bpic.net/free-photo/various-food-jug-near-basket_23-2147930088.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/various-food-jug-near-basket_23-2147930088.jpg?_wi=5", imageAlt: "Rustic Restaurant Interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/people-table-enjoying-feast-first-day-passover-seder_23-2150247754.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-table-enjoying-feast-first-day-passover-seder_23-2150247754.jpg?_wi=6", imageAlt: "Traditional Meal", }, { - imageSrc: "http://img.b2bpic.net/free-photo/various-food-jug-near-basket_23-2147930088.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/various-food-jug-near-basket_23-2147930088.jpg?_wi=6", imageAlt: "Rustic Restaurant Interior", }, ]} -- 2.49.1