Update src/app/accommodations/page.tsx

This commit is contained in:
2026-03-03 19:15:29 +00:00
parent 1c98b34947
commit b2caaf3a58

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",
},
]}