Update src/app/properties/page.tsx
This commit is contained in:
@@ -72,12 +72,13 @@ export default function PropertiesPage() {
|
|||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "About", id: "about" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Services", id: "services" },
|
{ name: "About", id: "/#about" },
|
||||||
{ name: "Destinations", id: "destinations" },
|
{ name: "Services", id: "/#services" },
|
||||||
{ name: "Reviews", id: "reviews" },
|
{ name: "Destinations", id: "/#destinations" },
|
||||||
{ name: "Contact", id: "contact" },
|
|
||||||
{ name: "Properties", id: "/properties" },
|
{ name: "Properties", id: "/properties" },
|
||||||
|
{ name: "Reviews", id: "/#reviews" },
|
||||||
|
{ name: "Contact", id: "/#contact" },
|
||||||
{ name: "Booking", id: "/booking" }
|
{ name: "Booking", id: "/booking" }
|
||||||
]}
|
]}
|
||||||
brandName="Luxuria"
|
brandName="Luxuria"
|
||||||
|
|||||||
Reference in New Issue
Block a user