From 7947dce8680ce4dcf81117d27aed32b6b99d999a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 10:52:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 312 +++++++---------------------------------------- 1 file changed, 45 insertions(+), 267 deletions(-) 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() {
-- 2.49.1