From 52ea6fcdb5ec47e458476c8a5421670779a552ee Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 08:16:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2630a52..eeeffdc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -267,21 +267,21 @@ export default function LandingPage() { kpiItems={[ { value: "50K+", - description: "Active Users", + title: "Active Users", items: [ "Community of thriving athletes", ], }, { value: "4.9/5", - description: "Average Rating", + title: "Average Rating", items: [ "Consistently high customer satisfaction", ], }, { value: "100%", - description: "Satisfaction", + title: "Satisfaction", items: [ "Guaranteed performance & style", ], -- 2.49.1