Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user