From 862af7429d20b8bb5b28b14765beea7348956592 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 04:18:08 +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 d9bcac6..3e10e8e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,13 +102,13 @@ export default function LandingPage() { ]} kpiItems={[ { - title: "Customer Rating", value: "5.0" + id: "kpi-1", icon: Star, description: "Customer Rating", value: "5.0" }, { - title: "Same-Day Service", value: "Available" + id: "kpi-2", icon: Zap, description: "Same-Day Service", value: "Available" }, { - title: "Licensed & Insured", value: "Certified" + id: "kpi-3", icon: ShieldCheck, description: "Licensed & Insured", value: "Certified" } ]} title="Trusted by Your Neighbors" -- 2.49.1