From b560bc0c94a998ec9f6659e2acd9a34aba593861 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 17:48:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 189 +++++++++-------------------------------------- 1 file changed, 35 insertions(+), 154 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 98e5dde..c2ce540 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -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" /> @@ -236,9 +136,7 @@ export default function LandingPage() {