From b3324d20fedfbcfb33c360192556a935aad5419e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 03:42:48 +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 cc655f5..59b3e90 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -210,8 +210,8 @@ export default function LandingPage() { background={{ variant: "downward-rays-animated-grid" }} useInvertedBackground={false} inputPlaceholder="Enter your email address" - buttonText="Book Free Consultation" - termsText="By booking a consultation, you agree to our Terms and Privacy Policy. We'll contact you within 24 hours." + buttonText="Claim Free Consultation" + termsText="By booking a consultation, you agree to our Terms and Privacy Policy. (Limited spots available). We'll contact you within 24 hours." onSubmit={handleContactSubmit} /> -- 2.49.1