From d31949087e33091acb2cdd3ddac22a3a40f6023a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 22:24:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aaaca70..a3e831e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -223,15 +223,9 @@ export default function LandingPage() { } ]} kpiItems={[ - { - id: "1", value: "98%" - }, - { - id: "2", value: "5M+" - }, - { - id: "3", value: "100%" - } + { value: "98%" }, + { value: "5M+" }, + { value: "100%" } ]} title="What Our Clients Say" description="Hear directly from businesses who trust Sheikh Zaman Logistics with their critical freight needs." -- 2.49.1