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 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