1 Commits

Author SHA1 Message Date
5b79e19bfa Update src/app/page.tsx 2026-04-23 11:40:32 +00:00

View File

@@ -125,13 +125,13 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1", value: "500+", title: "Happy Families", description: "Trusted with building their future homes.", icon: Users,
id: "m1", value: "500+", title: "Happy Families", description: "Trusted by 500+ families to build their dream homes.", icon: Users,
},
{
id: "m2", value: "20+", title: "Project Phases", description: "Successfully completed phases.", icon: MapPin,
id: "m2", value: "20+", title: "Project Phases", description: "Successfully completed phases across the region.", icon: MapPin,
},
{
id: "m3", value: "10k+", title: "Acres Developed", description: "Land converted into prime living space.", icon: Building2,
id: "m3", value: "10k+", title: "Acres Developed", description: "Over 10,000 acres transformed into prime living space.", icon: Building2,
},
]}
title="Our Impact"
@@ -180,11 +180,6 @@ export default function LandingPage() {
]}
sideTitle="Frequently Asked Questions"
sideDescription="Everything you need to know about investing in Green City plots."
buttons={[
{
text: "Contact Consultant", href: "#contact"
}
]}
faqsAnimation="slide-up"
/>
</div>