From 6125ffcf34f912189490a917c0fb382a0e851da2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 22:07:02 +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 3075a6d..879c5e5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -237,21 +237,21 @@ export default function LandingPage() { ]} kpiItems={[ { - id: "kpi-1", + title: "5-Star Rating", subtitle: "Average across all platforms", category: "Customer Satisfaction", value: "5.0", }, { - id: "kpi-2", + title: "Years Experience", subtitle: "Serving the local community", category: "Expertise", value: "10+", }, { - id: "kpi-3", + title: "Projects Completed", subtitle: "Fences built and repaired", category: "Impact", -- 2.49.1