Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -260,6 +260,10 @@ export default function LandingPage() {
|
|||||||
inputPlaceholder="Enter your email for updates"
|
inputPlaceholder="Enter your email for updates"
|
||||||
buttonText="Join HerCalm"
|
buttonText="Join HerCalm"
|
||||||
termsText="By joining, you agree to receive empowering wellness insights from 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>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user