From 06f6a2bbe963f520be0a1ea24fd53b978a7fd689 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 22:45:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f41d02b..87ad7e4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,32 +33,32 @@ export default function LandingPage() { { name: "Home", id: "home", - href: "#home", + }, { name: "Services", id: "services", - href: "#services", + }, { name: "Why Choose Us", id: "why-choose-us", - href: "#why-choose-us", + }, { name: "Testimonials", id: "testimonials", - href: "#testimonials", + }, { name: "FAQ", id: "faq", - href: "#faq", + }, { name: "Contact", id: "contact", - href: "#contact", + }, ]} brandName="Top Tyres N13" @@ -229,21 +229,21 @@ export default function LandingPage() { ]} kpiItems={[ { - id: "kpi-1", + title: "Years in Service", subtitle: "Trusted local expertise", category: "Experience", value: "10+", }, { - id: "kpi-2", + title: "Happy Customers", subtitle: "Driving satisfaction daily", category: "Satisfaction", value: "5000+", }, { - id: "kpi-3", + title: "Tyres Fitted", subtitle: "Keeping London moving", category: "Volume",