From 7f49b368a099aa967269383aef5ba72baa099248 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 15:46:33 +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 bfd5646..3ec046f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { { name: "Mark D.", handle: "@markd", testimonial: "Honest pricing, no gimmicks. My go-to for HVAC.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg?_wi=1", imageAlt: "hvac air conditioning unit home" }, ]} buttons={[ - { text: "Call Now", href: "tel:7723342345" }, + { text: "Call Now", onClick: () => window.location.href = "tel:7723342345" }, { text: "Request Estimate", href: "#contact" }, ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ClRE45Yg9Dl5dkTVWDpchIcGjo/uploaded-1776958632028-j8swsyrr.png" -- 2.49.1