Update src/app/page.tsx

This commit is contained in:
2026-03-10 07:47:10 +00:00
parent 55840f8f3e
commit d135ce402c

View File

@@ -270,7 +270,6 @@ export default function Home() {
buttonText="Subscribe"
termsText="We respect your privacy. Unsubscribe anytime."
onSubmit={(email) => console.log("Subscribed:", email)}
centered={true}
/>
</div>