Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-25 22:30:11 +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>