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