From 4c7aa72fe30cbe1b562f32c2867c36de5f9ff6c7 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 03:24:38 +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 831e2b6..e11b9b9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -200,7 +200,7 @@ export default function HvacPage() { title="Ready to Stay Comfortable Year-Round?" description="Whether you need a new installation, emergency repair, or routine maintenance — our team is ready to help. Call us today or request a free quote." buttons={[ - { text: "Get a Free Quote", href: "#contact" }, + { text: "Request Your Free Quote", href: "#contact" }, { text: "Call (555) 987-6543", href: "tel:5559876543" }, ]} background={{ variant: "plain" }} -- 2.49.1