From 8f4d3c508ee0eec6c2f569e1161e3ffec6ba5952 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 5 Jun 2026 12:01:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 75dc858..3548b1f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -120,10 +120,10 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", value: "2000+", title: "Members", description: "Our community is rapidly growing, connecting enthusiasts worldwide.", icon: Users, + id: "m1", value: "100+ members", title: "Members", description: "Our community is rapidly growing, connecting enthusiasts worldwide.", icon: Users, }, { - id: "m2", value: "100K+", title: "Messages Daily", description: "Vibrant discussions happening 24/7 across all our channels.", icon: MessageSquare, + id: "m2", value: "50+ messages daily", title: "Messages Daily", description: "Vibrant discussions happening 24/7 across all our channels.", icon: MessageSquare, }, { id: "m3", value: "50+", title: "Weekly Events", description: "From virtual hangouts to real-world meetups, there's always something to do.", icon: Calendar,