Update src/app/page.tsx

This commit is contained in:
2025-12-23 01:15:50 +00:00
parent 929cb9cfab
commit 037baf81b0

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
@@ -26,8 +26,6 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarStyleCentered
logoText="LuxeStay"
brandName="LuxeStay"
navItems={[
{ name: "Home", id: "hero" },
{ name: "Rooms", id: "rooms" },
@@ -39,6 +37,7 @@ export default function LandingPage() {
text: "Book Now",
href: "contact"
}}
brandName="LuxeStay"
/>
</div>