From 0f5131d76b886cbc80ad17c3b82449167937a78a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 14:45:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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." -- 2.49.1