diff --git a/src/app/page.tsx b/src/app/page.tsx index a37fb64..1d4581a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -273,13 +273,17 @@ export default function HomePage() { 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", description: "Join a thriving community across multiple countries", 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: "Active traders community" + }, { - id: "trades", value: "100K+", title: "Successful Trades", description: "Secure exchanges completed every month"}, + id: "trades", value: "100K+", title: "Successful Trades", description: "Secure exchanges completed every month", 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: "Successful trades completed" + }, { - id: "trust", value: "99%", title: "Community Trust Score", description: "Highest ratings from verified traders"}, + id: "trust", value: "99%", title: "Community Trust Score", description: "Highest ratings from verified 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: "Community trust score" + }, { - id: "categories", value: "500+", title: "Item Categories", description: "Everything from electronics to furniture"}, + id: "categories", value: "500+", title: "Item Categories", description: "Everything from electronics to furniture", 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: "Item categories available" + }, ]} animationType="none" textboxLayout="default"