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" }}