diff --git a/src/app/how-it-works/page.tsx b/src/app/how-it-works/page.tsx index c3f0ca3..d2bd34a 100644 --- a/src/app/how-it-works/page.tsx +++ b/src/app/how-it-works/page.tsx @@ -132,13 +132,17 @@ export default function HowItWorksPage() { tagAnimation="none" metrics={[ { - id: "speed", value: "3-7", title: "Days to Complete Trade", description: "Fast, streamlined process from match to completion with mutual confirmation"}, + id: "speed", value: "3-7", title: "Days to Complete Trade", description: "Fast, streamlined process from match to completion with mutual confirmation", 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: "Fast trading process completion" + }, { - id: "escrow", value: "100%", title: "Escrow Protection", description: "Your items are held safely by TradeSphere until both parties confirm receipt"}, + id: "escrow", value: "100%", title: "Escrow Protection", description: "Your items are held safely by TradeSphere until both parties confirm receipt", 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: "Secure escrow protection system" + }, { - id: "verification", value: "Multi-Step", title: "Verification System", description: "Identity checks, condition verification, and rating history all transparent"}, + id: "verification", value: "Multi-Step", title: "Verification System", description: "Identity checks, condition verification, and rating history all transparent", 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: "Multi-step verification process" + }, { - id: "disputes", value: "Fair", title: "Dispute Resolution", description: "Impartial review of evidence from both parties with community consensus"}, + id: "disputes", value: "Fair", title: "Dispute Resolution", description: "Impartial review of evidence from both parties with community consensus", 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: "Fair dispute resolution system" + }, ]} animationType="none" textboxLayout="default"