From 58a04e73538e6493b12371107f820a9f550fca0d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 21:07:04 +0000 Subject: [PATCH] Update src/app/chambres/page.tsx --- src/app/chambres/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/chambres/page.tsx b/src/app/chambres/page.tsx index 606409e..4a4ded9 100644 --- a/src/app/chambres/page.tsx +++ b/src/app/chambres/page.tsx @@ -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", }, ]}