From 50a229ee7bb5840dc319a8e35c0be945b1d66ac6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:30:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7255460..be9ab67 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -118,22 +118,23 @@ export default function LandingPage() { tagAnimation="slide-up" metrics={[ { - id: "1", value: "150", title: "Enterprise Clients", description: "Including Fortune 500 companies and innovative startups", icon: Building2 + id: "1", value: "98", title: "Customer Satisfaction", description: "Percent rating from active users worldwide", icon: Star }, { - id: "2", value: "50M", title: "Projects Created", description: "Bringing ideas to life every single day", icon: Zap + id: "2", value: "150", title: "Enterprise Clients", description: "Including Fortune 500 companies and innovative startups", icon: Building2 }, { - id: "3", value: "30", title: "Team Hours Saved", description: "Per project on average through automation", icon: Clock + id: "3", value: "50M", title: "Projects Created", description: "Bringing ideas to life every single day", icon: Zap }, { - id: "4", value: "98", title: "Customer Satisfaction", description: "Percent rating from active users worldwide", icon: Star + id: "4", value: "30", title: "Team Hours Saved", description: "Per project on average through automation", icon: Clock } ]} gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + valueClassName="text-4xl md:text-6xl font-bold" /> -- 2.49.1