Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7f9c8829fd | |||
| fc70c92b89 | |||
| 00246f2cf7 | |||
| c684608066 |
@@ -170,6 +170,10 @@ export default function LandingPage() {
|
|||||||
title="Ready to Transform Your Property?"
|
title="Ready to Transform Your Property?"
|
||||||
description="Big or small projects — we deliver top-tier results every time."
|
description="Big or small projects — we deliver top-tier results every time."
|
||||||
buttonText="Request a Quote"
|
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>
|
</div>
|
||||||
|
|
||||||
@@ -198,4 +202,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user