From b046199e690e27583575b969af41cc92ff0a72ee Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:22:28 +0000 Subject: [PATCH] Update src/app/accommodations/page.tsx --- src/app/accommodations/page.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/app/accommodations/page.tsx b/src/app/accommodations/page.tsx index f06c4b8..0e64b56 100644 --- a/src/app/accommodations/page.tsx +++ b/src/app/accommodations/page.tsx @@ -33,7 +33,8 @@ export default function AccommodationsPage() { navItems={navItems} brandName="Alpine Calm" button={{ - text: "Book Now", href: "/contact"}} + text: "Book Now", href: "/contact" + }} /> @@ -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 280–380", 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 280–380", 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 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?_wi=3", imageAlt: "Garden Room with private terrace and garden access"}, + id: "room-garden", 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?_wi=3", imageAlt: "Garden Room with private terrace and garden access" + }, { - id: "apartment-family", 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?_wi=4", imageAlt: "Family Apartment with full kitchen and living area"}, + id: "apartment-family", 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?_wi=4", imageAlt: "Family Apartment with full kitchen and living area" + }, ]} />