From cdc57a8d322949cf84f7799cdc6dbc8f356cfa69 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 09:37:31 +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 2241e22..35dc4e9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -280,7 +280,7 @@ export default function HomePage() { useInvertedBackground={false} inputPlaceholder="Enter your email address" buttonText="Claim Free Trial (No Card)" - termsText="We'll never share your email. Check out our privacy policy and terms of service." + termsText="We respect your privacy. Unsubscribe anytime." ariaLabel="Contact and signup section" /> @@ -359,4 +359,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file