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