Update src/app/rooms-suites/page.tsx

This commit is contained in:
2026-03-06 10:17:09 +00:00
parent ace72a0f40
commit 813c6ec18e

View File

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