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",