Update src/app/rooms/page.tsx

This commit is contained in:
2026-03-19 03:53:50 +00:00
parent 07ccbc8fbc
commit 14f90ab127

View File

@@ -75,28 +75,28 @@ export default function RoomsPage() {
id: "deluxe-room",
name: "Deluxe Ocean View Suite",
price: "$299/night",
imageSrc: "http://img.b2bpic.net/free-photo/white-comfortable-pillow-blanket-bed-with-light-lamp_74190-12078.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/white-comfortable-pillow-blanket-bed-with-light-lamp_74190-12078.jpg?_wi=2",
imageAlt: "Luxurious Deluxe Ocean View Suite with Modern Furnishings",
},
{
id: "presidential-suite",
name: "Presidential Suite",
price: "$599/night",
imageSrc: "http://img.b2bpic.net/free-photo/wide-view-dining-hall-classic-design_114579-2224.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/wide-view-dining-hall-classic-design_114579-2224.jpg?_wi=2",
imageAlt: "Exclusive Presidential Suite with Premium Amenities",
},
{
id: "garden-villa",
name: "Garden Villa",
price: "$449/night",
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool_1203-3569.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool_1203-3569.jpg?_wi=2",
imageAlt: "Private Garden Villa with Spectacular Outdoor Space",
},
{
id: "standard-room",
name: "Classic Room",
price: "$199/night",
imageSrc: "http://img.b2bpic.net/free-photo/white-comfortable-pillow-blanket-bed-with-light-lamp_74190-12078.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/white-comfortable-pillow-blanket-bed-with-light-lamp_74190-12078.jpg?_wi=3",
imageAlt: "Comfortable Classic Room with Modern Decor",
},
]}