4 Commits

Author SHA1 Message Date
cf2741d884 Merge version_3 into main
Merge version_3 into main
2026-03-07 11:56:33 +00:00
b2faac510f Update src/app/page.tsx 2026-03-07 11:56:28 +00:00
48ad640d17 Update src/app/layout.tsx 2026-03-07 11:56:27 +00:00
66fc052ae6 Merge version_2 into main
Merge version_2 into main
2026-03-07 11:53:16 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "LendCapital - Trading Capital on Demand", description: "Access powerful trading capital without putting up full funds. Trade stocks and crypto with institutional-grade security and transparent profit sharing."};
title: "LendCapital - Trading Capital Access", description: "Access powerful trading capital without putting up full funds. Trade stocks and crypto, keep the majority of your profits."};
export default function RootLayout({
children,

View File

@@ -92,7 +92,7 @@ const HomePage = () => {
logoText="LENDCAPITAL"
description="Access powerful trading capital without putting up full funds. Trade stocks and crypto, keep the majority of your profits, and only share returns when you succeed."
buttons={[
{ text: "Apply for Trading Capital", href: "https://app.lendcapital.com/apply" },
{ text: "Get Funded Now", href: "https://app.lendcapital.com/apply" },
{ text: "Learn How It Works", href: "#how-it-works" }
]}
slides={[
@@ -284,7 +284,7 @@ const HomePage = () => {
useInvertedBackground={false}
faqsAnimation="slide-up"
faqs={[
{ id: "1", title: "What is the minimum collateral required?", content: "Typically 150% of borrowed amount; contact us for specifics based on your strategy." },
{ 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." },