3 Commits

Author SHA1 Message Date
303c3583c3 Merge version_3 into main
Merge version_3 into main
2026-04-21 17:52:37 +00:00
3058fa902c Update src/app/page.tsx 2026-04-21 17:52:33 +00:00
376e1cea33 Merge version_2 into main
Merge version_2 into main
2026-04-21 17:50:27 +00:00

View File

@@ -139,7 +139,12 @@ export default function LandingPage() {
background={{ variant: "plain" }}
tag="Get in Touch"
title="Start Promoting Your Land"
description="Ready to discuss a site or explore opportunities? Call us on 07949153223 or leave your email to arrange a consultation."
description="Ready to discuss a site or explore opportunities? Please fill out the form below with your details and your land description. We will be in touch shortly."
onSubmit={(email: string) => {
const phone = (document.getElementById('phone-input') as HTMLInputElement)?.value;
const desc = (document.getElementById('desc-input') as HTMLTextAreaElement)?.value;
window.location.href = `tel:07949153223?body=Email: ${email}%0APhone: ${phone}%0ADescription: ${desc}`;
}}
imageSrc="http://img.b2bpic.net/free-photo/website-template-layout-blank-banner-graphic_53876-124526.jpg"
/>
</div>