Update src/app/chambres/page.tsx
This commit is contained in:
@@ -47,11 +47,11 @@ export default function ChambresPage() {
|
||||
background={{ variant: "plain" }}
|
||||
mediaItems={[
|
||||
{
|
||||
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 élégante",
|
||||
},
|
||||
{
|
||||
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 avec vue",
|
||||
},
|
||||
]}
|
||||
@@ -80,7 +80,7 @@ export default function ChambresPage() {
|
||||
name: "Chambre Standard",
|
||||
price: "CHF 120-150",
|
||||
variant: "Vue lac • Wifi gratuit • Salle de bain",
|
||||
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 chaleureuse",
|
||||
},
|
||||
{
|
||||
@@ -88,7 +88,7 @@ export default function ChambresPage() {
|
||||
name: "Chambre Confort",
|
||||
price: "CHF 150-200",
|
||||
variant: "Balcon privatif • Parking inclus • Minibar",
|
||||
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=3",
|
||||
imageAlt: "Chambre confort avec balcon",
|
||||
},
|
||||
{
|
||||
@@ -96,7 +96,7 @@ export default function ChambresPage() {
|
||||
name: "Suite Prestige",
|
||||
price: "CHF 220-280",
|
||||
variant: "Vue panoramique • Spa • Salon séparé",
|
||||
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=3",
|
||||
imageAlt: "Suite prestige luxueuse",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user