Merge version_2 into main #3
@@ -27,6 +27,7 @@ export default function ContactPage() {
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Luxuria"
|
||||
button={{ text: "Book Now", href: "/contact" }}
|
||||
/>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
|
||||
@@ -27,6 +27,7 @@ export default function FaqPage() {
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Luxuria"
|
||||
button={{ text: "Book Now", href: "/contact" }}
|
||||
/>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
|
||||
@@ -27,6 +27,7 @@ export default function InteractivePage() {
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Luxuria"
|
||||
button={{ text: "Book Now", href: "/contact" }}
|
||||
/>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user