From e25a9200f302eaa62d0b1e146161c974d1177a3d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 16:50:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 511b94e..7a0fb2b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -251,7 +251,7 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} useInvertedBackground={false} inputPlaceholder="Enter your email" - buttonText="Send Message" + buttonText="Receive Free Quote" termsText="By submitting this form, you agree to our Terms and Conditions and Privacy Policy." ariaLabel="Contact form section" /> -- 2.49.1