diff --git a/src/app/page.tsx b/src/app/page.tsx index 97eba2e..bc9656e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -122,8 +122,8 @@ export default function LandingPage() { description="Measurable results for premium clients." metrics={[ { id: "m1", icon: Users, title: "Audience Reach", value: "1.5M+" }, - { id: "m2", icon: Zap, title: "Content Pieces", value: "500+" }, - { id: "m3", icon: Award, title: "Events Managed", value: "75+" }, + { id: "m2", icon: Zap, title: "Content Pieces", value: "50+" }, + { id: "m3", icon: Award, title: "Events Managed", value: "49+" }, ]} /> @@ -148,7 +148,7 @@ export default function LandingPage() {