Update src/app/page.tsx

This commit is contained in:
2026-03-23 22:05:41 +00:00
parent 4549ce0de8
commit ffa3de22e8

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