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"