From 9a00e0f34d4a686d48a0b0031288b67baa93bdbc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 15:39:01 +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 44c3ffe..1770aaa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -253,7 +253,7 @@ export default function LandingPage() { mediaAnimation="slide-up" mediaPosition="right" inputPlaceholder="Enter your email address" - buttonText="Request Free Quote" + buttonText="Get Your Free Quote" termsText="By requesting a quote, you agree to be contacted about your project. We respect your privacy and will never share your information." onSubmit={handleContactSubmit} /> @@ -268,4 +268,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1