Update src/app/page.tsx
This commit is contained in:
@@ -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" },
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user