From dac1596c171eaa92c6cda8d62bdd36a676b8ec8b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 20:15:33 +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 f5e7bfc..1e219ba 100644 --- a/src/app/rooms/page.tsx +++ b/src/app/rooms/page.tsx @@ -78,7 +78,7 @@ export default function RoomsPage() { name: "Single Room", price: "Contact for rates", variant: "1 Guest • WiFi • Private Bath • Comfortable Bed", - imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-2734.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-2734.jpg?_wi=2", imageAlt: "Single room", }, { @@ -86,7 +86,7 @@ export default function RoomsPage() { name: "Double Room", price: "Contact for rates", variant: "2 Guests • WiFi • TV • Parking • Private Bath", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-blanket-decoration-interior-bedroom_74190-12647.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-blanket-decoration-interior-bedroom_74190-12647.jpg?_wi=2", imageAlt: "Double room", }, { @@ -94,7 +94,7 @@ export default function RoomsPage() { name: "Family Room", price: "Contact for rates", variant: "4+ Guests • Kitchen • WiFi • Parking • Spacious", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-friends-hostel_23-2150598856.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-friends-hostel_23-2150598856.jpg?_wi=2", imageAlt: "Family room", }, ]} @@ -121,7 +121,7 @@ export default function RoomsPage() { name: "Twin Beds Room", price: "Contact for rates", variant: "2 Guests • Separate Beds • WiFi • Private Bath", - imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-bedroom-arrangement_23-2149135755.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-bedroom-arrangement_23-2149135755.jpg?_wi=2", imageAlt: "Twin beds room", }, { @@ -129,7 +129,7 @@ export default function RoomsPage() { name: "Suite Room", price: "Contact for rates", variant: "2 Guests • Living Area • WiFi • TV • Parking", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-blanket-decoration-interior-bedroom_74190-12647.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-blanket-decoration-interior-bedroom_74190-12647.jpg?_wi=3", imageAlt: "Suite room", }, { @@ -137,7 +137,7 @@ export default function RoomsPage() { name: "Group Room", price: "Contact for rates", variant: "6+ Guests • Multiple Beds • Kitchen • WiFi • Parking", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-friends-hostel_23-2150598856.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-friends-hostel_23-2150598856.jpg?_wi=3", imageAlt: "Group room", }, ]}