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