From 88f5d208e4cdd6a49148c8b544b7ad8572da2b98 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 12:16:54 +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 90dc046..3c02a02 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -198,19 +198,19 @@ export default function LandingPage() { ]} kpiItems={[ { - id: "stars", + value: "4.9/5", title: "Average Rating", description: "Across thousands of reviews", }, { - id: "satisfaction", + value: "95%", title: "User Satisfaction", description: "High engagement & loyalty", }, { - id: "growth", + value: "20%", title: "Monthly Growth", description: "Our community is expanding", -- 2.49.1