Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-03-03 19:15:36 +00:00
4 changed files with 19 additions and 19 deletions

View File

@@ -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"
/>

View File

@@ -53,7 +53,7 @@ export default function AccommodationsPage() {
name: "Alpine View Room",
price: "CHF 280380",
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 220300",
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 450650",
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",
},
]}

View File

@@ -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 280380",
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 220300",
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 450650",
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",
},
]}

View File

@@ -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"
/>