From 310224ebb5cdd14909698728b7fffac72737f07c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 19:10:40 +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 1129da3..bfcc319 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -197,7 +197,7 @@ export default function LandingPage() { background={{ variant: "rotated-rays-animated-grid" }} useInvertedBackground={false} inputPlaceholder="Enter your email" - buttonText="Get Your Free App Consultation" + buttonText="Get Free 30-Minute Consultation" termsText="We respect your privacy. Your information is secure with us." onSubmit={(email) => console.log(email)} /> -- 2.49.1