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