diff --git a/src/app/page.tsx b/src/app/page.tsx index 2dc0226..5e3c4f1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,11 @@ export default function LandingPage() { description="Honest pricing. Expert repairs. Trusted by Chicago drivers for years. We provide quality service at 4635 N Milwaukee Ave." buttons={[ { - text: "Call Now", href: "tel:7737948636"}, + text: "Call Now", onClick: (e) => { + e.stopPropagation(); + window.location.href = "tel:7737948636"; + } + }, { text: "Directions", href: "https://maps.google.com/?q=4635+N+Milwaukee+Ave+Chicago+IL"}, ]}