From c25c67616c3440a20b509d267b4d447bb2bbc6e3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 05:56:43 +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 e145f94..812d675 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { ]} buttons={[ { - text: "Get a Free Quote", href: "#contact"}, + text: "Schedule Your Free Inspection", href: "#contact"}, ]} marqueeItems={[ { @@ -246,4 +246,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1