From 1de3d37b3e07d5b2d6f1d7c50356d8e7af203769 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 05:01:47 +0000 Subject: [PATCH 1/3] 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" }} -- 2.49.1 From 2fc5f0955c89bf982f2543aaa6748f6eb285b180 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 05:01:47 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c338ab1..0cc3ff8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,8 +35,8 @@ export default function LuxuryTravelAgencyTemplatePage() { { 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: "#contact" }} -- 2.49.1 From 8fb5275e975501485d614beced4a194c0c6f61ff Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 05:01:47 +0000 Subject: [PATCH 3/3] Update src/app/properties/page.tsx --- src/app/properties/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" }} -- 2.49.1