Merge version_2 into main #3

Merged
bender merged 4 commits from version_2 into main 2026-04-22 05:59:36 +00:00
4 changed files with 4 additions and 3 deletions

View File

@@ -27,6 +27,7 @@ export default function ContactPage() {
{ name: "Contact", id: "/contact" },
]}
brandName="Luxuria"
button={{ text: "Book Now", href: "/contact" }}
/>
</ReactLenis>
</ThemeProvider>

View File

@@ -27,6 +27,7 @@ export default function FaqPage() {
{ name: "Contact", id: "/contact" },
]}
brandName="Luxuria"
button={{ text: "Book Now", href: "/contact" }}
/>
</ReactLenis>
</ThemeProvider>

View File

@@ -27,6 +27,7 @@ export default function InteractivePage() {
{ name: "Contact", id: "/contact" },
]}
brandName="Luxuria"
button={{ text: "Book Now", href: "/contact" }}
/>
</ReactLenis>
</ThemeProvider>

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>