From 4d393eb4a2b6879891670d5268409af39d338be5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 21:26:17 +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 1ac6030..d3be648 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -196,13 +196,13 @@ export default function LandingPage() { ]} kpiItems={[ { - value: "10,000+", title: "Verified Authentic Items", description: "Ensuring genuine products for peace of mind." + value: "10,000+", description: "Ensuring genuine products for peace of mind." }, { - value: "4.9/5", title: "Customer Satisfaction", description: "Rated excellent across thousands of reviews." + value: "4.9/5", description: "Rated excellent across thousands of reviews." }, { - value: "1M+", title: "Community Members", description: "Join a global network of style and sports enthusiasts." + value: "1M+", description: "Join a global network of style and sports enthusiasts." } ]} title="Hear From Our Valued Community" -- 2.49.1