Update src/app/rooms/page.tsx
This commit is contained in:
@@ -54,21 +54,21 @@ export default function RoomsPage() {
|
||||
id: "deluxe",
|
||||
name: "Deluxe Room",
|
||||
price: "PKR 12,000 - 15,000",
|
||||
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 Room with premium furnishings"
|
||||
},
|
||||
{
|
||||
id: "executive",
|
||||
name: "Executive Room",
|
||||
price: "PKR 18,000 - 22,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-sitting-bed-hotel-stylish-evening-dress-sensual-mood-talking-phone-smiling-flirty-looking-sexy_285396-6176.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-sitting-bed-hotel-stylish-evening-dress-sensual-mood-talking-phone-smiling-flirty-looking-sexy_285396-6176.jpg?_wi=2",
|
||||
imageAlt: "Executive Suite with luxury amenities"
|
||||
},
|
||||
{
|
||||
id: "family-suite",
|
||||
name: "Family Suite",
|
||||
price: "PKR 25,000 - 35,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1823.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1823.jpg?_wi=2",
|
||||
imageAlt: "Spacious Family Suite for groups"
|
||||
}
|
||||
]}
|
||||
@@ -93,28 +93,28 @@ export default function RoomsPage() {
|
||||
id: 1,
|
||||
title: "Premium Bedding",
|
||||
description: "Egyptian cotton linens, memory foam pillows, and luxury duvet covers for ultimate comfort",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/teal-velvet-upholstered-bed-luxurious-bedroom-design_632498-24118.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/teal-velvet-upholstered-bed-luxurious-bedroom-design_632498-24118.jpg?_wi=2",
|
||||
imageAlt: "Premium bedding setup"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Modern Bathroom",
|
||||
description: "Marble finishes, rainfall shower, luxury toiletries, and heated towel racks",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clean-bathrobe-bed_1232-3421.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clean-bathrobe-bed_1232-3421.jpg?_wi=1",
|
||||
imageAlt: "Modern luxury bathroom"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Entertainment & Connectivity",
|
||||
description: "Smart TV, high-speed WiFi, streaming services, and modern work desk",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1823.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1823.jpg?_wi=3",
|
||||
imageAlt: "Entertainment systems"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Climate Control",
|
||||
description: "Individual air conditioning, humidity control, and temperature presets for perfect comfort",
|
||||
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: "Climate control technology"
|
||||
}
|
||||
]}
|
||||
@@ -130,7 +130,7 @@ export default function RoomsPage() {
|
||||
mediaAnimation="blur-reveal"
|
||||
background={{ variant: "aurora" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-receptionist-work-elegant-suit_23-2149714420.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-receptionist-work-elegant-suit_23-2149714420.jpg?_wi=2"
|
||||
imageAlt="Hotel booking service"
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Get Started"
|
||||
|
||||
Reference in New Issue
Block a user