Update src/app/rooms/page.tsx

This commit is contained in:
2026-03-12 04:26:22 +00:00
parent 0fae7c6047
commit 7e6e5637da

View File

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