From 071329d8dac0cbe3097c622685ea43d1eaa340fb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 19:54:24 +0000 Subject: [PATCH 1/2] 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 758857c..4ab3c3f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,7 +90,7 @@ export default function HomePage() { ]} buttonAnimation="slide-up" background={{ variant: "sparkles-gradient" }} - imageSrc="http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg" + imageSrc="http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg?_wi=1" imageAlt="Gemütliches Restaurant im Gasthof Schneiderwirt" frameStyle="card" mediaAnimation="blur-reveal" @@ -105,7 +105,7 @@ export default function HomePage() { description="Familie Schneider" subdescription="Inhaber & Gastgeber" icon={Award} - imageSrc="http://img.b2bpic.net/free-photo/attractive-young-woman-is-relaxing-spa-complex-with-sauna_169016-22729.jpg" + imageSrc="http://img.b2bpic.net/free-photo/attractive-young-woman-is-relaxing-spa-complex-with-sauna_169016-22729.jpg?_wi=1" imageAlt="Gemütlicher Wellnessbereich" mediaAnimation="slide-up" useInvertedBackground={false} @@ -150,10 +150,10 @@ export default function HomePage() { testimonials={[ { id: "testimonial-1", name: "Maria Schmidt", role: "Reisebloggerin", company: "Alpiner Reiseblog", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Portrait von Maria Schmidt"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=1", imageAlt: "Portrait von Maria Schmidt"}, { id: "testimonial-2", name: "Michael Wagner", role: "Geschäftsführer", company: "Alpenreisen GmbH", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Portrait von Michael Wagner"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=2", imageAlt: "Portrait von Michael Wagner"}, { id: "testimonial-3", name: "Elena Rossi", role: "Kulinarische Kritikerin", company: "Gourmet Magazin", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Portrait von Elena Rossi"}, @@ -176,7 +176,7 @@ export default function HomePage() { description="Kontaktieren Sie uns direkt oder nutzen Sie unser Online-Buchungssystem. Wir freuen uns auf Ihren Besuch im Gasthof Schneiderwirt." background={{ variant: "radial-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/attractive-young-woman-is-relaxing-spa-complex-with-sauna_169016-22729.jpg" + imageSrc="http://img.b2bpic.net/free-photo/attractive-young-woman-is-relaxing-spa-complex-with-sauna_169016-22729.jpg?_wi=2" imageAlt="Gemütlicher Wellnessbereich" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From 359f0d499263ad7b2a3c8a30aef3b3892b517439 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 19:54:24 +0000 Subject: [PATCH 2/2] Update src/app/speisen/page.tsx --- src/app/speisen/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/speisen/page.tsx b/src/app/speisen/page.tsx index 4e57686..e911ec3 100644 --- a/src/app/speisen/page.tsx +++ b/src/app/speisen/page.tsx @@ -76,11 +76,11 @@ export default function DiningPage() { tag="Restaurant" products={[ { - id: "dish-schnitzel", name: "Wiener Schnitzel", price: "€28", imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-served-with-fries-vegetables_140725-1729.jpg", imageAlt: "Traditionelles Wiener Schnitzel"}, + id: "dish-schnitzel", name: "Wiener Schnitzel", price: "€28", imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-served-with-fries-vegetables_140725-1729.jpg?_wi=1", imageAlt: "Traditionelles Wiener Schnitzel"}, { id: "dish-strudel", name: "Apfelstrudel", price: "€12", imageSrc: "http://img.b2bpic.net/free-photo/eggplant-roll-walnuts-garlic-greens-onion-cream-cheese-side-view_141793-3104.jpg", imageAlt: "Hausgemachter Apfelstrudel"}, { - id: "dish-tafelspitz", name: "Tafelspitz", price: "€32", imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-served-with-fries-vegetables_140725-1729.jpg", imageAlt: "Klassischer österreichischer Tafelspitz"}, + id: "dish-tafelspitz", name: "Tafelspitz", price: "€32", imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-served-with-fries-vegetables_140725-1729.jpg?_wi=2", imageAlt: "Klassischer österreichischer Tafelspitz"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -118,7 +118,7 @@ export default function DiningPage() { description="Reservieren Sie einen Tisch in unserem gemütlichen Restaurant und genießen Sie ein unvergessliches Dinner mit Blick auf die Alpen." background={{ variant: "radial-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg" + imageSrc="http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg?_wi=2" imageAlt="Eingedeckter Esstisch" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1