Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 10d9583961 | |||
| 39457a5368 | |||
| f26bdf2a08 | |||
| 4da9a6550c |
@@ -171,7 +171,13 @@ export default function LandingPage() {
|
|||||||
description="I am accepting new projects. Let's discuss your vision and get started today."
|
description="I am accepting new projects. Let's discuss your vision and get started today."
|
||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
useInvertedBackground={true}
|
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}`}
|
||||||
|
className="py-12 md:py-20 lg:py-24"
|
||||||
|
containerClassName="max-w-7xl mx-auto px-6"
|
||||||
|
contactFormClassName="grid md:grid-cols-2 gap-12 items-center"
|
||||||
|
formClassName="flex flex-col gap-4 bg-white p-8 rounded-2xl shadow-lg"
|
||||||
|
inputClassName="w-full p-4 border border-gray-200 rounded-lg focus:ring-2 focus:ring-primary"
|
||||||
|
buttonClassName="bg-primary text-white font-semibold py-4 rounded-lg hover:opacity-90 transition"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user