Merge version_1 into main #1
189
src/app/page.tsx
189
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Expertise",
|
||||
id: "expertise",
|
||||
},
|
||||
{
|
||||
name: "Process",
|
||||
id: "process",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Expertise", id: "expertise" },
|
||||
{ name: "Process", id: "process" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="JCL Group"
|
||||
/>
|
||||
@@ -57,37 +45,16 @@ export default function LandingPage() {
|
||||
title="Unlocking Value, Promoting Strategic Land"
|
||||
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",
|
||||
},
|
||||
{
|
||||
text: "Our Expertise",
|
||||
href: "#expertise",
|
||||
},
|
||||
{ text: "Contact Us", href: "#contact" },
|
||||
{ text: "Our Expertise", href: "#expertise" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/scene-construction-site-with-equipment_23-2151317259.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-businessman-with-folded-arms-looking-camera_23-2147955314.jpg",
|
||||
alt: "Portrait of a businessman",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-mature-businessman-using-digital-tablet-caf_23-2147955292.jpg",
|
||||
alt: "Smiling mature businessman",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-woman-office-holding-tablet_23-2148356266.jpg",
|
||||
alt: "Smiley woman at office",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-with-crossed-arms_23-2147955274.jpg",
|
||||
alt: "Portrait of a happy businessman",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-confident-woman-startup-manager-office-posing-with-confidence-looking_1258-195341.jpg",
|
||||
alt: "Portrait of young confident woman",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-businessman-with-folded-arms-looking-camera_23-2147955314.jpg", alt: "Portrait of a businessman" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-mature-businessman-using-digital-tablet-caf_23-2147955292.jpg", alt: "Smiling mature businessman" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiley-woman-office-holding-tablet_23-2148356266.jpg", alt: "Smiley woman at office" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-with-crossed-arms_23-2147955274.jpg", alt: "Portrait of a happy businessman" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-young-confident-woman-startup-manager-office-posing-with-confidence-looking_1258-195341.jpg", alt: "Portrait of young confident woman" },
|
||||
]}
|
||||
avatarText="Trusted by industry experts"
|
||||
/>
|
||||
@@ -111,21 +78,9 @@ export default function LandingPage() {
|
||||
title="Our Full-Service Approach"
|
||||
description="We manage every stage of the promotion process to facilitate successful development outcomes."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Site Identification",
|
||||
content: "Specializing in securing strategic, off-market, greenfield, and underutilised land opportunities.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Planning Strategy",
|
||||
content: "Unlock site development potential through detailed assessments and robust planning strategies.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Facilitation",
|
||||
content: "We manage everything from initial sourcing to securing planning consent and facilitating final land sale.",
|
||||
},
|
||||
{ id: "f1", title: "Site Identification", content: "Specializing in securing strategic, off-market, greenfield, and underutilised land opportunities." },
|
||||
{ id: "f2", title: "Planning Strategy", content: "Unlock site development potential through detailed assessments and robust planning strategies." },
|
||||
{ id: "f3", title: "Facilitation", content: "We manage everything from initial sourcing to securing planning consent and facilitating final land sale." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/you-what-you-think-about-it_329181-15253.jpg"
|
||||
/>
|
||||
@@ -137,24 +92,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
title: "Sites Promoted",
|
||||
value: "50+",
|
||||
icon: Award,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
title: "Acres Unlocked",
|
||||
value: "1200",
|
||||
icon: Building2,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
title: "Partnerships",
|
||||
value: "20+",
|
||||
icon: Users,
|
||||
},
|
||||
{ id: "m1", title: "Sites Promoted", value: "50+", icon: Award },
|
||||
{ id: "m2", title: "Acres Unlocked", value: "1200", icon: Building2 },
|
||||
{ id: "m3", title: "Partnerships", value: "20+", icon: Users },
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="Delivering viable results through sustainable planning."
|
||||
@@ -167,43 +107,14 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "David Smith",
|
||||
role: "Landowner",
|
||||
testimonial: "JCL Group transformed our unused land into a viable development opportunity with ease.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Sarah Jenkins",
|
||||
role: "Developer",
|
||||
testimonial: "Highly professional and results-driven. Their strategic planning is top-tier.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businesswoman-digital-nomad-posing-her-office-wearing-casual-clothes_1258-195343.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Mark Roberts",
|
||||
role: "Planning Consultant",
|
||||
testimonial: "Efficiently navigated complex planning policies to secure a win-win outcome.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-businessman-with-arms-crossed_23-2147985168.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Emma Wilson",
|
||||
role: "Local Authority Rep",
|
||||
testimonial: "Always a pleasure to work with a team that values sustainability and demand.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-writing-notebook_23-2148760507.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "James Lee",
|
||||
role: "Investor",
|
||||
testimonial: "Maximized land value while ensuring viable project delivery. Exceptional work.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-posing-together_23-2149145127.jpg",
|
||||
},
|
||||
{ id: "t1", name: "David Smith", role: "Landowner", testimonial: "JCL Group transformed our unused land into a viable development opportunity with ease.", imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg" },
|
||||
{ id: "t2", name: "Sarah Jenkins", role: "Developer", testimonial: "Highly professional and results-driven. Their strategic planning is top-tier.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businesswoman-digital-nomad-posing-her-office-wearing-casual-clothes_1258-195343.jpg" },
|
||||
{ id: "t3", name: "Mark Roberts", role: "Planning Consultant", testimonial: "Efficiently navigated complex planning policies to secure a win-win outcome.", imageSrc: "http://img.b2bpic.net/free-photo/serious-businessman-with-arms-crossed_23-2147985168.jpg" },
|
||||
{ id: "t4", name: "Emma Wilson", role: "Local Authority Rep", testimonial: "Always a pleasure to work with a team that values sustainability and demand.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-writing-notebook_23-2148760507.jpg" },
|
||||
{ id: "t5", name: "James Lee", role: "Investor", testimonial: "Maximized land value while ensuring viable project delivery. Exceptional work.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-posing-together_23-2149145127.jpg" },
|
||||
]}
|
||||
title="Partners in Development"
|
||||
description="What our clients say about our service."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -212,23 +123,12 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How do you source sites?",
|
||||
content: "We focus on strategic off-market sites, including greenfield and underutilised land opportunities.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you work with landowners?",
|
||||
content: "Yes, we work in close partnership with landowners to maximize their land value.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What stages do you manage?",
|
||||
content: "We manage everything from site identification through to final planning consent and sale.",
|
||||
},
|
||||
{ id: "q1", title: "How do you source sites?", content: "We focus on strategic off-market sites, including greenfield and underutilised land opportunities." },
|
||||
{ id: "q2", title: "Do you work with landowners?", content: "Yes, we work in close partnership with landowners to maximize their land value." },
|
||||
{ id: "q3", title: "What stages do you manage?", content: "We manage everything from site identification through to final planning consent and sale." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Answers to frequently asked questions about our strategic land promotion process."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -236,9 +136,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
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."
|
||||
@@ -250,33 +148,16 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "JCL Group",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Expertise",
|
||||
href: "#expertise",
|
||||
},
|
||||
{
|
||||
label: "Contact: 07949153223",
|
||||
href: "tel:07949153223",
|
||||
},
|
||||
title: "JCL Group", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Expertise", href: "#expertise" },
|
||||
{ label: "Contact: 07949153223", href: "tel:07949153223" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user