From 9d7f5dedd328d0161c002e3f0560a0d294a7d3e3 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 21:01:13 +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 33e18fa..dabd05f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "sparkles-gradient" }} buttons={[ - { text: "Get Free Inspection", href: "contact" }, + { text: "Schedule Service", href: "contact" }, { text: "Explore Products", href: "products" } ]} buttonAnimation="slide-up" @@ -66,7 +66,7 @@ export default function LandingPage() {