diff --git a/src/app/page.tsx b/src/app/page.tsx index a77df14..125ea88 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }, ],