Update src/app/page.tsx

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

View File

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