From 1c98b34947dc5ab0ba593b3e574c8a90bf58d712 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:15:28 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a2c8dc7..94dd9a6 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -48,7 +48,7 @@ export default function AboutPage() { { value: "5★", title: "Michelin-Recognized Service" }, ]} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920954.jpg" + imageSrc="http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920954.jpg?_wi=3" imageAlt="Alpine Calm architectural design" mediaAnimation="slide-up" /> @@ -63,7 +63,7 @@ export default function AboutPage() { { value: "Zero", title: "Single-Use Plastics" }, ]} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/summer-landscape-mountains-blue-sky_661209-69.jpg" + imageSrc="http://img.b2bpic.net/free-photo/summer-landscape-mountains-blue-sky_661209-69.jpg?_wi=1" imageAlt="Alpine mountain landscape" mediaAnimation="slide-up" /> -- 2.49.1 From b2caaf3a58c661a179f9e78873b9e87b114ddb44 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:15:29 +0000 Subject: [PATCH 2/4] Update src/app/accommodations/page.tsx --- src/app/accommodations/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/accommodations/page.tsx b/src/app/accommodations/page.tsx index df1dc83..b94fdf4 100644 --- a/src/app/accommodations/page.tsx +++ b/src/app/accommodations/page.tsx @@ -53,7 +53,7 @@ export default function AccommodationsPage() { name: "Alpine View Room", price: "CHF 280–380", variant: "32 m² • King Bed • Mountain View", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920954.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920954.jpg?_wi=4", imageAlt: "Alpine View Room with panoramic windows and natural light", }, { @@ -61,7 +61,7 @@ export default function AccommodationsPage() { name: "Garden Room", price: "CHF 220–300", variant: "24 m² • Queen Bed • Garden Access", - imageSrc: "http://img.b2bpic.net/free-photo/happy-relaxed-asian-woman-laying-couch-home-with-laptop-listening-podcast-enjoying-weekend_1258-83737.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-relaxed-asian-woman-laying-couch-home-with-laptop-listening-podcast-enjoying-weekend_1258-83737.jpg?_wi=3", imageAlt: "Garden Room with private terrace and garden access", }, { @@ -69,7 +69,7 @@ export default function AccommodationsPage() { name: "Family Apartment", price: "CHF 450–650", variant: "65 m² • 2 Bedrooms • Kitchen • Living Space", - imageSrc: "http://img.b2bpic.net/free-photo/happy-relaxed-asian-woman-laying-couch-home-with-laptop-listening-podcast-enjoying-weekend_1258-83737.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-relaxed-asian-woman-laying-couch-home-with-laptop-listening-podcast-enjoying-weekend_1258-83737.jpg?_wi=4", imageAlt: "Family Apartment with full kitchen and living area", }, ]} -- 2.49.1 From 7e03f6c17c33a73030812009f67531ed1522dbfe Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:15:30 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a51a026..adc12ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,32 +58,32 @@ export default function HomePage() { carouselItems={[ { id: "carousel-1", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-lake-gosauseen-dachstein-austria-surrounded-by-lush-trees-snowy-mountains_181624-61350.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-lake-gosauseen-dachstein-austria-surrounded-by-lush-trees-snowy-mountains_181624-61350.jpg?_wi=1", imageAlt: "Alpine lake with panoramic mountain view", }, { id: "carousel-2", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-lake-gosauseen-dachstein-austria-surrounded-by-lush-trees-snowy-mountains_181624-61350.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-lake-gosauseen-dachstein-austria-surrounded-by-lush-trees-snowy-mountains_181624-61350.jpg?_wi=2", imageAlt: "Alpine landscape at sunrise", }, { id: "carousel-3", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-lake-gosauseen-dachstein-austria-surrounded-by-lush-trees-snowy-mountains_181624-61350.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-lake-gosauseen-dachstein-austria-surrounded-by-lush-trees-snowy-mountains_181624-61350.jpg?_wi=3", imageAlt: "Mountain peaks with snow", }, { id: "carousel-4", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-lake-gosauseen-dachstein-austria-surrounded-by-lush-trees-snowy-mountains_181624-61350.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-lake-gosauseen-dachstein-austria-surrounded-by-lush-trees-snowy-mountains_181624-61350.jpg?_wi=4", imageAlt: "Alpine valley vista", }, { id: "carousel-5", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-lake-gosauseen-dachstein-austria-surrounded-by-lush-trees-snowy-mountains_181624-61350.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-lake-gosauseen-dachstein-austria-surrounded-by-lush-trees-snowy-mountains_181624-61350.jpg?_wi=5", imageAlt: "Serene alpine landscape", }, { id: "carousel-6", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-lake-gosauseen-dachstein-austria-surrounded-by-lush-trees-snowy-mountains_181624-61350.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-lake-gosauseen-dachstein-austria-surrounded-by-lush-trees-snowy-mountains_181624-61350.jpg?_wi=6", imageAlt: "Mountain ranges at dusk", }, ]} @@ -101,7 +101,7 @@ export default function HomePage() { { value: "100%", title: "Mountain View Guarantee" }, ]} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920954.jpg" + imageSrc="http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920954.jpg?_wi=1" imageAlt="Luxury hotel interior with modern design" mediaAnimation="slide-up" /> @@ -121,7 +121,7 @@ export default function HomePage() { name: "Alpine View Room", price: "CHF 280–380", variant: "32 m² • King Bed • Mountain View", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920954.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920954.jpg?_wi=2", imageAlt: "Alpine View Room with panoramic windows", }, { @@ -129,7 +129,7 @@ export default function HomePage() { name: "Garden Room", price: "CHF 220–300", variant: "24 m² • Queen Bed • Garden Access", - imageSrc: "http://img.b2bpic.net/free-photo/happy-relaxed-asian-woman-laying-couch-home-with-laptop-listening-podcast-enjoying-weekend_1258-83737.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-relaxed-asian-woman-laying-couch-home-with-laptop-listening-podcast-enjoying-weekend_1258-83737.jpg?_wi=1", imageAlt: "Garden Room with terrace access", }, { @@ -137,7 +137,7 @@ export default function HomePage() { name: "Family Apartment", price: "CHF 450–650", variant: "65 m² • 2 Bedrooms • Kitchen • Living Space", - imageSrc: "http://img.b2bpic.net/free-photo/happy-relaxed-asian-woman-laying-couch-home-with-laptop-listening-podcast-enjoying-weekend_1258-83737.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-relaxed-asian-woman-laying-couch-home-with-laptop-listening-podcast-enjoying-weekend_1258-83737.jpg?_wi=2", imageAlt: "Family Apartment with full kitchen", }, ]} @@ -174,7 +174,7 @@ export default function HomePage() { role: "Creative Director", company: "Design Studio, Zurich", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=1", imageAlt: "Catherine Müller", }, { @@ -183,7 +183,7 @@ export default function HomePage() { role: "Executive", company: "Private Investor", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=2", imageAlt: "James Richardson", }, { @@ -192,7 +192,7 @@ export default function HomePage() { role: "Author", company: "Independent Writer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=3", imageAlt: "Sophie Leclerc", }, ]} -- 2.49.1 From 9a89ea63403f438ff199db9e0724ba8edf330d71 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:15:31 +0000 Subject: [PATCH 4/4] Update src/app/practical-info/page.tsx --- src/app/practical-info/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/practical-info/page.tsx b/src/app/practical-info/page.tsx index 6d3870c..b385a0c 100644 --- a/src/app/practical-info/page.tsx +++ b/src/app/practical-info/page.tsx @@ -48,7 +48,7 @@ export default function PracticalInfoPage() { { value: "45min", title: "From Nearest Airport" }, ]} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/summer-landscape-mountains-blue-sky_661209-69.jpg" + imageSrc="http://img.b2bpic.net/free-photo/summer-landscape-mountains-blue-sky_661209-69.jpg?_wi=2" imageAlt="Alpine Calm practical information" mediaAnimation="slide-up" /> -- 2.49.1