Update src/app/about/page.tsx
This commit is contained in:
@@ -88,8 +88,8 @@ export default function AboutPage() {
|
||||
description="Traditional exchange suffers from information asymmetry, lack of trust, and difficulty finding fair matches. TradeSphere solves this with intelligent matching, transparent valuations, and secure transaction orchestration that builds real community."
|
||||
tag="Our Mission"
|
||||
tagIcon={Target}
|
||||
tagAnimation="entrance-slide"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173739.jpg?_wi=2"
|
||||
tagAnimation="none"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173739.jpg"
|
||||
imageAlt="Diverse community people sharing trading sustainable goods"
|
||||
mediaAnimation="slide-up"
|
||||
metrics={[
|
||||
@@ -98,7 +98,7 @@ export default function AboutPage() {
|
||||
{ value: "99%", title: "Trust Score" },
|
||||
{ value: "50M+", title: "Items Exchanged" },
|
||||
]}
|
||||
metricsAnimation="entrance-slide"
|
||||
metricsAnimation="none"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -109,13 +109,10 @@ export default function AboutPage() {
|
||||
description="Three powerful technologies working together to make peer-to-peer trading seamless, fair, and secure."
|
||||
tag="Smart Matching"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="none"
|
||||
features={[
|
||||
{
|
||||
title: "Intelligent Matching",
|
||||
description: "Our AI algorithm analyzes thousands of listings to find perfect matches between what you offer and what you seek.",
|
||||
bentoComponent: "orbiting-icons",
|
||||
centerIcon: Search,
|
||||
title: "Intelligent Matching", description: "Our AI algorithm analyzes thousands of listings to find perfect matches between what you offer and what you seek.", bentoComponent: "orbiting-icons", centerIcon: Search,
|
||||
items: [
|
||||
{ icon: User, ring: 1 },
|
||||
{ icon: Package, ring: 1 },
|
||||
@@ -126,39 +123,24 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Fair Value Verification",
|
||||
description: "Real-time market data combined with community expertise ensures both parties agree on fair exchange values.",
|
||||
bentoComponent: "icon-info-cards",
|
||||
items: [
|
||||
title: "Fair Value Verification", description: "Real-time market data combined with community expertise ensures both parties agree on fair exchange values.", bentoComponent: "icon-info-cards", items: [
|
||||
{ icon: TrendingUp, label: "Market Data", value: "Real-time" },
|
||||
{ icon: User, label: "Community", value: "Expert Input" },
|
||||
{ icon: Check, label: "Verified", value: "Fair Price" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Secure Transaction Flow",
|
||||
description: "Multi-step verification, escrow protection, and mutual confirmation keeps everyone safe throughout the exchange.",
|
||||
bentoComponent: "timeline",
|
||||
heading: "Exchange Process",
|
||||
subheading: "Four simple steps to secure trading",
|
||||
items: [
|
||||
title: "Secure Transaction Flow", description: "Multi-step verification, escrow protection, and mutual confirmation keeps everyone safe throughout the exchange.", bentoComponent: "timeline", heading: "Exchange Process", subheading: "Four simple steps to secure trading", items: [
|
||||
{
|
||||
label: "Mutual Verification",
|
||||
detail: "Both parties confirm item condition and authenticity",
|
||||
},
|
||||
label: "Mutual Verification", detail: "Both parties confirm item condition and authenticity"},
|
||||
{
|
||||
label: "Escrow Protection",
|
||||
detail: "Items held securely until both sides approve",
|
||||
},
|
||||
label: "Escrow Protection", detail: "Items held securely until both sides approve"},
|
||||
{
|
||||
label: "Safe Handoff",
|
||||
detail: "Items exchanged with dispute resolution ready",
|
||||
},
|
||||
label: "Safe Handoff", detail: "Items exchanged with dispute resolution ready"},
|
||||
],
|
||||
completedLabel: "Trade Complete",
|
||||
},
|
||||
completedLabel: "Trade Complete"},
|
||||
]}
|
||||
animationType="entrance-slide"
|
||||
animationType="none"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
@@ -170,34 +152,18 @@ export default function AboutPage() {
|
||||
description="A rapidly growing community of traders discovering the power of peer-to-peer exchange without money."
|
||||
tag="Growth"
|
||||
tagIcon={TrendingUp}
|
||||
tagAnimation="entrance-slide"
|
||||
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"},
|
||||
{
|
||||
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"},
|
||||
{
|
||||
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"},
|
||||
{
|
||||
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"},
|
||||
]}
|
||||
animationType="entrance-slide"
|
||||
animationType="none"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user