diff --git a/src/app/page.tsx b/src/app/page.tsx index 3a6d9df..29cea5f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -123,16 +123,16 @@ export default function LandingPage() { tag="Performance" metrics={[ { - id: "1", value: "150", title: "brands transformed", description: "Enterprise and mid-market organizations elevated", icon: TrendingUp + id: "1", value: "2.8x", title: "average ROI", description: "Client revenue growth following engagement", icon: Zap }, { - id: "2", value: "18", title: "years expertise", description: "In brand strategy and premium design execution", icon: Award + id: "2", value: "150", title: "brands transformed", description: "Enterprise and mid-market organizations elevated", icon: TrendingUp }, { - id: "3", value: "47", title: "design awards", description: "Recognition for strategic excellence and execution", icon: Trophy + id: "3", value: "18", title: "years expertise", description: "In brand strategy and premium design execution", icon: Award }, { - id: "4", value: "2.8x", title: "average ROI", description: "Client revenue growth following engagement", icon: Zap + id: "4", value: "47", title: "design awards", description: "Recognition for strategic excellence and execution", icon: Trophy } ]} gridVariant="uniform-all-items-equal"