Update src/app/page.tsx

This commit is contained in:
2026-06-11 10:55:33 +00:00
parent cad789aa8b
commit eef7252143

View File

@@ -260,6 +260,10 @@ export default function LandingPage() {
inputPlaceholder="Enter your email for updates"
buttonText="Join HerCalm"
termsText="By joining, you agree to receive empowering wellness insights from HerCalm."
onSubmit={(email) => {
console.log("Email submitted:", email);
// Add actual submission logic here, e.g., API call, form reset, etc.
}}
/>
</div>