Merge version_2 into main #4
@@ -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.";
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -198,4 +202,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user