From e3ba7b573b05bcddc5ab6b31ee154e4c5de0fdc6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 13:37:24 +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 31c539e..fc00cf3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -116,10 +116,10 @@ export default function LandingPage() { tagIcon={Trophy} tagAnimation="slide-up" metrics={[ - { id: "1", icon: Award, title: "Recognition", value: "15+" }, + { id: "1", icon: Award, title: "Awards & Recognition", value: "15+" }, { id: "2", icon: Target, title: "Goals Met", value: "40+" }, { id: "3", icon: Star, title: "Adventures", value: "50+" }, - { id: "4", icon: Heart, title: "Lives Touched", value: "100+" } + { id: "4", icon: Heart, title: "People Impacted", value: "100+" } ]} textboxLayout="default" animationType="slide-up" -- 2.49.1