From 2fc5f0955c89bf982f2543aaa6748f6eb285b180 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 05:01:47 +0000 Subject: [PATCH] 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" }}