From e686c8f68439284cb744af53c018fe73e0ebb4e9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 15:36:29 +0000 Subject: [PATCH] Update src/app/rooms/page.tsx --- src/app/rooms/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/rooms/page.tsx b/src/app/rooms/page.tsx index ef15f8a..b701065 100644 --- a/src/app/rooms/page.tsx +++ b/src/app/rooms/page.tsx @@ -53,13 +53,13 @@ export default function RoomsPage() { products={[ { id: "1", brand: "Philia", name: "Standard Room", price: "€80 - €120", rating: 4, - reviewCount: "87", imageSrc: "http://img.b2bpic.net/free-photo/bed-arrangements-still-life_23-2150533023.jpg", imageAlt: "Standard room"}, + reviewCount: "87", imageSrc: "http://img.b2bpic.net/free-photo/bed-arrangements-still-life_23-2150533023.jpg?_wi=2", imageAlt: "Standard room"}, { id: "2", brand: "Philia", name: "Deluxe Room", price: "€120 - €180", rating: 5, - reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_1203-3064.jpg", imageAlt: "Deluxe room"}, + reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_1203-3064.jpg?_wi=3", imageAlt: "Deluxe room"}, { id: "3", brand: "Philia", name: "Executive Suite", price: "€180 - €280", rating: 5, - reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/older-guests-using-videocall-connection_482257-81635.jpg", imageAlt: "Executive suite"}, + reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/older-guests-using-videocall-connection_482257-81635.jpg?_wi=3", imageAlt: "Executive suite"}, ]} /> @@ -78,7 +78,7 @@ export default function RoomsPage() { { value: "Chef-Curated", title: "Mediterranean & International"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/lateral-view-waiter-who-is-serving-dinner-two-pretty-friends-women-elegant-restaurant-with-perfect-view-from-window_8353-10574.jpg" + imageSrc="http://img.b2bpic.net/free-photo/lateral-view-waiter-who-is-serving-dinner-two-pretty-friends-women-elegant-restaurant-with-perfect-view-from-window_8353-10574.jpg?_wi=3" imageAlt="Restaurant dining area" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -105,7 +105,7 @@ export default function RoomsPage() { {/* Footer */}