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"