diff --git a/src/app/page.tsx b/src/app/page.tsx
index 025f9f4..f146fa6 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,14 +30,10 @@ export default function LandingPage() {
@@ -45,23 +41,16 @@ export default function LandingPage() {
@@ -83,12 +72,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
features={[
- {
- title: "Gourmet Kitchen", description: "Authentic regional Swiss cuisine prepared with local organic ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/table-with-food-thanksgiving-day_23-2148632542.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/restaurant-tables-with-cozy-decor_23-2147764388.jpg", buttonText: "Discover Menu"},
- {
- title: "Alpine Spa", description: "Unwind in our sauna and relaxation sanctuary overlooking the mountains.", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-daily-activities-minimal-decorated-room_23-2150407588.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/woman-with-closed-eyes-leaning-her-head-into-pool_181624-31815.jpg", buttonText: "View Spa"},
- {
- title: "Outdoor Escape", description: "Easy access to premium hiking, skiing, and cycling trails year-round.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-house-with-foggy-mountain-panticosa_181624-47854.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/young-hipster-beautiful-couple-hiking-river-forest_285396-2259.jpg", buttonText: "Explore Activities"},
+ { title: "Gourmet Kitchen", description: "Authentic regional Swiss cuisine prepared with local organic ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/table-with-food-thanksgiving-day_23-2148632542.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/restaurant-tables-with-cozy-decor_23-2147764388.jpg", buttonText: "Discover Menu" },
+ { title: "Alpine Spa", description: "Unwind in our sauna and relaxation sanctuary overlooking the mountains.", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-daily-activities-minimal-decorated-room_23-2150407588.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/woman-with-closed-eyes-leaning-her-head-into-pool_181624-31815.jpg", buttonText: "View Spa" },
+ { title: "Outdoor Escape", description: "Easy access to premium hiking, skiing, and cycling trails year-round.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-house-with-foggy-mountain-panticosa_181624-47854.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/young-hipster-beautiful-couple-hiking-river-forest_285396-2259.jpg", buttonText: "Explore Activities" },
]}
title="Beyond Just a Stay"
description="Everything you need to rejuvenate your senses."
@@ -102,25 +88,14 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
- {
- id: "room-1", brand: "Standard", name: "Alpine Classic", price: "CHF 180", rating: 5,
- reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/luxury-hotel-suite-modern-elegance-illuminated-naturally-generated-by-ai_188544-18309.jpg"},
- {
- id: "room-2", brand: "Deluxe", name: "Mountain View Suite", price: "CHF 290", rating: 5,
- reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/cup-relaxation-background-body-female-sunrise_1418-430.jpg"},
- {
- id: "room-3", brand: "Luxury", name: "Historical Post Wing", price: "CHF 350", rating: 5,
- reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/indoor-design-luxury-resort_23-2150497251.jpg"},
- {
- id: "room-4", brand: "Standard", name: "Cozy Attic Room", price: "CHF 160", rating: 4,
- reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/young-person-relaxing-with-hot-coffee_23-2149277279.jpg"},
- {
- id: "room-5", brand: "Economy", name: "Single Nomad Suite", price: "CHF 120", rating: 4,
- reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/cozy-background-with-books-vase-dried-flowers-decorative-cushes_169016-18267.jpg"},
- {
- id: "room-6", brand: "Deluxe", name: "Family Haven Suite", price: "CHF 410", rating: 5,
- reviewCount: "65", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-timber-house-interior-with-wooden-decor-furnishings_23-2151263583.jpg"},
+ { id: "room-1", brand: "Standard", name: "Alpine Classic", price: "CHF 180", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/luxury-hotel-suite-modern-elegance-illuminated-naturally-generated-by-ai_188544-18309.jpg" },
+ { id: "room-2", brand: "Deluxe", name: "Mountain View Suite", price: "CHF 290", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/cup-relaxation-background-body-female-sunrise_1418-430.jpg" },
+ { id: "room-3", brand: "Luxury", name: "Historical Post Wing", price: "CHF 350", rating: 5, reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/indoor-design-luxury-resort_23-2150497251.jpg" },
+ { id: "room-4", brand: "Standard", name: "Cozy Attic Room", price: "CHF 160", rating: 4, reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/young-person-relaxing-with-hot-coffee_23-2149277279.jpg" },
+ { id: "room-5", brand: "Economy", name: "Single Nomad Suite", price: "CHF 120", rating: 4, reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/cozy-background-with-books-vase-dried-flowers-decorative-cushes_169016-18267.jpg" },
+ { id: "room-6", brand: "Deluxe", name: "Family Haven Suite", price: "CHF 410", rating: 5, reviewCount: "65", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-timber-house-interior-with-wooden-decor-furnishings_23-2151263583.jpg" },
]}
+ buttons={[{ text: "Book Now", href: "/booking" }]}
title="Our Accommodations"
description="Find your perfect space for a tranquil night in the mountains."
/>
@@ -132,16 +107,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "1", name: "Hans Mueller", role: "Frequent Traveler", testimonial: "The atmosphere is unmatched, tradition combined with luxury.", imageSrc: "http://img.b2bpic.net/free-photo/view-child-hair-salon_23-2150462484.jpg"},
- {
- id: "2", name: "Claire & Pierre", role: "Couples", testimonial: "Romantic stay, incredible view, and the staff are wonderful.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-men-shaking-hands_23-2149986632.jpg"},
- {
- id: "3", name: "Mark Sterling", role: "CEO", testimonial: "Perfect for business trips when you want tranquility.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-traveler-posing_23-2148357248.jpg"},
- {
- id: "4", name: "Elena Rossi", role: "Explorer", testimonial: "Fantastic hiking base and the breakfast is divine.", imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-sustainable-travel-movement_23-2151049535.jpg"},
- {
- id: "5", name: "Thomas Weber", role: "Hiker", testimonial: "Simply the best hospitality I have experienced in Switzerland.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-looking-his-girlfriend_23-2148243181.jpg"},
+ { id: "1", name: "Hans Mueller", role: "Frequent Traveler", testimonial: "The atmosphere is unmatched, tradition combined with luxury.", imageSrc: "http://img.b2bpic.net/free-photo/view-child-hair-salon_23-2150462484.jpg" },
+ { id: "2", name: "Claire & Pierre", role: "Couples", testimonial: "Romantic stay, incredible view, and the staff are wonderful.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-men-shaking-hands_23-2149986632.jpg" },
+ { id: "3", name: "Mark Sterling", role: "CEO", testimonial: "Perfect for business trips when you want tranquility.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-traveler-posing_23-2148357248.jpg" },
+ { id: "4", name: "Elena Rossi", role: "Explorer", testimonial: "Fantastic hiking base and the breakfast is divine.", imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-sustainable-travel-movement_23-2151049535.jpg" },
+ { id: "5", name: "Thomas Weber", role: "Hiker", testimonial: "Simply the best hospitality I have experienced in Switzerland.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-looking-his-girlfriend_23-2148243181.jpg" },
]}
title="Voices of Our Guests"
description="Don't just take our word for it."
@@ -153,12 +123,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
faqs={[
- {
- id: "f1", title: "Do you offer parking?", content: "Yes, we have private parking available for all our guests."},
- {
- id: "f2", title: "Are pets allowed?", content: "Yes, Alte Post is a pet-friendly establishment."},
- {
- id: "f3", title: "What are check-in times?", content: "Check-in is from 3:00 PM and check-out is by 11:00 AM."},
+ { id: "f1", title: "Do you offer parking?", content: "Yes, we have private parking available for all our guests." },
+ { id: "f2", title: "Are pets allowed?", content: "Yes, Alte Post is a pet-friendly establishment." },
+ { id: "f3", title: "What are check-in times?", content: "Check-in is from 3:00 PM and check-out is by 11:00 AM." },
]}
imageSrc="http://img.b2bpic.net/free-photo/hotel-bellboy-helping-guests-with-bags-carrying-luggage-room-luxury-resort-young-man-working-as-concierge-giving-assistance-people-with-suitcases-arriving-reception_482257-72422.jpg"
mediaAnimation="opacity"
@@ -171,8 +138,7 @@ export default function LandingPage() {