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