Update src/app/rooms/page.tsx

This commit is contained in:
2026-03-09 20:15:33 +00:00
parent f4818b6cb0
commit dac1596c17

View File

@@ -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",
},
]}