From ad9842e16cc4bf35b641bc4569e96d9332787111 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 14 Jun 2026 01:57:46 +0000 Subject: [PATCH] Bob AI: Update the final CTA/contact section to make the phone number a click-to-call (t --- src/pages/HomePage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 433a220..11e97d3 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -235,11 +235,11 @@ export default function HomePage() { text="Your system requires the Tonnage standard. Schedule your free consultation now." primaryButton={{ text: "Schedule Free Quote", - href: "#", + href: "mailto:info@tonnagehvac.com", }} secondaryButton={{ text: "Call Now", - href: "tel:5550123456", + href: "tel:+15550123456", }} /> -- 2.49.1