From 1de3d37b3e07d5b2d6f1d7c50356d8e7af203769 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 05:01:47 +0000 Subject: [PATCH] Update src/app/booking/page.tsx --- src/app/booking/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/booking/page.tsx b/src/app/booking/page.tsx index b1150ba..c128d6e 100644 --- a/src/app/booking/page.tsx +++ b/src/app/booking/page.tsx @@ -29,8 +29,8 @@ export default function BookingPage() { { 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" }}