From 16b559c14b9da670e960dee730fe6ec0c004e426 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 12:40:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6970da4..4fd52b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,27 +63,27 @@ export default function LandingPage() { description="Experience the peaceful serenity of Kapfenberg in our family-run guesthouse, where breathtaking mountain views meet Austrian warmth." mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/breathtaking-shot-beautiful-mountain-landscape-ahornboden-area-austria_181624-29766.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/breathtaking-shot-beautiful-mountain-landscape-ahornboden-area-austria_181624-29766.jpg?_wi=1", imageAlt: "Alpine landscape", }, { - imageSrc: "http://img.b2bpic.net/free-photo/luxury-resort-with-infinity-pool-mountain-view_23-2152008214.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-resort-with-infinity-pool-mountain-view_23-2152008214.jpg?_wi=1", imageAlt: "Luxury mountain interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/amazing-autumn-scenery-santa-maddalena-village-with-church-colorful-trees-meadows-rising-sun-rays-dolomite-alps-italy_661209-289.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/amazing-autumn-scenery-santa-maddalena-village-with-church-colorful-trees-meadows-rising-sun-rays-dolomite-alps-italy_661209-289.jpg?_wi=1", imageAlt: "Kapfenberg valley", }, { - imageSrc: "http://img.b2bpic.net/free-photo/hotel-balcony-with-tables-chairs-overlooking-surrounding-alps-lakes-cloudy-day_181624-21210.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hotel-balcony-with-tables-chairs-overlooking-surrounding-alps-lakes-cloudy-day_181624-21210.jpg?_wi=1", imageAlt: "Breakfast terrace", }, { - imageSrc: "http://img.b2bpic.net/free-photo/serene-creek-meandering-through-lush-green-valley-with-wildflowers_9975-33093.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/serene-creek-meandering-through-lush-green-valley-with-wildflowers_9975-33093.jpg?_wi=1", imageAlt: "Mountain window view", }, { - imageSrc: "http://img.b2bpic.net/free-photo/landscape-hills-covered-greenery-fog-sunset-countryside_181624-60457.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/landscape-hills-covered-greenery-fog-sunset-countryside_181624-60457.jpg?_wi=1", imageAlt: "Sunset over peaks", }, ]} @@ -108,37 +108,37 @@ export default function LandingPage() { { title: "Panoramic Views", description: "Uninterrupted vistas of the alpine ranges right from your balcony.", - imageSrc: "http://img.b2bpic.net/free-photo/breathtaking-shot-beautiful-mountain-landscape-ahornboden-area-austria_181624-29766.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/breathtaking-shot-beautiful-mountain-landscape-ahornboden-area-austria_181624-29766.jpg?_wi=2", imageAlt: "austrian alpine landscape mountain view", }, { title: "Pristine Cleanliness", description: "Meticulously maintained spaces for your complete comfort and peace of mind.", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-resort-with-infinity-pool-mountain-view_23-2152008214.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-resort-with-infinity-pool-mountain-view_23-2152008214.jpg?_wi=2", imageAlt: "cosy alpine interior warm wood", }, { title: "Family Warmth", description: "A heart-felt welcome that makes you feel instantly at home.", - imageSrc: "http://img.b2bpic.net/free-photo/amazing-autumn-scenery-santa-maddalena-village-with-church-colorful-trees-meadows-rising-sun-rays-dolomite-alps-italy_661209-289.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/amazing-autumn-scenery-santa-maddalena-village-with-church-colorful-trees-meadows-rising-sun-rays-dolomite-alps-italy_661209-289.jpg?_wi=2", imageAlt: "kapfenberg alpine forest hiking trail", }, { title: "Guest Kitchen", description: "Fully equipped modern kitchen facilities for your convenience.", - imageSrc: "http://img.b2bpic.net/free-photo/hotel-balcony-with-tables-chairs-overlooking-surrounding-alps-lakes-cloudy-day_181624-21210.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hotel-balcony-with-tables-chairs-overlooking-surrounding-alps-lakes-cloudy-day_181624-21210.jpg?_wi=2", imageAlt: "breakfast table rustic mountain view", }, { title: "Sun-Drenched Terrace", description: "The perfect spot for your morning coffee or evening wine.", - imageSrc: "http://img.b2bpic.net/free-photo/serene-creek-meandering-through-lush-green-valley-with-wildflowers_9975-33093.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/serene-creek-meandering-through-lush-green-valley-with-wildflowers_9975-33093.jpg?_wi=2", imageAlt: "mountain chalet window view valley", }, { title: "Peaceful Surroundings", description: "Located in a quiet retreat area, perfect for restful nights.", - imageSrc: "http://img.b2bpic.net/free-photo/landscape-hills-covered-greenery-fog-sunset-countryside_181624-60457.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/landscape-hills-covered-greenery-fog-sunset-countryside_181624-60457.jpg?_wi=2", imageAlt: "sunset view over alpine peaks", }, ]}