Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f26bdf2a08 | |||
| 4da9a6550c |
@@ -171,7 +171,7 @@ export default function LandingPage() {
|
||||
description="I am accepting new projects. Let's discuss your vision and get started today."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={true}
|
||||
onSubmit={(email) => console.log(email)}
|
||||
onSubmit={(email) => window.location.href = `mailto:mhautomation.service@gmail.com?subject=Inquiry from ${email}&body=New project inquiry from: ${email}`}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user