From 813c6ec18ef65c19da2c5b0e74dae79561bc83e8 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 10:17:09 +0000 Subject: [PATCH] Update src/app/rooms-suites/page.tsx --- src/app/rooms-suites/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/rooms-suites/page.tsx b/src/app/rooms-suites/page.tsx index cd60f75..ed25288 100644 --- a/src/app/rooms-suites/page.tsx +++ b/src/app/rooms-suites/page.tsx @@ -49,7 +49,7 @@ export default function RoomsSuitesPage() { id: "1", name: "Deluxe King Room", price: "$129/night", - 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=3", imageAlt: "Deluxe King Room with City View", initialQuantity: 1, }, @@ -57,7 +57,7 @@ export default function RoomsSuitesPage() { id: "2", name: "Executive Suite", price: "$189/night", - 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=4", imageAlt: "Executive Suite with Living Area", initialQuantity: 1, }, @@ -65,7 +65,7 @@ export default function RoomsSuitesPage() { id: "3", name: "Accessible Room", price: "$129/night", - imageSrc: "http://img.b2bpic.net/free-photo/man-wheelchair-having-inclusive-office-job_23-2149571031.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-wheelchair-having-inclusive-office-job_23-2149571031.jpg?_wi=2", imageAlt: "Accessible Guest Room", initialQuantity: 1, },