Update src/app/rooms/page.tsx

This commit is contained in:
2026-03-08 12:11:55 +00:00
parent 017c2b712a
commit 10349785a8

View File

@@ -46,14 +46,14 @@ export default function RoomsPage() {
id: "1",
name: "AC Deluxe Room",
price: "From ₹1,400",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bedroom-with-interior-stuff-beige-tones_181624-33128.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bedroom-with-interior-stuff-beige-tones_181624-33128.jpg?_wi=2",
imageAlt: "AC Deluxe Room",
},
{
id: "2",
name: "Non-AC Budget Room",
price: "From ₹1,000",
imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed-with-light-lamp_74190-6066.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed-with-light-lamp_74190-6066.jpg?_wi=2",
imageAlt: "Non-AC Budget Room",
},
]}
@@ -71,7 +71,7 @@ export default function RoomsPage() {
tag="What's Included"
textboxLayout="default"
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-bed-hotel-room-enjoying-healthy-breakfast_23-2148033314.jpg"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-bed-hotel-room-enjoying-healthy-breakfast_23-2148033314.jpg?_wi=3"
imageAlt="Room amenities and features"
mediaAnimation="blur-reveal"
imagePosition="right"
@@ -99,7 +99,7 @@ export default function RoomsPage() {
tag="Easy Booking"
textboxLayout="default"
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/girl-cafe_1157-7247.jpg"
imageSrc="http://img.b2bpic.net/free-photo/girl-cafe_1157-7247.jpg?_wi=2"
imageAlt="Comfortable stay experience"
mediaAnimation="blur-reveal"
imagePosition="left"