Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 303c3583c3 | |||
| 3058fa902c | |||
| 376e1cea33 | |||
| abf57789c7 | |||
| 94936927b8 |
@@ -42,7 +42,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlay
|
||||
title="Unlocking Value, Promoting Strategic Land"
|
||||
title="Maximize Your Land Potential: Strategic Promotion & Planning Expertise"
|
||||
description="JCL Group specializes in identifying, securing, and maximizing the potential of strategic land sites. We handle the full promotion process to deliver sustainable growth."
|
||||
buttons={[
|
||||
{ text: "Contact Us", href: "#contact" },
|
||||
@@ -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>
|
||||
@@ -168,4 +173,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user