Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b8de0d525f | |||
| 0a30b55c02 | |||
| 7a77bd930d |
@@ -245,6 +245,7 @@ export default function LandingPage() {
|
|||||||
inputPlaceholder="Enter your email"
|
inputPlaceholder="Enter your email"
|
||||||
buttonText="Send Message"
|
buttonText="Send Message"
|
||||||
termsText="By clicking Send Message you're confirming that you agree with our Terms and Conditions."
|
termsText="By clicking Send Message you're confirming that you agree with our Terms and Conditions."
|
||||||
|
onSubmit={(email) => console.log('Contact form submitted with email:', email)}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user