diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9f44c67..b8eb43d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1414,4 +1414,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 50dda8a..3f3d042 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -215,7 +215,7 @@ export default function LandingPage() { useInvertedBackground={false} inputPlaceholder="Enter your email address" buttonText="Subscribe" - termsText="We respect your privacy. Unsubscribe anytime. By subscribing, you agree to our Terms of Service and Privacy Policy." + termsText="We respect your privacy. Unsubscribe anytime." /> @@ -255,4 +255,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}