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() {