diff --git a/src/app/page.tsx b/src/app/page.tsx index 9f1e91e..3a1baa1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -151,7 +151,7 @@ export default function LandingPage() { tag="Get in Touch" title="Ready to get behind the wheel?" description="Contact our sales team today to start your journey." - buttons={[{ text: "Contact Support", href: "#" }]} + buttons={[{ text: "Contact Support", onClick: () => window.location.href = "mailto:autoshpherecompany@gmail.com" }]} />