Update src/app/accommodations/page.tsx
This commit is contained in:
@@ -47,11 +47,11 @@ 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", 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", 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", 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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user