From 7f9c8829fd194a78c41571c25aaa73e111bb9cf5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 00:09:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c35e275..0aa6f12 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -170,6 +170,10 @@ export default function LandingPage() { title="Ready to Transform Your Property?" description="Big or small projects — we deliver top-tier results every time." buttonText="Request a Quote" + onSubmit={(email) => { + console.log("Submission triggered for:", email); + window.location.href = "mailto:info@imperialproscape.com?subject=Inquiry&body=Hello, I am interested in your services."; + }} /> @@ -198,4 +202,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1