Update src/app/page.tsx

This commit is contained in:
2026-03-08 09:40:51 +00:00
parent 0f506f181a
commit 0db08e9039

View File

@@ -196,7 +196,7 @@ export default function LandingPage() {
description="Contact our team to discuss how TMAG Global can support your strategic objectives. We provide direct access to senior advisors who understand the complexity of government, defence, and strategic technology challenges."
buttons={[
{ text: "Schedule Strategic Discussion", href: "https://calendly.com/tmag-global/strategic-consultation" },
{ text: "Contact Our Team", href: "mailto:strategic@tmag-global.com" },
{ text: "Contact Our Team", href: "/contact" },
]}
buttonAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
@@ -217,7 +217,7 @@ export default function LandingPage() {
},
{
title: "Connect", items: [
{ label: "Contact", href: "#contact" },
{ label: "Contact", href: "/contact" },
{ label: "Strategic Discussion", href: "https://calendly.com/tmag-global/strategic-consultation" },
{ label: "Email", href: "mailto:strategic@tmag-global.com" },
],