Update src/app/page.tsx

This commit is contained in:
2026-03-10 09:37:31 +00:00
parent 8ff3541ead
commit cdc57a8d32

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>
);
}
}