Update src/app/about/page.tsx

This commit is contained in:
2026-03-16 08:37:51 +00:00
parent ff274b2dc5
commit 364233d19a

View File

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