From a1ec32611bc02500e7c32937996fec6d5efb5dbd Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 22:00:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 10b17cc..32247b4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,7 +33,7 @@ export default function LuxuryTravelAgencyTemplatePage() { { name: "Services", id: "services" }, { name: "Destinations", id: "destinations" }, { name: "Reviews", id: "reviews" }, - { name: "Contact", href: "/contact" }, + { name: "Contact", id: "/contact" }, ]} brandName="Luxuria" button={{ text: "Plan Your Trip", href: "/contact" }}