Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -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}
|
||||
@@ -155,13 +155,13 @@ export default function AboutPage() {
|
||||
tagAnimation="none"
|
||||
metrics={[
|
||||
{
|
||||
id: "traders", value: "50K+", title: "Active Traders"},
|
||||
id: "traders", value: "50K+", title: "Active Traders", description: "Join a thriving community across multiple countries"},
|
||||
{
|
||||
id: "trades", value: "100K+", title: "Successful Trades"},
|
||||
id: "trades", value: "100K+", title: "Successful Trades", description: "Secure exchanges completed every month"},
|
||||
{
|
||||
id: "trust", value: "99%", title: "Community Trust Score"},
|
||||
id: "trust", value: "99%", title: "Community Trust Score", description: "Highest ratings from verified traders"},
|
||||
{
|
||||
id: "categories", value: "500+", title: "Item Categories"},
|
||||
id: "categories", value: "500+", title: "Item Categories", description: "Everything from electronics to furniture"},
|
||||
]}
|
||||
animationType="none"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user