From 765d918c2f676f8997d5f91529b1790844277a78 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 14:46:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 65ac9d9..4c9823d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -161,15 +161,15 @@ export default function LandingPage() { ]} kpiItems={[ { - id: "consistency", icon: CheckCircle, + icon: CheckCircle, title: "Improved Consistency", value: "Increased" }, { - id: "speed", icon: Zap, + icon: Zap, title: "Higher Serve Speed", value: "Increased" }, { - id: "injuries", icon: Shield, + icon: Shield, title: "Fewer Injuries", value: "Reduced" } ]} -- 2.49.1