From e6a01d87c2bfe22dc50909dd147a184ab684d069 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 19:05:01 +0000 Subject: [PATCH 1/3] Update src/app/galerie/page.tsx --- src/app/galerie/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/galerie/page.tsx b/src/app/galerie/page.tsx index d1543a3..d992b7b 100644 --- a/src/app/galerie/page.tsx +++ b/src/app/galerie/page.tsx @@ -41,7 +41,7 @@ export default function GaleriePage() { const galleryImages = [ { - id: "1", category: "Ferienwohnungen", title: "Luxus Penthouse mit Panoramablick", excerpt: "Erleben Sie Luxus pur mit Panoramablick auf die Ostsee. Modernes Design trifft auf Komfort.", imageSrc: "http://img.b2bpic.net/free-photo/breathtaking-scenery-wooden-sticks-middle-ocean-colorful-sky_181624-37504.jpg", authorName: "StrandQuartier Team", authorAvatar: "http://img.b2bpic.net/free-photo/row-bar-equipment-counter_23-2148209430.jpg", date: "2025"}, + id: "1", category: "Ferienwohnungen", title: "Luxus Penthouse mit Panoramablick", excerpt: "Erleben Sie Luxus pur mit Panoramablick auf die Ostsee. Modernes Design trifft auf Komfort.", imageSrc: "http://img.b2bpic.net/free-photo/breathtaking-scenery-wooden-sticks-middle-ocean-colorful-sky_181624-37504.jpg?_wi=2", authorName: "StrandQuartier Team", authorAvatar: "http://img.b2bpic.net/free-photo/row-bar-equipment-counter_23-2148209430.jpg", date: "2025"}, { id: "2", category: "Ferienwohnungen", title: "Komfort Apartment mit Balkon", excerpt: "Geräumiges Apartment mit eigenem Balkon, ideal für Paare und kleine Familien.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-dress-vacation-lake-mountains-background_343596-839.jpg?_wi=1", authorName: "StrandQuartier Team", authorAvatar: "http://img.b2bpic.net/free-photo/attractive-happy-couple-traveling-summer-bicycles-man-woman-with-blond-hair-boho-hipster-style-fashion-having-fun-together-looking-map-sightseeing-taking-photos-camera_285396-3089.jpg", date: "2025"}, { -- 2.49.1 From c9771e5b72376a9a0900620dab8d7e464525075e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 19:05:02 +0000 Subject: [PATCH 2/3] Update src/app/kontakt-buchung/page.tsx --- src/app/kontakt-buchung/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/kontakt-buchung/page.tsx b/src/app/kontakt-buchung/page.tsx index 0d77d43..f8e91f1 100644 --- a/src/app/kontakt-buchung/page.tsx +++ b/src/app/kontakt-buchung/page.tsx @@ -70,7 +70,7 @@ export default function KontaktBuchungPage() { title="Wir freuen uns auf Ihre Anfrage" description="Kontaktieren Sie uns jetzt, um Ihre perfekte Unterkunft an der Ostsee zu buchen oder weitere Informationen zu erhalten. Unser Team antwortet schnell und persönlich auf alle Anfragen." useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/breathtaking-scenery-wooden-sticks-middle-ocean-colorful-sky_181624-37504.jpg" + imageSrc="http://img.b2bpic.net/free-photo/breathtaking-scenery-wooden-sticks-middle-ocean-colorful-sky_181624-37504.jpg?_wi=3" imageAlt="Ostsee Strand" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From 980d920cc7901440386952e8c45d98d14d289056 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 19:05:03 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 353c1ad..ad1e05e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,7 +73,7 @@ export default function HomePage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/breathtaking-scenery-wooden-sticks-middle-ocean-colorful-sky_181624-37504.jpg", imageAlt: "Ostsee Strand mit Sonnenuntergang"}, + imageSrc: "http://img.b2bpic.net/free-photo/breathtaking-scenery-wooden-sticks-middle-ocean-colorful-sky_181624-37504.jpg?_wi=1", imageAlt: "Ostsee Strand mit Sonnenuntergang"}, { imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-dress-vacation-lake-mountains-background_343596-839.jpg?_wi=1", imageAlt: "Luxuriöse Strandvilla mit Meerblick"}, { -- 2.49.1