Update src/app/properties/page.tsx

This commit is contained in:
2026-06-10 05:03:31 +00:00
parent 8852f9970f
commit 684c8478c8

View File

@@ -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"