Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -17,8 +17,7 @@ const PricingPage = () => {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "How It Works", href: "#how-it-works" },
|
||||
{ label: "Available Markets", href: "/markets" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
@@ -26,8 +25,7 @@ const PricingPage = () => {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
{ label: "Careers", href: "/careers" },
|
||||
@@ -35,8 +33,7 @@ const PricingPage = () => {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Documentation", href: "/docs" },
|
||||
{ label: "API Reference", href: "/api" },
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
@@ -44,8 +41,7 @@ const PricingPage = () => {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "/privacy" },
|
||||
{ label: "Terms of Service", href: "/terms" },
|
||||
{ label: "Risk Disclosure", href: "/risk-disclosure" },
|
||||
@@ -53,8 +49,7 @@ const PricingPage = () => {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
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" },
|
||||
@@ -81,8 +76,7 @@ const PricingPage = () => {
|
||||
brandName="LendCapital"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Start Trading",
|
||||
href: "https://app.lendcapital.com/signup"
|
||||
text: "Start Trading", href: "https://app.lendcapital.com/signup"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -97,60 +91,27 @@ const PricingPage = () => {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "profit-fee",
|
||||
tag: "When You Profit",
|
||||
price: "5%",
|
||||
period: "profit share",
|
||||
description: "You keep 95% of profits on successful trades. We earn only when you earn.",
|
||||
button: {
|
||||
text: "Get Started",
|
||||
href: "https://app.lendcapital.com/apply"
|
||||
id: "profit-fee", tag: "When You Profit", price: "5%", period: "profit share", description: "You keep 95% of profits on successful trades. We earn only when you earn.", button: {
|
||||
text: "Get Started", href: "https://app.lendcapital.com/apply"
|
||||
},
|
||||
featuresTitle: "What's Included:",
|
||||
features: [
|
||||
"5% profit share on winning trades",
|
||||
"95% of profits kept by you",
|
||||
"No additional trading fees",
|
||||
"Real-time profit tracking",
|
||||
"Instant profit settlement"
|
||||
featuresTitle: "What's Included:", features: [
|
||||
"5% profit share on winning trades", "95% of profits kept by you", "No additional trading fees", "Real-time profit tracking", "Instant profit settlement"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "loss-fee",
|
||||
tag: "When You Lose",
|
||||
price: "$250-500",
|
||||
period: "service fee",
|
||||
description: "Cover losses using your collateral and pay a small platform fee for management.",
|
||||
button: {
|
||||
text: "Learn More",
|
||||
href: "#faq"
|
||||
id: "loss-fee", tag: "When You Lose", price: "$250-500", period: "service fee", description: "Cover losses using your collateral and pay a small platform fee for management.", button: {
|
||||
text: "Learn More", href: "#faq"
|
||||
},
|
||||
featuresTitle: "Fee Structure:",
|
||||
features: [
|
||||
"Loss covered by your collateral",
|
||||
"Platform service fee: $250-500",
|
||||
"Based on loss magnitude",
|
||||
"Transparent fee calculation",
|
||||
"No surprise charges"
|
||||
featuresTitle: "Fee Structure:", features: [
|
||||
"Loss covered by your collateral", "Platform service fee: $250-500", "Based on loss magnitude", "Transparent fee calculation", "No surprise charges"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "breakeven-fee",
|
||||
tag: "Break-Even Trades",
|
||||
price: "$0",
|
||||
period: "no fee",
|
||||
description: "Execute break-even trades without any platform fees charged.",
|
||||
button: {
|
||||
text: "Explore Strategies",
|
||||
href: "#"
|
||||
id: "breakeven-fee", tag: "Break-Even Trades", price: "$0", period: "no fee", description: "Execute break-even trades without any platform fees charged.", button: {
|
||||
text: "Explore Strategies", href: "#"
|
||||
},
|
||||
featuresTitle: "Zero-Cost Trading:",
|
||||
features: [
|
||||
"No fees on break-even positions",
|
||||
"Borrowed capital repaid in full",
|
||||
"No platform charges applied",
|
||||
"Cost-effective risk management",
|
||||
"Supports strategy optimization"
|
||||
featuresTitle: "Zero-Cost Trading:", features: [
|
||||
"No fees on break-even positions", "Borrowed capital repaid in full", "No platform charges applied", "Cost-effective risk management", "Supports strategy optimization"
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -161,66 +122,33 @@ const PricingPage = () => {
|
||||
<PricingCardFive
|
||||
title="Detailed Fee Breakdown"
|
||||
description="Complete overview of all costs, minimums, and special fees for different trading scenarios."
|
||||
tag: "Fee Details"
|
||||
tag="Fee Details"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "borrowing-fees",
|
||||
tag: "Borrowing Fees",
|
||||
price: "0.5-2%",
|
||||
period: "annually",
|
||||
description: "Annual interest rate on borrowed stocks based on availability and volatility.",
|
||||
button: {
|
||||
text: "View Markets",
|
||||
href: "/markets"
|
||||
id: "borrowing-fees", tag: "Borrowing Fees", price: "0.5-2%", period: "annually", description: "Annual interest rate on borrowed stocks based on availability and volatility.", button: {
|
||||
text: "View Markets", href: "/markets"
|
||||
},
|
||||
featuresTitle: "Borrowing Details:",
|
||||
features: [
|
||||
"Stock borrowing: 0.5-2% annually",
|
||||
"Crypto borrowing: 0.1-1% daily",
|
||||
"Rates updated daily",
|
||||
"Applied to outstanding balance",
|
||||
"Calculated per position"
|
||||
featuresTitle: "Borrowing Details:", features: [
|
||||
"Stock borrowing: 0.5-2% annually", "Crypto borrowing: 0.1-1% daily", "Rates updated daily", "Applied to outstanding balance", "Calculated per position"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "collateral-minimum",
|
||||
tag: "Minimum Requirements",
|
||||
price: "$5,000",
|
||||
period: "minimum deposit",
|
||||
description: "Minimum collateral deposit to activate your trading account and borrow capital.",
|
||||
button: {
|
||||
text: "Deposit Now",
|
||||
href: "https://app.lendcapital.com/deposit"
|
||||
id: "collateral-minimum", tag: "Minimum Requirements", price: "$5,000", period: "minimum deposit", description: "Minimum collateral deposit to activate your trading account and borrow capital.", button: {
|
||||
text: "Deposit Now", href: "https://app.lendcapital.com/deposit"
|
||||
},
|
||||
featuresTitle: "Requirements:",
|
||||
features: [
|
||||
"Minimum collateral: $5,000 USD",
|
||||
"Minimum borrow: 1.5x collateral",
|
||||
"Maximum position: 25-30% of collateral",
|
||||
"Leverage ratio: 2-3x typical",
|
||||
"Adjustable based on experience"
|
||||
featuresTitle: "Requirements:", features: [
|
||||
"Minimum collateral: $5,000 USD", "Minimum borrow: 1.5x collateral", "Maximum position: 25-30% of collateral", "Leverage ratio: 2-3x typical", "Adjustable based on experience"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "special-fees",
|
||||
tag: "Special Scenarios",
|
||||
price: "Variable",
|
||||
period: "case-specific",
|
||||
description: "Additional fees for extended holding, early closure, or special market conditions.",
|
||||
button: {
|
||||
text: "Contact Support",
|
||||
href: "#"
|
||||
id: "special-fees", tag: "Special Scenarios", price: "Variable", period: "case-specific", description: "Additional fees for extended holding, early closure, or special market conditions.", button: {
|
||||
text: "Contact Support", href: "#"
|
||||
},
|
||||
featuresTitle: "Special Fees:",
|
||||
features: [
|
||||
"Overnight holding: Additional 0.5%",
|
||||
"Position extension: +0.25% daily",
|
||||
"Emergency liquidation: 1% fee",
|
||||
"Compliance fees: Variable",
|
||||
"Tax reporting: Included with premium"
|
||||
featuresTitle: "Special Fees:", features: [
|
||||
"Overnight holding: Additional 0.5%", "Position extension: +0.25% daily", "Emergency liquidation: 1% fee", "Compliance fees: Variable", "Tax reporting: Included with premium"
|
||||
]
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user