From c958be9914cb6eb6935489e7e11efad9703639ad Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 15:08:05 +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 67da1ef..44f245b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function HvacPage() { ]} avatarText="Trusted by 500+ clients" buttons={[ - { text: "Schedule Service", href: "#contact" }, + { text: "Schedule", href: "#contact" }, { text: "Our Services", href: "#services" }, ]} buttonAnimation="slide-up" -- 2.49.1