From 6056d263ab427a5ee4a5c4b81d1d02f95466e92d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 07:51:46 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 70 +++++++++++------------------------------- 1 file changed, 18 insertions(+), 52 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 15d24cf..c17ed76 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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} /> @@ -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} />