diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index cbf7b9b..bbed191 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -1,19 +1,61 @@
"use client";
-import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
-import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
-import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen";
-import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
-import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
import Link from "next/link";
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
+import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
+import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
-export default function AboutPage() {
+const AboutPage = () => {
const navItems = [
{ name: "How It Works", id: "how-it-works" },
{ name: "Features", id: "features" },
{ name: "Pricing", id: "pricing" },
{ name: "About", id: "about" },
- { name: "FAQ", id: "faq" },
+ { name: "FAQ", id: "faq" }
+ ];
+
+ const footerColumns = [
+ {
+ title: "Product", items: [
+ { label: "How It Works", href: "#how-it-works" },
+ { label: "Available Markets", href: "/markets" },
+ { label: "Pricing", href: "#pricing" },
+ { label: "Trading Dashboard", href: "https://app.lendcapital.com/dashboard" }
+ ]
+ },
+ {
+ title: "Company", items: [
+ { label: "About Us", href: "/about" },
+ { label: "Blog", href: "/blog" },
+ { label: "Careers", href: "/careers" },
+ { label: "Contact", href: "/contact" }
+ ]
+ },
+ {
+ title: "Resources", items: [
+ { label: "Documentation", href: "/docs" },
+ { label: "API Reference", href: "/api" },
+ { label: "FAQ", href: "#faq" },
+ { label: "Security", href: "/security" }
+ ]
+ },
+ {
+ title: "Legal", items: [
+ { label: "Privacy Policy", href: "/privacy" },
+ { label: "Terms of Service", href: "/terms" },
+ { label: "Risk Disclosure", href: "/risk-disclosure" },
+ { label: "Compliance", href: "/compliance" }
+ ]
+ },
+ {
+ title: "Social", items: [
+ { label: "Twitter", href: "https://twitter.com/lendcapital" },
+ { label: "LinkedIn", href: "https://linkedin.com/company/lendcapital" },
+ { label: "Discord", href: "https://discord.gg/lendcapital" },
+ { label: "GitHub", href: "https://github.com/lendcapital" }
+ ]
+ }
];
return (
@@ -34,76 +76,25 @@ export default function AboutPage() {
brandName="LendCapital"
navItems={navItems}
button={{
- text: "Start Trading",
- href: "https://app.lendcapital.com/signup",
+ text: "Start Trading", href: "https://app.lendcapital.com/signup"
}}
/>
-
+
+
+
+
+
-
+
@@ -271,28 +235,10 @@ export default function HomePage() {
title="Trusted by Hundreds of Professional Traders"
tag="Platform Metrics"
metrics={[
- {
- id: "1",
- value: "$250M+",
- description:
- "Total trading capital deployed across our platform since inception",
- },
- {
- id: "2",
- value: "3,500+",
- description: "Active traders managing their capital through our platform",
- },
- {
- id: "3",
- value: "98%",
- description: "Average collateral retention rate on active accounts",
- },
- {
- id: "4",
- value: "14%",
- description:
- "Average annual returns for profitable traders on our platform",
- },
+ { id: "1", value: "$250M+", description: "Total trading capital deployed across our platform since inception" },
+ { id: "2", value: "3,500+", description: "Active traders managing their capital through our platform" },
+ { id: "3", value: "98%", description: "Average collateral retention rate on active accounts" },
+ { id: "4", value: "14%", description: "Average annual returns for profitable traders on our platform" }
]}
useInvertedBackground={false}
metricsAnimation="slide-up"
@@ -308,95 +254,23 @@ export default function HomePage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Marcus Chen, Day Trader",
- date: "Date: January 2025",
- title: "Game-Changing Access to Capital",
- quote:
- "Before LendCapital, I was limited by my personal capital. Now I can execute strategies that require scale. Their collateral management is transparent and the profit-sharing model is genuinely fair. I've increased my returns 3x since joining.",
- tag: "Professional Trader",
- avatarSrc:
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcEjKi0rjKl1F2EXmNDAjHXq3W/professional-portrait-photo-of-a-success-1772883706846-6c89ff98.png",
- imageSrc:
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcEjKi0rjKl1F2EXmNDAjHXq3W/a-modern-fintech-trading-dashboard-with--1772883710348-83ab50dc.png?_wi=2",
- imageAlt: "Trading dashboard interface",
- avatarAlt: "Marcus Chen",
+ id: "1", name: "Marcus Chen, Day Trader", date: "Date: January 2025", title: "Game-Changing Access to Capital", quote: "Before LendCapital, I was limited by my personal capital. Now I can execute strategies that require scale. Their collateral management is transparent and the profit-sharing model is genuinely fair. I've increased my returns 3x since joining.", tag: "Professional Trader", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcEjKi0rjKl1F2EXmNDAjHXq3W/professional-portrait-photo-of-a-success-1772883706846-6c89ff98.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcEjKi0rjKl1F2EXmNDAjHXq3W/a-modern-fintech-trading-dashboard-with--1772883710348-83ab50dc.png", imageAlt: "Trading dashboard interface"
},
{
- id: "2",
- name: "Sarah Williams, Crypto Strategist",
- date: "Date: January 2025",
- title: "Trust the Process, Trust the Platform",
- quote:
- "I was skeptical about profit-sharing models, but LendCapital's transparency won me over. Every fee is explained, every trade is tracked, and my collateral is always visible. That's institutional-grade professionalism applied to trading.",
- tag: "Institutional Trader",
- avatarSrc:
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcEjKi0rjKl1F2EXmNDAjHXq3W/professional-portrait-photo-of-a-success-1772883706881-2b48b6b1.png",
- imageSrc:
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcEjKi0rjKl1F2EXmNDAjHXq3W/abstract-illustration-of-secure-financia-1772883707096-de3ee782.png?_wi=4",
- imageAlt: "Security infrastructure",
- avatarAlt: "Sarah Williams",
+ id: "2", name: "Sarah Williams, Crypto Strategist", date: "Date: January 2025", title: "Trust the Process, Trust the Platform", quote: "I was skeptical about profit-sharing models, but LendCapital's transparency won me over. Every fee is explained, every trade is tracked, and my collateral is always visible. That's institutional-grade professionalism applied to trading.", tag: "Institutional Trader", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcEjKi0rjKl1F2EXmNDAjHXq3W/professional-portrait-photo-of-a-success-1772883706881-2b48b6b1.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcEjKi0rjKl1F2EXmNDAjHXq3W/abstract-illustration-of-secure-financia-1772883707096-de3ee782.png", imageAlt: "Security infrastructure"
},
{
- id: "3",
- name: "David Thompson, Fund Manager",
- date: "Date: December 2024",
- title: "Superior Risk Management",
- quote:
- "The automated collateral monitoring and risk controls impressed me immediately. LendCapital has built something institutional traders respect: a platform that protects everyone through smart design, not just wishful thinking.",
- tag: "Fund Manager",
- avatarSrc:
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcEjKi0rjKl1F2EXmNDAjHXq3W/professional-portrait-of-an-experienced--1772883706409-a65f1393.png",
- imageSrc:
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcEjKi0rjKl1F2EXmNDAjHXq3W/illustration-of-secure-collateral-custod-1772883707319-e35d8d0f.png?_wi=2",
- imageAlt: "Collateral protection system",
- avatarAlt: "David Thompson",
+ id: "3", name: "David Thompson, Fund Manager", date: "Date: December 2024", title: "Superior Risk Management", quote: "The automated collateral monitoring and risk controls impressed me immediately. LendCapital has built something institutional traders respect: a platform that protects everyone through smart design, not just wishful thinking.", tag: "Fund Manager", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcEjKi0rjKl1F2EXmNDAjHXq3W/professional-portrait-of-an-experienced--1772883706409-a65f1393.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcEjKi0rjKl1F2EXmNDAjHXq3W/illustration-of-secure-collateral-custod-1772883707319-e35d8d0f.png", imageAlt: "Collateral protection system"
},
{
- id: "4",
- name: "Priya Patel, Options Trader",
- date: "Date: December 2024",
- title: "Exactly What Serious Traders Need",
- quote:
- "LendCapital gives me the tools, capital, and peace of mind to focus on what I do best: trading. The platform handles the complexity, I handle the strategy. It's a partnership, not a transaction.",
- tag: "Options Specialist",
- avatarSrc:
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcEjKi0rjKl1F2EXmNDAjHXq3W/professional-portrait-of-a-diverse-femal-1772883706683-f3d69f27.png",
- imageSrc:
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcEjKi0rjKl1F2EXmNDAjHXq3W/illustration-of-active-trading-execution-1772883707779-350d92a3.png?_wi=2",
- imageAlt: "Trading execution",
- avatarAlt: "Priya Patel",
+ id: "4", name: "Priya Patel, Options Trader", date: "Date: December 2024", title: "Exactly What Serious Traders Need", quote: "LendCapital gives me the tools, capital, and peace of mind to focus on what I do best: trading. The platform handles the complexity, I handle the strategy. It's a partnership, not a transaction.", tag: "Options Specialist", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcEjKi0rjKl1F2EXmNDAjHXq3W/professional-portrait-of-a-diverse-femal-1772883706683-f3d69f27.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcEjKi0rjKl1F2EXmNDAjHXq3W/illustration-of-active-trading-execution-1772883707779-350d92a3.png", imageAlt: "Trading execution"
},
{
- id: "5",
- name: "James Rodriguez, Swing Trader",
- date: "Date: November 2024",
- title: "Finally, a Lender That Gets It",
- quote:
- "Most lending platforms feel adversarial. LendCapital aligned their incentives with mine. When I win, we both win. When I lose, they don't punish me—they just apply standard fees. That mutual respect changed everything for me.",
- tag: "Swing Trader",
- avatarSrc:
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcEjKi0rjKl1F2EXmNDAjHXq3W/professional-portrait-of-a-male-entrepre-1772883707020-b6489133.png",
- imageSrc:
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcEjKi0rjKl1F2EXmNDAjHXq3W/a-modern-fintech-trading-dashboard-with--1772883710348-83ab50dc.png?_wi=3",
- imageAlt: "Dashboard monitoring",
- avatarAlt: "James Rodriguez",
+ id: "5", name: "James Rodriguez, Swing Trader", date: "Date: November 2024", title: "Finally, a Lender That Gets It", quote: "Most lending platforms feel adversarial. LendCapital aligned their incentives with mine. When I win, we both win. When I lose, they don't punish me—they just apply standard fees. That mutual respect changed everything for me.", tag: "Swing Trader", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcEjKi0rjKl1F2EXmNDAjHXq3W/professional-portrait-of-a-male-entrepre-1772883707020-b6489133.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcEjKi0rjKl1F2EXmNDAjHXq3W/a-modern-fintech-trading-dashboard-with--1772883710348-83ab50dc.png", imageAlt: "Dashboard monitoring"
},
{
- id: "6",
- name: "Emma Zhao, Quantitative Analyst",
- date: "Date: November 2024",
- title: "The Data Tells the Story",
- quote:
- "I analyzed LendCapital's economics model mathematically. The profit-sharing structure is elegant and fair. Their security infrastructure is robust. From a quant perspective, this is how modern fintech should be built.",
- tag: "Quantitative Analyst",
- avatarSrc:
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcEjKi0rjKl1F2EXmNDAjHXq3W/professional-portrait-of-a-female-financ-1772883707066-5a4fdd3f.png",
- imageSrc:
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcEjKi0rjKl1F2EXmNDAjHXq3W/abstract-illustration-of-secure-financia-1772883707096-de3ee782.png?_wi=5",
- imageAlt: "Secure infrastructure",
- avatarAlt: "Emma Zhao",
- },
+ id: "6", name: "Emma Zhao, Quantitative Analyst", date: "Date: November 2024", title: "The Data Tells the Story", quote: "I analyzed LendCapital's economics model mathematically. The profit-sharing structure is elegant and fair. Their security infrastructure is robust. From a quant perspective, this is how modern fintech should be built.", tag: "Quantitative Analyst", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcEjKi0rjKl1F2EXmNDAjHXq3W/professional-portrait-of-a-female-financ-1772883707066-5a4fdd3f.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcEjKi0rjKl1F2EXmNDAjHXq3W/abstract-illustration-of-secure-financia-1772883707096-de3ee782.png", imageAlt: "Secure infrastructure"
+ }
]}
/>
@@ -410,66 +284,16 @@ export default function HomePage() {
useInvertedBackground={false}
faqsAnimation="slide-up"
faqs={[
- {
- id: "1",
- title: "What is the minimum collateral required?",
- content:
- "Minimum collateral requirements vary based on the assets you want to borrow and market conditions. Typically, we require collateral equal to 150% of the borrowed amount. This provides a safety buffer for both parties. Contact our team for specific requirements based on your trading strategy.",
- },
- {
- id: "2",
- title: "How does the profit-sharing model work?",
- content:
- "When you generate profits on borrowed capital, you keep 95% and share 5% with LendCapital. This aligns our interests: we only profit when you profit. The platform earns revenue through the 5% profit share and small service fees when losses occur. If a trade results in zero profit, no fee is charged.",
- },
- {
- id: "3",
- title: "What happens if I incur a trading loss?",
- content:
- "If your trades result in a loss, the borrowed capital and losses are covered by your deposited collateral. You repay the borrowed amount using your collateral, and we charge a small service fee (typically $250-500 depending on loss magnitude) to cover platform costs. Your collateral absorption protects both parties from credit risk.",
- },
- {
- id: "4",
- title: "How is my collateral protected?",
- content:
- "Your collateral is held in segregated, institutional-grade custody by our third-party custodians. We never commingle client collateral with company funds. Your collateral is insured and monitored 24/7. You retain full visibility into your collateral position through our real-time dashboard. Cold storage, multi-signature security, and strict protocols protect all assets.",
- },
- {
- id: "5",
- title: "What assets can I borrow?",
- content:
- "We offer borrowing for a carefully selected list of stocks and cryptocurrencies. Our inventory includes major blue-chip stocks (Apple, Microsoft, Tesla), major cryptocurrencies (Bitcoin, Ethereum), and popular altcoins. Available assets update daily based on market liquidity and platform risk parameters. Check our Markets page for the current borrowing list.",
- },
- {
- id: "6",
- title: "How does real-time collateral monitoring work?",
- content:
- "Our platform continuously monitors your collateral value and borrowing ratio. If market movements cause your collateral to drop below safe thresholds, our system alerts you automatically. Automated controls prevent over-leverage. You can always adjust positions or deposit additional collateral to maintain healthy ratios.",
- },
- {
- id: "7",
- title: "What fees should I expect?",
- content:
- "Primary fees: 5% profit share on winning trades (mandatory), service fees on losing trades ($250-500 typical), and optional borrowing fees for extended holding periods. Withdrawal fees are minimal. No hidden fees or surprise charges. Complete fee transparency is guaranteed. Review our Pricing page for detailed fee structure.",
- },
- {
- id: "8",
- title: "Can I close my position at any time?",
- content:
- "Yes, positions can be closed during market hours (US market hours for stocks, 24/7 for crypto). When you close, profits or losses are calculated immediately, settled using your collateral, and your account is updated. Rapid settlement (within seconds to minutes) lets you move quickly in fast-changing markets.",
- },
- {
- id: "9",
- title: "How do you prevent excessive leverage and risk?",
- content:
- "We employ multiple safeguards: collateral ratio minimums (typically 150%+), real-time leverage monitoring, automated position alerts, maximum position limits, and stress-testing protocols. Our risk engine continuously analyzes correlations and volatility. All controls are transparent and visible to you on your dashboard.",
- },
- {
- id: "10",
- title: "What is your compliance and regulatory status?",
- content:
- "LendCapital operates under full regulatory compliance frameworks. We are registered with relevant financial authorities, conduct regular third-party security audits (SOC 2 Type II certified), perform comprehensive KYC/AML verification, and maintain strict data privacy standards. Your funds are protected by regulatory oversight and insurance programs.",
- },
+ { id: "1", title: "What is the minimum collateral required?", content: "Minimum collateral requirements vary based on the assets you want to borrow and market conditions. Typically, we require collateral equal to 150% of the borrowed amount. This provides a safety buffer for both parties. Contact our team for specific requirements based on your trading strategy." },
+ { id: "2", title: "How does the profit-sharing model work?", content: "When you generate profits on borrowed capital, you keep 95% and share 5% with LendCapital. This aligns our interests: we only profit when you profit. The platform earns revenue through the 5% profit share and small service fees when losses occur. If a trade results in zero profit, no fee is charged." },
+ { id: "3", title: "What happens if I incur a trading loss?", content: "If your trades result in a loss, the borrowed capital and losses are covered by your deposited collateral. You repay the borrowed amount using your collateral, and we charge a small service fee (typically $250-500 depending on loss magnitude) to cover platform costs. Your collateral absorption protects both parties from credit risk." },
+ { id: "4", title: "How is my collateral protected?", content: "Your collateral is held in segregated, institutional-grade custody by our third-party custodians. We never commingle client collateral with company funds. Your collateral is insured and monitored 24/7. You retain full visibility into your collateral position through our real-time dashboard. Cold storage, multi-signature security, and strict protocols protect all assets." },
+ { id: "5", title: "What assets can I borrow?", content: "We offer borrowing for a carefully selected list of stocks and cryptocurrencies. Our inventory includes major blue-chip stocks (Apple, Microsoft, Tesla), major cryptocurrencies (Bitcoin, Ethereum), and popular altcoins. Available assets update daily based on market liquidity and platform risk parameters. Check our Markets page for the current borrowing list." },
+ { id: "6", title: "How does real-time collateral monitoring work?", content: "Our platform continuously monitors your collateral value and borrowing ratio. If market movements cause your collateral to drop below safe thresholds, our system alerts you automatically. Automated controls prevent over-leverage. You can always adjust positions or deposit additional collateral to maintain healthy ratios." },
+ { id: "7", title: "What fees should I expect?", content: "Primary fees: 5% profit share on winning trades (mandatory), service fees on losing trades ($250-500 typical), and optional borrowing fees for extended holding periods. Withdrawal fees are minimal. No hidden fees or surprise charges. Complete fee transparency is guaranteed. Review our Pricing page for detailed fee structure." },
+ { id: "8", title: "Can I close my position at any time?", content: "Yes, positions can be closed during market hours (US market hours for stocks, 24/7 for crypto). When you close, profits or losses are calculated immediately, settled using your collateral, and your account is updated. Rapid settlement (within seconds to minutes) lets you move quickly in fast-changing markets." },
+ { id: "9", title: "How do you prevent excessive leverage and risk?", content: "We employ multiple safeguards: collateral ratio minimums (typically 150%+), real-time leverage monitoring, automated position alerts, maximum position limits, and stress-testing protocols. Our risk engine continuously analyzes correlations and volatility. All controls are transparent and visible to you on your dashboard." },
+ { id: "10", title: "What is your compliance and regulatory status?", content: "LendCapital operates under full regulatory compliance frameworks. We are registered with relevant financial authorities, conduct regular third-party security audits (SOC 2 Type II certified), perform comprehensive KYC/AML verification, and maintain strict data privacy standards. Your funds are protected by regulatory oversight and insurance programs." }
]}
/>
@@ -478,115 +302,11 @@ export default function HomePage() {