Update src/app/page.tsx

This commit is contained in:
2026-03-09 21:10:30 +00:00
parent d9c2460bae
commit 15b43583af

View File

@@ -188,6 +188,7 @@ export default function HomePage() {
termsText="We respect your privacy. Unsubscribe anytime."
onSubmit={(email) => console.log('Newsletter signup:', email)}
centered={false}
useInvertedBackground={false}
/>
</div>