From 8a82eb20f4e9706496829807b9d4ef23d80683f2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 07:51:50 +0000 Subject: [PATCH] Update src/app/rooms/page.tsx --- src/app/rooms/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/rooms/page.tsx b/src/app/rooms/page.tsx index 528d7bb..17169f9 100644 --- a/src/app/rooms/page.tsx +++ b/src/app/rooms/page.tsx @@ -70,7 +70,7 @@ export default function RoomsPage() { price: "$85/night", rating: 5, reviewCount: "47", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=2", imageAlt: "Deluxe Room", }, { @@ -80,7 +80,7 @@ export default function RoomsPage() { price: "$65/night", rating: 5, reviewCount: "32", - imageSrc: "http://img.b2bpic.net/free-photo/white-pillows-stacked_1203-1329.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/white-pillows-stacked_1203-1329.jpg?_wi=2", imageAlt: "Standard Room", }, { @@ -90,7 +90,7 @@ export default function RoomsPage() { price: "$120/night", rating: 5, reviewCount: "28", - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-carrying-their-baby-sitting-bedroom_23-2147923004.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-carrying-their-baby-sitting-bedroom_23-2147923004.jpg?_wi=2", imageAlt: "Family Suite", }, ]} @@ -110,19 +110,19 @@ export default function RoomsPage() { { title: "Premium Bedding", description: "High-quality linens and ergonomic pillows for a restful night's sleep every evening.", - imageSrc: "http://img.b2bpic.net/free-photo/white-pillows-stacked_1203-1329.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/white-pillows-stacked_1203-1329.jpg?_wi=3", imageAlt: "Premium bedding", }, { title: "Modern Bathroom", description: "Ensuite bathroom with shower, premium toiletries, and heated floors for your convenience.", - imageSrc: "http://img.b2bpic.net/free-photo/plants-pot-with-watering-can_23-2148905227.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plants-pot-with-watering-can_23-2148905227.jpg?_wi=2", imageAlt: "Modern bathroom", }, { title: "Climate Control", description: "Individual air conditioning and heating systems to maintain your ideal room temperature.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-climbing-out-off-hotel-pool_1262-5189.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-climbing-out-off-hotel-pool_1262-5189.jpg?_wi=2", imageAlt: "Climate control", }, ]}