Merge version_3 into main #4
@@ -189,10 +189,12 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
tag="Contact Us"
|
||||
title="Get Your Free Estimate"
|
||||
description="Fill out the form below and we will contact you via email as soon as possible."
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
useInvertedBackground={false}
|
||||
onSubmit={(email) => {
|
||||
console.log("Submitted:", email);
|
||||
window.location.href = `mailto:info@ironcladroofing.com?subject=New%20Estimate%20Request&body=Please%20contact%20me%20at%20${email}%20for%20a%20free%20estimate.`;
|
||||
|
||||
Reference in New Issue
Block a user