From 6d6ae62ba7943455a03213497ffe90d2322c1ec5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 13:42:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index db8c18a..d16203b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,10 +50,10 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/chicken-cotlets-with-white-cheese-herbs_114579-3601.jpg", imageAlt: "Knuspriges Schnitzel mit Biergarten Atmosphäre" }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-eco-bag-with-fruit-country-side_1303-15273.jpg", imageAlt: "Gemütliche Terrasse des Gasthaus zur Linde" + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-eco-bag-with-fruit-country-side_1303-15273.jpg?_wi=1", imageAlt: "Gemütliche Terrasse des Gasthaus zur Linde" }, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-nature-landscape-with-bed-deck-chair-around-swimming-pool-hotel-resort_74190-8168.jpg", imageAlt: "Biergarten unter der Linde" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-nature-landscape-with-bed-deck-chair-around-swimming-pool-hotel-resort_74190-8168.jpg?_wi=1", imageAlt: "Biergarten unter der Linde" } ]} buttons={[ @@ -107,10 +107,10 @@ export default function LandingPage() { title: "Gemütlicher Innenbereich", description: "Rustikales Ambiente mit traditionellem Charme", imageSrc: "http://img.b2bpic.net/free-photo/wooden-table-looking-out-restaurant_23-2147701320.jpg", imageAlt: "Rustikaler Innenbereich" }, { - title: "Große Terrasse", description: "Perfekt für schöne Tage und Sommerabende", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-eco-bag-with-fruit-country-side_1303-15273.jpg", imageAlt: "Terrasse des Gasthaus zur Linde" + title: "Große Terrasse", description: "Perfekt für schöne Tage und Sommerabende", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-eco-bag-with-fruit-country-side_1303-15273.jpg?_wi=2", imageAlt: "Terrasse des Gasthaus zur Linde" }, { - title: "Biergarten", description: "Entspannung unter der Linde mit kühlem Bier", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-nature-landscape-with-bed-deck-chair-around-swimming-pool-hotel-resort_74190-8168.jpg", imageAlt: "Biergarten Atmosphäre" + title: "Biergarten", description: "Entspannung unter der Linde mit kühlem Bier", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-nature-landscape-with-bed-deck-chair-around-swimming-pool-hotel-resort_74190-8168.jpg?_wi=2", imageAlt: "Biergarten Atmosphäre" }, { title: "Barplätze an der Theke", description: "Ideal für spontane Besuche und Geselligkeit", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-taking-photos_23-2148395442.jpg", imageAlt: "Gesellige Atmosphäre an der Bar" @@ -192,7 +192,7 @@ export default function LandingPage() { ]} textarea={{ name: "message", placeholder: "Spezielle Wünsche oder Anmerkungen...", rows: 4, required: false }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-outdoor-nature-landscape-with-bed-deck-chair-around-swimming-pool-hotel-resort_74190-8168.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-outdoor-nature-landscape-with-bed-deck-chair-around-swimming-pool-hotel-resort_74190-8168.jpg?_wi=3" imageAlt="Biergarten Atmosphäre" mediaAnimation="blur-reveal" mediaPosition="right" -- 2.49.1