From 10d95839610b0ce7e761b207e3196db98fa17c4b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 21 May 2026 20:02:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0ed426d..9a26712 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -172,6 +172,12 @@ export default function LandingPage() { background={{ variant: "sparkles-gradient" }} useInvertedBackground={true} 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" /> -- 2.49.1