Update src/app/accommodations/page.tsx

This commit is contained in:
2026-03-03 19:22:28 +00:00
parent 7732ef6d3c
commit b046199e69

View File

@@ -33,7 +33,8 @@ export default function AccommodationsPage() {
navItems={navItems}
brandName="Alpine Calm"
button={{
text: "Book Now", href: "/contact"}}
text: "Book Now", href: "/contact"
}}
/>
</div>
@@ -47,11 +48,14 @@ export default function AccommodationsPage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "room-alpine-view", 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?_wi=4", imageAlt: "Alpine View Room with panoramic windows and natural light"},
id: "room-alpine-view", 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?_wi=4", imageAlt: "Alpine View Room with panoramic windows and natural light"
},
{
id: "room-garden", 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?_wi=3", imageAlt: "Garden Room with private terrace and garden access"},
id: "room-garden", 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?_wi=3", imageAlt: "Garden Room with private terrace and garden access"
},
{
id: "apartment-family", 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?_wi=4", imageAlt: "Family Apartment with full kitchen and living area"},
id: "apartment-family", 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?_wi=4", imageAlt: "Family Apartment with full kitchen and living area"
},
]}
/>
</div>