diff --git a/src/app/chambres/page.tsx b/src/app/chambres/page.tsx index 617a30f..0a0ccb0 100644 --- a/src/app/chambres/page.tsx +++ b/src/app/chambres/page.tsx @@ -51,7 +51,7 @@ export default function RoomsPage() { name: "Chambre Standard", price: "CHF 120-150", 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", }, { @@ -59,7 +59,7 @@ export default function RoomsPage() { name: "Chambre Confort", price: "CHF 150-200", 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", }, { @@ -67,7 +67,7 @@ export default function RoomsPage() { name: "Suite Prestige", price: "CHF 220-280", 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", }, ]}