Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0df469e8ad | |||
| aa3c5e038a | |||
| 5fed4ac838 | |||
| 30a144782a |
@@ -208,7 +208,7 @@ export default function LandingPage() {
|
|||||||
inputPlaceholder="Your Name or Email"
|
inputPlaceholder="Your Name or Email"
|
||||||
buttonText="Send Inquiry"
|
buttonText="Send Inquiry"
|
||||||
termsText="By sending an inquiry, you agree to our privacy policy."
|
termsText="By sending an inquiry, you agree to our privacy policy."
|
||||||
onSubmit={() => {}}
|
onSubmit={(email) => console.log("Contact form submitted with email:", email)}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user