Update src/app/properties/page.tsx

This commit is contained in:
2026-06-10 05:01:47 +00:00
parent 2fc5f0955c
commit 8fb5275e97

View File

@@ -77,8 +77,8 @@ export default function PropertiesPage() {
{ name: "Destinations", id: "destinations" }, { name: "Destinations", id: "destinations" },
{ name: "Reviews", id: "reviews" }, { name: "Reviews", id: "reviews" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" },
{ name: "Properties", href: "/properties" }, { name: "Properties", id: "/properties" },
{ name: "Booking", href: "/booking" } { name: "Booking", id: "/booking" }
]} ]}
brandName="Luxuria" brandName="Luxuria"
button={{ text: "Plan Your Trip", href: "/booking" }} button={{ text: "Plan Your Trip", href: "/booking" }}