Update src/app/page.tsx

This commit is contained in:
2026-04-22 05:59:32 +00:00
parent 23ee1a1e07
commit 7c082eccd0

View File

@@ -22,14 +22,12 @@ export default function LuxuryTravelAgencyTemplatePage() {
<NavbarLayoutFloatingInline
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/#about" },
{ name: "Services", id: "/#services" },
{ name: "Destinations", id: "/#destinations" },
{ name: "FAQ", id: "/faq" },
{ name: "Interactive", id: "/interactive" },
{ name: "Contact", id: "/contact" },
]}
brandName="Luxuria"
button={{ text: "Book Now", href: "/contact" }}
/>
</ReactLenis>
</ThemeProvider>