From 8ff3541eaddb173e93d6995aee4d3f7f73beda1b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 09:37:31 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 21c7de6..5201863 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1384,4 +1384,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From cdc57a8d322949cf84f7799cdc6dbc8f356cfa69 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 09:37:31 +0000 Subject: [PATCH 2/2] 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 -- 2.49.1