diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2713200..2cbb701 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -189,10 +189,12 @@ export default function LandingPage() {
{
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.`;