Merge version_1 into main #1

Merged
bender merged 3 commits from version_1 into main 2026-03-03 19:44:32 +00:00
3 changed files with 11 additions and 11 deletions

View File

@@ -72,21 +72,21 @@ export default function ContactPage() {
id: 1,
title: "Phone",
description: "Call us directly at +41 (0)33 856 80 00 for immediate assistance. Our multilingual concierge team is available 24/7 to answer questions and help with bookings.",
imageSrc: "http://img.b2bpic.net/free-photo/light-through-mountains_395237-33.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/light-through-mountains_395237-33.jpg?_wi=3",
imageAlt: "Contact by phone",
},
{
id: 2,
title: "Email",
description: "Reach us at info@alpinehaven.ch for detailed inquiries, group bookings, or special requests. We respond to all emails within 24 hours during business hours.",
imageSrc: "http://img.b2bpic.net/free-photo/wonderful-landscape-ukrainian-carpathian-mountains_176420-7175.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/wonderful-landscape-ukrainian-carpathian-mountains_176420-7175.jpg?_wi=3",
imageAlt: "Email contact",
},
{
id: 3,
title: "Visit Us",
description: "Alpine Haven, Dorfstrasse 42, 3822 Wilderswil, Switzerland. Nestled in the Bernese Oberland region with direct access to alpine trails and Swiss village charm.",
imageSrc: "http://img.b2bpic.net/free-photo/mesmerizing-view-mountains-covered-snow-sunrise_181624-15487.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mesmerizing-view-mountains-covered-snow-sunrise_181624-15487.jpg?_wi=3",
imageAlt: "Our location",
},
]}

View File

@@ -112,7 +112,7 @@ export default function HomePage() {
id: 1,
title: "Deluxe Mountain Room",
description: "45 m² | North-facing with unobstructed alpine peaks, large windows, natural light throughout the day, minimalist furnishings in warm tones.",
imageSrc: "http://img.b2bpic.net/free-photo/indoor-design-luxury-resort_23-2150497282.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/indoor-design-luxury-resort_23-2150497282.jpg?_wi=1",
imageAlt: "Deluxe mountain room with alpine views",
},
{
@@ -126,7 +126,7 @@ export default function HomePage() {
id: 3,
title: "Classic Alpine Room",
description: "38 m² | Cozy and intimate, partial mountain view, efficient layout perfect for travelers seeking simplicity and elegance.",
imageSrc: "http://img.b2bpic.net/free-photo/indoor-design-luxury-resort_23-2150497282.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/indoor-design-luxury-resort_23-2150497282.jpg?_wi=2",
imageAlt: "Classic alpine room with mountain view",
},
]}
@@ -178,7 +178,7 @@ export default function HomePage() {
value: "Dawn",
title: "Morning Light",
description: "Golden sunlight across the peaks",
imageSrc: "http://img.b2bpic.net/free-photo/light-through-mountains_395237-33.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/light-through-mountains_395237-33.jpg?_wi=1",
imageAlt: "Sunrise in the mountains",
},
{
@@ -186,7 +186,7 @@ export default function HomePage() {
value: "Day",
title: "Alpine Air",
description: "Crisp breeze, endless horizons",
imageSrc: "http://img.b2bpic.net/free-photo/wonderful-landscape-ukrainian-carpathian-mountains_176420-7175.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/wonderful-landscape-ukrainian-carpathian-mountains_176420-7175.jpg?_wi=1",
imageAlt: "Alpine meadow landscape",
},
{
@@ -194,7 +194,7 @@ export default function HomePage() {
value: "Dusk",
title: "Evenings with a View",
description: "Sunsets paint the sky amber and rose",
imageSrc: "http://img.b2bpic.net/free-photo/mesmerizing-view-mountains-covered-snow-sunrise_181624-15487.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mesmerizing-view-mountains-covered-snow-sunrise_181624-15487.jpg?_wi=1",
imageAlt: "Mountain sunset view",
},
]}

View File

@@ -72,21 +72,21 @@ export default function PracticalInfoPage() {
id: 1,
title: "Arrival & Check-in",
description: "Arrive between 3 PM and 7 PM for seamless check-in. Our concierge team welcomes you with complimentary alpine tea and detailed local orientation. Early arrival can be arranged upon request.",
imageSrc: "http://img.b2bpic.net/free-photo/light-through-mountains_395237-33.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/light-through-mountains_395237-33.jpg?_wi=2",
imageAlt: "Alpine Haven entrance",
},
{
id: 2,
title: "Getting Around",
description: "Located just 20 minutes from the nearest alpine railway. Complimentary shuttle service to local hiking trails and village markets available daily. Bicycle rentals and private car services on request.",
imageSrc: "http://img.b2bpic.net/free-photo/wonderful-landscape-ukrainian-carpathian-mountains_176420-7175.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/wonderful-landscape-ukrainian-carpathian-mountains_176420-7175.jpg?_wi=2",
imageAlt: "Mountain roads and access",
},
{
id: 3,
title: "Dining & Amenities",
description: "Our farm-to-table restaurant serves regional Swiss cuisine daily. Room service available 7 AM to 10 PM. Wellness centre with mountain-view spa, fitness studio, and meditation spaces for complete relaxation.",
imageSrc: "http://img.b2bpic.net/free-photo/mesmerizing-view-mountains-covered-snow-sunrise_181624-15487.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mesmerizing-view-mountains-covered-snow-sunrise_181624-15487.jpg?_wi=2",
imageAlt: "Dining and amenities",
},
]}