Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-04-28 17:42:10 +00:00

View File

@@ -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.`;