From 0b66a917f4f23f6c2c79e192a4240d8e9b8e0f2e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 22:30:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }]} /> -- 2.49.1