From 94ce2f422cd940099f172ae0ec5958a98a170401 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 23:30:21 +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 d9a5003..6362e87 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { ]} enableKpiAnimation={true} tag="Expert HVAC Services" - buttons={[{ text: "Call 617-417-6584 for a Free Quote", href: "tel:617-417-6584" }]} + buttons={[{ text: "Book Your Free Quote", href: "tel:617-417-6584" }]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8T5EyTO6PXxr1zpzM4y6IwMqw/uploaded-1775773760582-mjtsvkmf.jpg?_wi=1" imagePosition="right" mediaAnimation="slide-up" @@ -157,4 +157,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file