From 7e6e5637da5683a4e1fe80eeb0983dddb27bb225 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 04:26:22 +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 9306733..b4d845b 100644 --- a/src/app/rooms/page.tsx +++ b/src/app/rooms/page.tsx @@ -42,7 +42,7 @@ export default function RoomsPage() { name: "Deluxe Suite", price: "$299/night", variant: "King Bed • City View", - imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-with-lit-lamp_1203-547.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-with-lit-lamp_1203-547.jpg?_wi=2", imageAlt: "Deluxe suite with king bed and city view", isFavorited: false, }, @@ -51,7 +51,7 @@ export default function RoomsPage() { name: "Presidential Suite", price: "$599/night", variant: "Multiple Beds • Penthouse", - imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-august-12-2016-beautiful-luxury-bedroom-int_1203-2347.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-august-12-2016-beautiful-luxury-bedroom-int_1203-2347.jpg?_wi=2", imageAlt: "Presidential suite with luxury amenities", isFavorited: false, }, @@ -60,7 +60,7 @@ export default function RoomsPage() { name: "Standard Room", price: "$149/night", variant: "Queen Bed • Garden View", - imageSrc: "http://img.b2bpic.net/free-photo/bedroom_74190-3857.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bedroom_74190-3857.jpg?_wi=2", imageAlt: "Standard room with queen bed", isFavorited: false, }, @@ -69,7 +69,7 @@ export default function RoomsPage() { name: "Junior Suite", price: "$249/night", variant: "Double Bed • Partial View", - imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-with-lit-lamp_1203-547.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-with-lit-lamp_1203-547.jpg?_wi=3", imageAlt: "Junior suite with double bed", isFavorited: false, }, @@ -92,7 +92,7 @@ export default function RoomsPage() { name: "Ocean View Rooms", price: "$349/night", variant: "Panoramic Views • Balcony", - imageSrc: "http://img.b2bpic.net/free-photo/umbrella-chair-around-beautiful-luxury-swimming-pool_74190-2034.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/umbrella-chair-around-beautiful-luxury-swimming-pool_74190-2034.jpg?_wi=2", imageAlt: "Ocean view room with balcony", isFavorited: false, }, @@ -110,7 +110,7 @@ export default function RoomsPage() { name: "Accessible Suites", price: "$279/night", variant: "Wheelchair Accessible • Full Service", - imageSrc: "http://img.b2bpic.net/free-photo/bedroom_74190-3857.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bedroom_74190-3857.jpg?_wi=3", imageAlt: "Accessible suite", isFavorited: false, },