From ed1606d96cda6fa0ba069d948bea493671e28685 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 16:02:29 +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 c25de09..74a7a6d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,7 +76,7 @@ export default function LandingPage() { } ]} buttons={[ - { text: "Call Now", href: "tel:+14099888925" }, + { text: "Schedule Repair Today", href: "tel:+14099888925" }, { text: "Learn More", href: "about" } ]} buttonAnimation="slide-up" @@ -213,4 +213,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1