diff --git a/src/app/page.tsx b/src/app/page.tsx
index 89ced69..0808cb8 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,73 +32,33 @@ export default function LandingPage() {
@@ -110,27 +70,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
metrics={[
- {
- id: "m1",
- value: "300+",
- title: "Verified Reviews",
- description: "Highly satisfied tenants and visitors",
- icon: Star,
- },
- {
- id: "m2",
- value: "100%",
- title: "Secure Parking",
- description: "Ample space for staff and customers",
- icon: Shield,
- },
- {
- id: "m3",
- value: "50+",
- title: "Businesses Onsite",
- description: "A diverse commercial ecosystem",
- icon: Building2,
- },
+ { id: "m1", value: "300+", title: "Verified Reviews", description: "Highly satisfied tenants and visitors", icon: Star },
+ { id: "m2", value: "100%", title: "Secure Parking", description: "Ample space for staff and customers", icon: Shield },
+ { id: "m3", value: "50+", title: "Businesses Onsite", description: "A diverse commercial ecosystem", icon: Building2 }
]}
title="Proven Business Environment"
description="Trusted by hundreds of local businesses to provide secure, professional, and accessible commercial space."
@@ -149,52 +91,17 @@ export default function LandingPage() {