From 22d137c165101e20fd57dd36ce064bc63532bc47 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 22:46:47 +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 5160a9e..87ad7e4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -230,21 +230,21 @@ export default function LandingPage() { kpiItems={[ { - description: "Years in Service", + title: "Years in Service", subtitle: "Trusted local expertise", category: "Experience", value: "10+", }, { - description: "Happy Customers", + title: "Happy Customers", subtitle: "Driving satisfaction daily", category: "Satisfaction", value: "5000+", }, { - description: "Tyres Fitted", + title: "Tyres Fitted", subtitle: "Keeping London moving", category: "Volume", value: "15000+", -- 2.49.1