Update src/app/page.tsx

This commit is contained in:
2026-03-23 22:07:21 +00:00
parent 93d4bd5a8e
commit c734b87b1d

View File

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