diff --git a/src/app/properties/page.tsx b/src/app/properties/page.tsx index d2f3118..e0419d3 100644 --- a/src/app/properties/page.tsx +++ b/src/app/properties/page.tsx @@ -77,8 +77,8 @@ export default function PropertiesPage() { { name: "Destinations", id: "destinations" }, { name: "Reviews", id: "reviews" }, { name: "Contact", id: "contact" }, - { name: "Properties", href: "/properties" }, - { name: "Booking", href: "/booking" } + { name: "Properties", id: "/properties" }, + { name: "Booking", id: "/booking" } ]} brandName="Luxuria" button={{ text: "Plan Your Trip", href: "/booking" }}