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