Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| be12e3c541 |
@@ -125,13 +125,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", value: "500+", title: "Happy Families", description: "Trusted by 500+ families to build their dream homes.", icon: Users,
|
||||
id: "m1", value: "500+", title: "Happy Families", description: "Trusted with building their future homes.", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "m2", value: "20+", title: "Project Phases", description: "Successfully completed phases across the region.", icon: MapPin,
|
||||
id: "m2", value: "20+", title: "Project Phases", description: "Successfully completed phases.", icon: MapPin,
|
||||
},
|
||||
{
|
||||
id: "m3", value: "10k+", title: "Acres Developed", description: "Over 10,000 acres transformed into prime living space.", icon: Building2,
|
||||
id: "m3", value: "10k+", title: "Acres Developed", description: "Land converted into prime living space.", icon: Building2,
|
||||
},
|
||||
]}
|
||||
title="Our Impact"
|
||||
@@ -180,6 +180,11 @@ 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>
|
||||
|
||||
Reference in New Issue
Block a user