Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-10 09:37:36 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

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