Update src/app/page.tsx

This commit is contained in:
2025-12-31 18:55:39 +00:00
parent 870be77031
commit 8ed302a10f

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
@@ -85,7 +85,7 @@ export default function LandingPage() {
title: "Concierge & Business Center",
content: "Our dedicated concierge team arranges travel, restaurants, and experiences. Fully equipped business center for your professional needs."
}
]
]}
/>
</div>
@@ -117,7 +117,7 @@ export default function LandingPage() {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184721770-arv4645s.jpg",
imageAlt: "Spacious executive suite with separate living area"
}
]
]}
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -181,7 +181,7 @@ export default function LandingPage() {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766320185368-un006460.jpg",
imageAlt: "David and Amanda Foster"
}
]
]}
/>
</div>
@@ -228,7 +228,7 @@ export default function LandingPage() {
title: "Do you have meeting and event spaces?",
content: "Our hotel features multiple elegant venues perfect for conferences, weddings, and corporate events. Contact our events team for customized packages."
}
]
]}
/>
</div>
@@ -261,7 +261,7 @@ export default function LandingPage() {
title: "Do you offer group bookings?",
content: "Absolutely! We offer special rates for groups of 10 or more. Please contact our group sales team for customized packages and pricing."
}
]
]}
/>
</div>
@@ -295,7 +295,7 @@ export default function LandingPage() {
{ label: "Careers", href: "#" }
]
}
]
]}
copyrightText="© 2025 Luxe Hotels. All rights reserved."
/>
</div>