From d6ff586e20fb6b7a231a886f4954781e38a18cd3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 07:52:25 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index c17ed76..49cd81f 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -93,10 +93,10 @@ export default function AboutPage() { imageAlt="Diverse community people sharing trading sustainable goods" mediaAnimation="slide-up" metrics={[ - { value: "50K+", title: "Active Traders" }, - { value: "100K+", title: "Successful Trades" }, - { value: "99%", title: "Trust Score" }, - { value: "50M+", title: "Items Exchanged" }, + { value: "50K+", title: "Active Traders", description: "Join a thriving community across multiple countries" }, + { value: "100K+", title: "Successful Trades", description: "Secure exchanges completed every month" }, + { value: "99%", title: "Trust Score", description: "Highest ratings from verified traders" }, + { value: "50M+", title: "Items Exchanged", description: "Everything from electronics to furniture" }, ]} metricsAnimation="none" useInvertedBackground={false}