diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 49cd81f..ac6db20 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", 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" }, + { value: "50K+", title: "Active Traders" }, + { value: "100K+", title: "Successful Trades" }, + { value: "99%", title: "Trust Score" }, + { value: "50M+", title: "Items Exchanged" }, ]} metricsAnimation="none" useInvertedBackground={false} @@ -155,13 +155,13 @@ export default function AboutPage() { tagAnimation="none" metrics={[ { - id: "traders", value: "50K+", title: "Active Traders", description: "Join a thriving community across multiple countries"}, + 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: "trades", value: "100K+", title: "Successful Trades", description: "Secure exchanges completed every month"}, + 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: "trust", value: "99%", title: "Community Trust Score", description: "Highest ratings from verified traders"}, + 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: "categories", value: "500+", title: "Item Categories", description: "Everything from electronics to furniture"}, + 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"}, ]} animationType="none" textboxLayout="default"