From f7c2f27b96eda4a31490267358bbc5c04fa257e3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 15:19:16 +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 cfe69fc..a543fa8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -123,7 +123,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/portrait-man-cleaning-his-house_23-2148119208.jpg" mediaAnimation="slide-up" inputPlaceholder="Enter your email for a quote" - buttonText="Request Quote" + buttonText="Get My Free Quote" background={{ variant: "plain" }} useInvertedBackground={false} /> @@ -143,4 +143,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1