From 3945b016da5c22139722d50feb35ae0002c4b260 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 08:15:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 26e9161..2630a52 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,27 +32,27 @@ export default function LandingPage() { { name: "Products", id: "products", - href: "#products", + }, { name: "Features", id: "features", - href: "#features", + }, { name: "About", id: "about", - href: "#about", + }, { name: "Testimonials", id: "testimonials", - href: "#testimonials", + }, { name: "FAQ", id: "faq", - href: "#faq", + }, ]} brandName="VelocityFit" @@ -267,21 +267,21 @@ export default function LandingPage() { kpiItems={[ { value: "50K+", - title: "Active Users", + description: "Active Users", items: [ "Community of thriving athletes", ], }, { value: "4.9/5", - title: "Average Rating", + description: "Average Rating", items: [ "Consistently high customer satisfaction", ], }, { value: "100%", - title: "Satisfaction", + description: "Satisfaction", items: [ "Guaranteed performance & style", ], -- 2.49.1