Update src/app/rooms/page.tsx
This commit is contained in:
@@ -53,42 +53,42 @@ export default function RoomsPage() {
|
||||
id: "1",
|
||||
name: "Standard Rooms",
|
||||
price: "From ₹2,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-blanket-decoration-interior-bedroom_74190-12596.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-blanket-decoration-interior-bedroom_74190-12596.jpg?_wi=2",
|
||||
imageAlt: "hotel standard room bed furniture",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Deluxe Rooms",
|
||||
price: "From ₹3,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-women-wake-up-from-sleep-are-stretch-herself-morning-weekend-sit-bed-luxury-room-relax-weekend-concept_1253-1031.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-women-wake-up-from-sleep-are-stretch-herself-morning-weekend-sit-bed-luxury-room-relax-weekend-concept_1253-1031.jpg?_wi=2",
|
||||
imageAlt: "deluxe hotel room premium space",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Premium Suites",
|
||||
price: "From ₹5,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/latin-amateurs-dancing-salsa_23-2151245239.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/latin-amateurs-dancing-salsa_23-2151245239.jpg?_wi=2",
|
||||
imageAlt: "hotel premium suite living area",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Executive Suites",
|
||||
price: "From ₹7,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-blanket-decoration-interior-bedroom_74190-12596.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-blanket-decoration-interior-bedroom_74190-12596.jpg?_wi=3",
|
||||
imageAlt: "hotel executive suite",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Family Rooms",
|
||||
price: "From ₹4,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-women-wake-up-from-sleep-are-stretch-herself-morning-weekend-sit-bed-luxury-room-relax-weekend-concept_1253-1031.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-women-wake-up-from-sleep-are-stretch-herself-morning-weekend-sit-bed-luxury-room-relax-weekend-concept_1253-1031.jpg?_wi=3",
|
||||
imageAlt: "hotel family room spacious",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Honeymoon Suites",
|
||||
price: "From ₹6,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/latin-amateurs-dancing-salsa_23-2151245239.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/latin-amateurs-dancing-salsa_23-2151245239.jpg?_wi=3",
|
||||
imageAlt: "hotel honeymoon suite romantic",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user