From abb60fb29a49ac618688983db6b7950ad0f75460 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 22:20:26 +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 957aa02..aaaca70 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -224,13 +224,13 @@ export default function LandingPage() { ]} kpiItems={[ { - value: "98%", description: "Customer Satisfaction" + id: "1", value: "98%" }, { - value: "5M+", description: "Miles Transported" + id: "2", value: "5M+" }, { - value: "100%", description: "Secure Deliveries" + id: "3", value: "100%" } ]} title="What Our Clients Say"