From 48ad640d176b45597d6eeed1add2476bedbef365 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 11:56:27 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 138ddaa..8f1b6fc 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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, -- 2.49.1 From b2faac510fa0eef8e51a50265be5463281ea1c23 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 11:56:28 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c9f5e4d..279ddc1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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." }, -- 2.49.1