From 0db08e9039f3f97a74aef08d342cccc1cd4eeeec Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 09:40:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" }, ],