Update src/app/about/page.tsx

This commit is contained in:
2026-03-16 07:52:25 +00:00
parent b6e11dd18c
commit d6ff586e20

View File

@@ -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}