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" } ]}