Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user