From b33844ddcfc145ebf314538d82a1e8dbeecf6850 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 11:39:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 979ba85..08a8176 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -163,16 +163,16 @@ export default function LandingPage() { tagIcon={TrendingUp} metrics={[ { - id: "1", value: "50+", title: "Brand Partners", description: "Trusted by leading global brands", icon: Building2 + id: "1", value: "50", title: "Brand Partners", description: "Trusted by leading global brands", icon: Building2 }, { - id: "2", value: "150+", title: "Projects Delivered", description: "Cinematic productions completed", icon: Film + id: "2", value: "150", title: "Projects Delivered", description: "Cinematic productions completed", icon: Film }, { - id: "3", value: "98%", title: "Client Satisfaction", description: "Consistently exceeding expectations", icon: ThumbsUp + id: "3", value: "98", title: "Client Satisfaction", description: "Consistently exceeding expectations", icon: ThumbsUp }, { - id: "4", value: "2.5B+", title: "Total Views", description: "Combined audience reach", icon: Eye + id: "4", value: "2", title: "Total Views", description: "Combined audience reach", icon: Eye } ]} gridVariant="uniform-all-items-equal"