4 Commits

Author SHA1 Message Date
0b66a917f4 Update src/app/page.tsx 2026-04-25 22:30:07 +00:00
f44085efdd Merge version_1 into main
Merge version_1 into main
2026-04-25 22:26:57 +00:00
c691605e47 Merge version_1 into main
Merge version_1 into main
2026-04-25 22:26:14 +00:00
319e98a4de Merge version_1 into main
Merge version_1 into main
2026-04-25 22:25:42 +00:00

View File

@@ -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" }]}
/>
</div>