diff --git a/src/app/page.tsx b/src/app/page.tsx index 6300b80..65ac9d9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -161,11 +161,17 @@ export default function LandingPage() { ]} kpiItems={[ { - description: "Improved Consistency"}, + id: "consistency", icon: CheckCircle, + title: "Improved Consistency", value: "Increased" + }, { - description: "Higher Serve Speed"}, + id: "speed", icon: Zap, + title: "Higher Serve Speed", value: "Increased" + }, { - description: "Fewer Injuries"} + id: "injuries", icon: Shield, + title: "Fewer Injuries", value: "Reduced" + } ]} title="What Our Students Say" description="Real results from players who transformed their serve and their game with our expert, biomechanics-driven coaching."