Update src/app/chambres/page.tsx

This commit is contained in:
2026-03-02 21:15:57 +00:00
parent f355bfa9d1
commit d6ca76ffe4

View File

@@ -51,7 +51,7 @@ export default function RoomsPage() {
name: "Chambre Standard", name: "Chambre Standard",
price: "CHF 120-150", price: "CHF 120-150",
variant: "Vue lac • Wifi gratuit", variant: "Vue lac • Wifi gratuit",
imageSrc: "http://img.b2bpic.net/free-photo/decorated-interior-christmas-beautiful-christmas-tree-near-modern-expensive-couch-big-clock-with-roman-numbers_132075-11378.jpg", imageSrc: "http://img.b2bpic.net/free-photo/decorated-interior-christmas-beautiful-christmas-tree-near-modern-expensive-couch-big-clock-with-roman-numbers_132075-11378.jpg?_wi=2",
imageAlt: "Chambre standard confortable", imageAlt: "Chambre standard confortable",
}, },
{ {
@@ -59,7 +59,7 @@ export default function RoomsPage() {
name: "Chambre Confort", name: "Chambre Confort",
price: "CHF 150-200", price: "CHF 150-200",
variant: "Balcon • Parking inclus", variant: "Balcon • Parking inclus",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg?_wi=2",
imageAlt: "Chambre confort avec balcon", imageAlt: "Chambre confort avec balcon",
}, },
{ {
@@ -67,7 +67,7 @@ export default function RoomsPage() {
name: "Suite Prestige", name: "Suite Prestige",
price: "CHF 220-280", price: "CHF 220-280",
variant: "Vue panoramique • Spa", variant: "Vue panoramique • Spa",
imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-luxury-resort_53876-138105.jpg", imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-luxury-resort_53876-138105.jpg?_wi=2",
imageAlt: "Suite prestige luxueuse", imageAlt: "Suite prestige luxueuse",
}, },
]} ]}