From c734b87b1ddb30d37eb69ea4dd2fec1fec4960a3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 22:07:21 +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 30512bc..967dd9c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,7 @@ export default function LuxuryTravelAgencyTemplatePage() { { name: "Destinations", id: "destinations" }, { name: "Blog", id: "blog" }, { name: "Reviews", id: "reviews" }, - { name: "Contact", href: "/contact" }, + { name: "Contact", id: "/contact" }, ]} brandName="Maritime Solutions" button={{ text: "Connect With Us", href: "/contact" }}