Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-05 15:33:44 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1414,4 +1414,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -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."
/>
</div>
@@ -255,4 +255,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}