Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -48,10 +48,10 @@ export default function LandingPage() {
|
||||
background={{ variant: "plain" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-concrete-stairs_400718-31.jpg", imageAlt: "Luxury hotel lobby with elegant interior"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-concrete-stairs_400718-31.jpg?_wi=1", imageAlt: "Luxury hotel lobby with elegant interior"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-embracing-while-wearing-bathrobes-lying-down-bed-hotel-room_637285-7652.jpg", imageAlt: "Deluxe hotel room with city view"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-embracing-while-wearing-bathrobes-lying-down-bed-hotel-room_637285-7652.jpg?_wi=1", imageAlt: "Deluxe hotel room with city view"
|
||||
}
|
||||
]}
|
||||
rating={5}
|
||||
@@ -91,13 +91,13 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "standard", name: "Standard Room", price: "$150/night", variant: "Elegant WiFi & Mini Bar", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-embracing-while-wearing-bathrobes-lying-down-bed-hotel-room_637285-7652.jpg", imageAlt: "Standard room with comfortable bed"
|
||||
id: "standard", name: "Standard Room", price: "$150/night", variant: "Elegant WiFi & Mini Bar", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-embracing-while-wearing-bathrobes-lying-down-bed-hotel-room_637285-7652.jpg?_wi=2", imageAlt: "Standard room with comfortable bed"
|
||||
},
|
||||
{
|
||||
id: "deluxe", name: "Deluxe Room", price: "$250/night", variant: "Spacious City View", imageSrc: "http://img.b2bpic.net/free-photo/fashion-sexy-young-woman-trendy-outfit-posing-sitting-table-with-luxury-food-drink-looking-window-glamour-seductive-female-lingerie-stylish-wear-relaxing-enjoying-rich-lifestyle_132075-9617.jpg", imageAlt: "Deluxe room with premium furnishings"
|
||||
},
|
||||
{
|
||||
id: "suite", name: "Executive Suite", price: "$450/night", variant: "Luxury Living Area & Balcony", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-reading-book-while-spending-relaxing-day-wit-her-husband-wellness-center_637285-7458.jpg", imageAlt: "Executive suite with separate living area"
|
||||
id: "suite", name: "Executive Suite", price: "$450/night", variant: "Luxury Living Area & Balcony", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-reading-book-while-spending-relaxing-day-wit-her-husband-wellness-center_637285-7458.jpg?_wi=1", imageAlt: "Executive suite with separate living area"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -114,7 +114,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Luxury Spa & Wellness", description: "Rejuvenate at our award-winning spa featuring treatments from around the world, sauna, steam room, and fitness center with personal training.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-reading-book-while-spending-relaxing-day-wit-her-husband-wellness-center_637285-7458.jpg", imageAlt: "Luxury spa and wellness center"
|
||||
title: "Luxury Spa & Wellness", description: "Rejuvenate at our award-winning spa featuring treatments from around the world, sauna, steam room, and fitness center with personal training.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-reading-book-while-spending-relaxing-day-wit-her-husband-wellness-center_637285-7458.jpg?_wi=2", imageAlt: "Luxury spa and wellness center"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
@@ -219,7 +219,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photo-concrete-stairs_400718-31.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photo-concrete-stairs_400718-31.jpg?_wi=2"
|
||||
imageAlt="Luxury hotel lobby"
|
||||
logoText="LuxeStay"
|
||||
copyrightText="© 2025 LuxeStay Hotels. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user