From 364233d19aa7ef7b197308fb78142aea92366ea4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 08:37:51 +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 ac6db20..56b2821 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -155,13 +155,13 @@ export default function AboutPage() { tagAnimation="none" metrics={[ { - id: "traders", value: "50K+", title: "Active Traders", imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-volunteers-charitable-event-handing-out-food-poor-needy-smiles-abound-as-voluntary-individuals-work-together-fight-hunger-provide-support-less-fortunate_482257-68825.jpg", imageAlt: "diverse people exchanging items community trading marketplace"}, + id: "traders", value: "50K+", title: "Active Traders", description: "Active traders on the platform", imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-volunteers-charitable-event-handing-out-food-poor-needy-smiles-abound-as-voluntary-individuals-work-together-fight-hunger-provide-support-less-fortunate_482257-68825.jpg", imageAlt: "diverse people exchanging items community trading marketplace"}, { - id: "trades", value: "100K+", title: "Successful Trades", imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-volunteers-charitable-event-handing-out-food-poor-needy-smiles-abound-as-voluntary-individuals-work-together-fight-hunger-provide-support-less-fortunate_482257-68825.jpg", imageAlt: "diverse people exchanging items community trading marketplace"}, + id: "trades", value: "100K+", title: "Successful Trades", description: "Successful trades completed", imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-volunteers-charitable-event-handing-out-food-poor-needy-smiles-abound-as-voluntary-individuals-work-together-fight-hunger-provide-support-less-fortunate_482257-68825.jpg", imageAlt: "diverse people exchanging items community trading marketplace"}, { - id: "trust", value: "99%", title: "Community Trust Score", imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-volunteers-charitable-event-handing-out-food-poor-needy-smiles-abound-as-voluntary-individuals-work-together-fight-hunger-provide-support-less-fortunate_482257-68825.jpg", imageAlt: "diverse people exchanging items community trading marketplace"}, + id: "trust", value: "99%", title: "Community Trust Score", description: "Community trust and safety score", imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-volunteers-charitable-event-handing-out-food-poor-needy-smiles-abound-as-voluntary-individuals-work-together-fight-hunger-provide-support-less-fortunate_482257-68825.jpg", imageAlt: "diverse people exchanging items community trading marketplace"}, { - id: "categories", value: "500+", title: "Item Categories", imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-volunteers-charitable-event-handing-out-food-poor-needy-smiles-abound-as-voluntary-individuals-work-together-fight-hunger-provide-support-less-fortunate_482257-68825.jpg", imageAlt: "diverse people exchanging items community trading marketplace"}, + id: "categories", value: "500+", title: "Item Categories", description: "Available item categories for trading", imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-volunteers-charitable-event-handing-out-food-poor-needy-smiles-abound-as-voluntary-individuals-work-together-fight-hunger-provide-support-less-fortunate_482257-68825.jpg", imageAlt: "diverse people exchanging items community trading marketplace"}, ]} animationType="none" textboxLayout="default" -- 2.49.1