Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-03-16 07:52:29 +00:00
3 changed files with 20 additions and 12 deletions

View File

@@ -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" },
{ value: "100K+", title: "Successful Trades" },
{ value: "99%", title: "Trust Score" },
{ value: "50M+", title: "Items Exchanged" },
{ 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" },
]}
metricsAnimation="none"
useInvertedBackground={false}

View File

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

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"