From 2f3cee795554ec7cf314ba049409b28a4ba70145 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 23:22:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3b3abb9..487a8d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { background={{ variant: "gradient-bars" }} title="Your Comfort, Our Commitment." description="Expert HVAC maintenance, repair, and installation services by JC Air Solutions LLC. Serving your home with 4.9-star rated reliability." - buttons={[{ text: "Book Service", href: "#contact" }]} + buttons={[{ text: "Get Your Free HVAC Estimate", href: "#contact" }]} imageSrc="http://img.b2bpic.net/free-photo/repairman-installing-condenser-close-up_482257-78541.jpg" imageAlt="Professional HVAC technician servicing a residential unit." mediaAnimation="slide-up" @@ -217,4 +217,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1