From d6ca76ffe4ae5014f0f81b90ce1eb5cb1c0d5ba6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 21:15:57 +0000 Subject: [PATCH] Update src/app/chambres/page.tsx --- src/app/chambres/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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", }, ]}