Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-03-03 15:54:52 +00:00
2 changed files with 76 additions and 39 deletions

View File

@@ -16,17 +16,20 @@ const inter = Inter({
export const metadata: Metadata = {
title: "GPU Lending Capital | Collateralized Loans for GPU Owners", description: "Turn your GPU hardware into instant capital. Fast approval, competitive rates, and secure custody for all GPU types. Apply in minutes.", keywords: "GPU lending, collateral loans, GPU capital, crypto lending, hardware loans, fintech", metadataBase: new URL("https://gpucapital.com"),
alternates: {
canonical: "https://gpucapital.com"},
canonical: "https://gpucapital.com"
},
openGraph: {
title: "GPU Lending Capital | Instant Capital for GPU Owners", description: "Access capital by using your GPU as collateral. Transparent rates, fast approval, and secure storage. Get started today.", url: "https://gpucapital.com", siteName: "GPUCapital", type: "website", images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AROhTo4HRRq7sW30MWyj0OIYMR/a-sleek-fintech-dashboard-displaying-gpu-1772552114894-4cb7db2e.png", alt: "GPU Lending Platform"},
],
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AROhTo4HRRq7sW30MWyj0OIYMR/a-sleek-fintech-dashboard-displaying-gpu-1772552114894-4cb7db2e.png", alt: "GPU Lending Platform"
}
]
},
twitter: {
card: "summary_large_image", title: "GPU Lending Capital", description: "Turn Your GPUs Into Capital - Fast, Transparent, Secure", images: [
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AROhTo4HRRq7sW30MWyj0OIYMR/a-sleek-fintech-dashboard-displaying-gpu-1772552114894-4cb7db2e.png"],
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AROhTo4HRRq7sW30MWyj0OIYMR/a-sleek-fintech-dashboard-displaying-gpu-1772552114894-4cb7db2e.png"
]
}
};
export default function RootLayout({

View File

@@ -39,7 +39,8 @@ export default function LandingPage() {
brandName="GPUCapital"
navItems={navItems}
button={{
text: "Get Capital Now", href: "#contact"}}
text: "Get Capital Now", href: "#contact"
}}
/>
</div>
@@ -58,17 +59,23 @@ export default function LandingPage() {
buttonAnimation="slide-up"
carouselItems={[
{
id: "1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AROhTo4HRRq7sW30MWyj0OIYMR/a-sleek-fintech-dashboard-displaying-gpu-1772552114894-4cb7db2e.png", imageAlt: "GPU Lending Dashboard"},
id: "1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AROhTo4HRRq7sW30MWyj0OIYMR/a-sleek-fintech-dashboard-displaying-gpu-1772552114894-4cb7db2e.png", imageAlt: "GPU Lending Dashboard"
},
{
id: "2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AROhTo4HRRq7sW30MWyj0OIYMR/a-conceptual-illustration-showing-a-gpu--1772552114315-74a777dd.png", imageAlt: "GPU Collateral Valuation"},
id: "2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AROhTo4HRRq7sW30MWyj0OIYMR/a-conceptual-illustration-showing-a-gpu--1772552114315-74a777dd.png", imageAlt: "GPU Collateral Valuation"
},
{
id: "3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AROhTo4HRRq7sW30MWyj0OIYMR/an-abstract-illustration-showing-money-f-1772552114776-f3e1297a.png", imageAlt: "Capital Access"},
id: "3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AROhTo4HRRq7sW30MWyj0OIYMR/an-abstract-illustration-showing-money-f-1772552114776-f3e1297a.png", imageAlt: "Capital Access"
},
{
id: "4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AROhTo4HRRq7sW30MWyj0OIYMR/a-modern-security-focused-illustration-s-1772552115395-a6c9ce56.png", imageAlt: "Security Protection"},
id: "4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AROhTo4HRRq7sW30MWyj0OIYMR/a-modern-security-focused-illustration-s-1772552115395-a6c9ce56.png", imageAlt: "Security Protection"
},
{
id: "5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AROhTo4HRRq7sW30MWyj0OIYMR/a-minimal-professional-illustration-show-1772552114174-57fd9782.png", imageAlt: "User Community"},
id: "5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AROhTo4HRRq7sW30MWyj0OIYMR/a-minimal-professional-illustration-show-1772552114174-57fd9782.png", imageAlt: "User Community"
},
{
id: "6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AROhTo4HRRq7sW30MWyj0OIYMR/a-sleek-fintech-dashboard-displaying-gpu-1772552114894-4cb7db2e.png", imageAlt: "Platform Features"},
id: "6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AROhTo4HRRq7sW30MWyj0OIYMR/a-sleek-fintech-dashboard-displaying-gpu-1772552114894-4cb7db2e.png", imageAlt: "Platform Features"
},
]}
autoPlay={true}
autoPlayInterval={4000}
@@ -86,13 +93,17 @@ export default function LandingPage() {
textboxLayout="default"
features={[
{
title: "GPU Valuation", description: "Submit your GPU specifications. Our AI-powered system instantly evaluates current market value and lending eligibility based on model, age, and condition.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AROhTo4HRRq7sW30MWyj0OIYMR/a-conceptual-illustration-showing-a-gpu--1772552114315-74a777dd.png", imageAlt: "GPU Collateral Valuation Process"},
title: "GPU Valuation", description: "Submit your GPU specifications. Our AI-powered system instantly evaluates current market value and lending eligibility based on model, age, and condition.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AROhTo4HRRq7sW30MWyj0OIYMR/a-conceptual-illustration-showing-a-gpu--1772552114315-74a777dd.png", imageAlt: "GPU Collateral Valuation Process"
},
{
title: "Instant Approval", description: "Receive loan terms in minutes. We analyze your GPU collateral and provide transparent terms with competitive rates and flexible repayment options.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AROhTo4HRRq7sW30MWyj0OIYMR/an-abstract-illustration-showing-money-f-1772552114776-f3e1297a.png", imageAlt: "Quick Capital Approval"},
title: "Instant Approval", description: "Receive loan terms in minutes. We analyze your GPU collateral and provide transparent terms with competitive rates and flexible repayment options.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AROhTo4HRRq7sW30MWyj0OIYMR/an-abstract-illustration-showing-money-f-1772552114776-f3e1297a.png", imageAlt: "Quick Capital Approval"
},
{
title: "Secure Custody", description: "Your GPU is held in secure, temperature-controlled facilities with insurance coverage. You maintain full ownership—we simply hold it as collateral.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AROhTo4HRRq7sW30MWyj0OIYMR/a-modern-security-focused-illustration-s-1772552115395-a6c9ce56.png", imageAlt: "Secure GPU Storage"},
title: "Secure Custody", description: "Your GPU is held in secure, temperature-controlled facilities with insurance coverage. You maintain full ownership—we simply hold it as collateral.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AROhTo4HRRq7sW30MWyj0OIYMR/a-modern-security-focused-illustration-s-1772552115395-a6c9ce56.png", imageAlt: "Secure GPU Storage"
},
{
title: "Capital Transfer", description: "Get funds directly to your wallet or bank account. Choose your repayment terms and start using your capital for what matters most.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AROhTo4HRRq7sW30MWyj0OIYMR/a-sleek-fintech-dashboard-displaying-gpu-1772552114894-4cb7db2e.png", imageAlt: "Capital Transfer"},
title: "Capital Transfer", description: "Get funds directly to your wallet or bank account. Choose your repayment terms and start using your capital for what matters most.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AROhTo4HRRq7sW30MWyj0OIYMR/a-sleek-fintech-dashboard-displaying-gpu-1772552114894-4cb7db2e.png", imageAlt: "Capital Transfer"
},
]}
gridVariant="two-columns-alternating-heights"
animationType="slide-up"
@@ -115,19 +126,22 @@ export default function LandingPage() {
id: "starter", tag: "Entry Level", tagIcon: Zap,
price: "$5,000", period: "—$50K Loan", description: "Perfect for single GPU owners looking to access quick capital", button: { text: "Get Started", href: "#contact" },
featuresTitle: "What's Included:", features: [
"RTX 4090 or equivalent collateral", "8-12% APR lending rates", "3-24 month flexible terms", "24/7 platform access"],
"RTX 4090 or equivalent collateral", "8-12% APR lending rates", "3-24 month flexible terms", "24/7 platform access"
]
},
{
id: "pro", tag: "Professional", tagIcon: Sparkles,
price: "$50,000", period: "—$500K Loan", description: "For GPU farm operators and mining enthusiasts", button: { text: "Apply Now", href: "#contact" },
featuresTitle: "What's Included:", features: [
"Multi-GPU portfolio support", "6-10% APR rates (volume discount)", "Customized repayment terms", "Dedicated account manager", "Insurance coverage"],
"Multi-GPU portfolio support", "6-10% APR rates (volume discount)", "Customized repayment terms", "Dedicated account manager", "Insurance coverage"
]
},
{
id: "enterprise", tag: "Enterprise", tagIcon: Award,
price: "$500,000+", period: "Custom Loans", description: "Enterprise-scale lending for large GPU operations", button: { text: "Contact Sales", href: "#contact" },
featuresTitle: "What's Included:", features: [
"Unlimited GPU portfolio", "Negotiated rates (from 4% APR)", "White-glove onboarding", "Real-time collateral tracking", "Priority support & compliance team"],
"Unlimited GPU portfolio", "Negotiated rates (from 4% APR)", "White-glove onboarding", "Real-time collateral tracking", "Priority support & compliance team"
]
},
]}
animationType="slide-up"
@@ -139,7 +153,8 @@ export default function LandingPage() {
<TextSplitAbout
title="Why Choose GPUCapital"
description={[
"We're building the future of collateralized lending by making it simple, transparent, and accessible for GPU owners. Our platform combines cutting-edge valuation technology with institutional-grade security to deliver competitive lending terms.", "From individual miners to large GPU farm operators, GPUCapital provides the fastest path to accessing capital without selling your hardware. Your GPUs remain your asset—we simply help unlock their financial potential.", "Backed by blockchain verification and insurance protection, every transaction on our platform is transparent, secure, and auditable. We believe in empowering GPU owners with financial flexibility."]}
"We're building the future of collateralized lending by making it simple, transparent, and accessible for GPU owners. Our platform combines cutting-edge valuation technology with institutional-grade security to deliver competitive lending terms.", "From individual miners to large GPU farm operators, GPUCapital provides the fastest path to accessing capital without selling your hardware. Your GPUs remain your asset—we simply help unlock their financial potential.", "Backed by blockchain verification and insurance protection, every transaction on our platform is transparent, secure, and auditable. We believe in empowering GPU owners with financial flexibility."
]}
buttons={[{ text: "View Security Details", href: "#testimonials" }]}
showBorder={true}
useInvertedBackground={false}
@@ -156,17 +171,23 @@ export default function LandingPage() {
textboxLayout="default"
testimonials={[
{
id: "1", title: "Scaled My Mining Operation", quote: "Within 48 hours of submitting my GPU specs, I had $100K in capital to expand my mining farm. The entire process was transparent and the rates are significantly better than traditional lending. Highly recommended!", name: "Marcus Chen", role: "GPU Farm Operator", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AROhTo4HRRq7sW30MWyj0OIYMR/professional-headshot-portrait-of-a-male-1772552113663-9e83f6c3.png", imageAlt: "Marcus Chen"},
id: "1", title: "Scaled My Mining Operation", quote: "Within 48 hours of submitting my GPU specs, I had $100K in capital to expand my mining farm. The entire process was transparent and the rates are significantly better than traditional lending. Highly recommended!", name: "Marcus Chen", role: "GPU Farm Operator", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AROhTo4HRRq7sW30MWyj0OIYMR/professional-headshot-portrait-of-a-male-1772552113663-9e83f6c3.png", imageAlt: "Marcus Chen"
},
{
id: "2", title: "Quick Capital for My Startup", quote: "As a founder needing quick runway, GPUCapital was a game-changer. Instead of selling my high-end GPUs, I used them as collateral and got the funding I needed. Best decision I made for my AI startup.", name: "Sarah Williams", role: "AI/ML Startup Founder", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AROhTo4HRRq7sW30MWyj0OIYMR/professional-headshot-portrait-of-a-fema-1772552113305-bfe74f7f.png", imageAlt: "Sarah Williams"},
id: "2", title: "Quick Capital for My Startup", quote: "As a founder needing quick runway, GPUCapital was a game-changer. Instead of selling my high-end GPUs, I used them as collateral and got the funding I needed. Best decision I made for my AI startup.", name: "Sarah Williams", role: "AI/ML Startup Founder", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AROhTo4HRRq7sW30MWyj0OIYMR/professional-headshot-portrait-of-a-fema-1772552113305-bfe74f7f.png", imageAlt: "Sarah Williams"
},
{
id: "3", title: "Professional-Grade Security", quote: "The security protocols and insurance coverage give me complete peace of mind. My GPUs are valued fairly, stored securely, and I can access my capital instantly. This is how lending should work in Web3.", name: "David Rodriguez", role: "Crypto Investor", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AROhTo4HRRq7sW30MWyj0OIYMR/professional-headshot-portrait-of-a-male-1772552113391-3c125846.png", imageAlt: "David Rodriguez"},
id: "3", title: "Professional-Grade Security", quote: "The security protocols and insurance coverage give me complete peace of mind. My GPUs are valued fairly, stored securely, and I can access my capital instantly. This is how lending should work in Web3.", name: "David Rodriguez", role: "Crypto Investor", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AROhTo4HRRq7sW30MWyj0OIYMR/professional-headshot-portrait-of-a-male-1772552113391-3c125846.png", imageAlt: "David Rodriguez"
},
{
id: "4", title: "Flexible Terms, Competitive Rates", quote: "Unlike traditional banks, GPUCapital understood my business model and offered terms that actually work for GPU operations. The APR rates are unbeatable for collateralized lending.", name: "Emma Thompson", role: "Mining Pool Manager", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AROhTo4HRRq7sW30MWyj0OIYMR/professional-headshot-portrait-of-a-fema-1772552114803-a80ae838.png", imageAlt: "Emma Thompson"},
id: "4", title: "Flexible Terms, Competitive Rates", quote: "Unlike traditional banks, GPUCapital understood my business model and offered terms that actually work for GPU operations. The APR rates are unbeatable for collateralized lending.", name: "Emma Thompson", role: "Mining Pool Manager", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AROhTo4HRRq7sW30MWyj0OIYMR/professional-headshot-portrait-of-a-fema-1772552114803-a80ae838.png", imageAlt: "Emma Thompson"
},
{
id: "5", title: "Transparent Process from Start to Finish", quote: "Every step was clearly explained, every fee was disclosed upfront, and I had a dedicated account manager. This is what customer service should look like in the fintech space.", name: "James Kim", role: "Hardware Investor", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AROhTo4HRRq7sW30MWyj0OIYMR/professional-headshot-portrait-of-a-male-1772552114756-f01f3b4c.png", imageAlt: "James Kim"},
id: "5", title: "Transparent Process from Start to Finish", quote: "Every step was clearly explained, every fee was disclosed upfront, and I had a dedicated account manager. This is what customer service should look like in the fintech space.", name: "James Kim", role: "Hardware Investor", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AROhTo4HRRq7sW30MWyj0OIYMR/professional-headshot-portrait-of-a-male-1772552114756-f01f3b4c.png", imageAlt: "James Kim"
},
{
id: "6", title: "Unlocked New Opportunities", quote: "GPUCapital gave me the flexibility to diversify my portfolio while keeping my GPU assets. The capital access opened doors I didn't think were possible. Excellent platform.", name: "Lisa Morgan", role: "Tech Entrepreneur", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AROhTo4HRRq7sW30MWyj0OIYMR/professional-headshot-portrait-of-a-fema-1772552113812-6c99b3c6.png", imageAlt: "Lisa Morgan"},
id: "6", title: "Unlocked New Opportunities", quote: "GPUCapital gave me the flexibility to diversify my portfolio while keeping my GPU assets. The capital access opened doors I didn't think were possible. Excellent platform.", name: "Lisa Morgan", role: "Tech Entrepreneur", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AROhTo4HRRq7sW30MWyj0OIYMR/professional-headshot-portrait-of-a-fema-1772552113812-6c99b3c6.png", imageAlt: "Lisa Morgan"
},
]}
useInvertedBackground={false}
/>
@@ -182,21 +203,29 @@ export default function LandingPage() {
textboxLayout="default"
faqs={[
{
id: "1", title: "What GPUs are eligible for lending?", content: "We accept most discrete GPUs manufactured within the last 5 years, including NVIDIA RTX series (3090, 4090, H100, etc.), AMD Radeon, and professional cards like Tesla or Quadro. Submit your GPU specifications for instant eligibility check."},
id: "1", title: "What GPUs are eligible for lending?", content: "We accept most discrete GPUs manufactured within the last 5 years, including NVIDIA RTX series (3090, 4090, H100, etc.), AMD Radeon, and professional cards like Tesla or Quadro. Submit your GPU specifications for instant eligibility check."
},
{
id: "2", title: "How is my GPU valued?", content: "Our AI-powered valuation system analyzes current market prices, historical data, condition assessment, and mining/compute performance metrics. Valuations are updated in real-time and reviewed by our team to ensure fairness and accuracy."},
id: "2", title: "How is my GPU valued?", content: "Our AI-powered valuation system analyzes current market prices, historical data, condition assessment, and mining/compute performance metrics. Valuations are updated in real-time and reviewed by our team to ensure fairness and accuracy."
},
{
id: "3", title: "How long does approval take?", content: "Most applications are approved within 15-30 minutes. You'll receive loan terms instantly after submitting GPU specifications and basic information. Once you accept terms, capital can be transferred within 24 hours."},
id: "3", title: "How long does approval take?", content: "Most applications are approved within 15-30 minutes. You'll receive loan terms instantly after submitting GPU specifications and basic information. Once you accept terms, capital can be transferred within 24 hours."
},
{
id: "4", title: "What are the interest rates?", content: "Rates start at 4% APR for enterprise clients and go up to 12% APR for starter loans, depending on collateral value and loan term. All rates are transparent, fixed, and disclosed before approval. No hidden fees or variable rates."},
id: "4", title: "What are the interest rates?", content: "Rates start at 4% APR for enterprise clients and go up to 12% APR for starter loans, depending on collateral value and loan term. All rates are transparent, fixed, and disclosed before approval. No hidden fees or variable rates."
},
{
id: "5", title: "How is my GPU stored and protected?", content: "GPUs are stored in secure, temperature-controlled facilities with 24/7 monitoring, insurance coverage, and redundant security systems. You maintain full ownership—we simply hold it as collateral. Storage fees are included in your loan terms."},
id: "5", title: "How is my GPU stored and protected?", content: "GPUs are stored in secure, temperature-controlled facilities with 24/7 monitoring, insurance coverage, and redundant security systems. You maintain full ownership—we simply hold it as collateral. Storage fees are included in your loan terms."
},
{
id: "6", title: "Can I repay early without penalty?", content: "Yes! Early repayment is always welcome with zero penalties. Your loan interest stops accruing as soon as you repay, and your GPU is returned within 48 hours of final payment."},
id: "6", title: "Can I repay early without penalty?", content: "Yes! Early repayment is always welcome with zero penalties. Your loan interest stops accruing as soon as you repay, and your GPU is returned within 48 hours of final payment."
},
{
id: "7", title: "What happens if I can't repay?", content: "We work with you to find solutions. Options include loan restructuring, term extension, or selling your GPU collateral on the secondary market. We only liquidate as a last resort, after exploring all alternatives with you."},
id: "7", title: "What happens if I can't repay?", content: "We work with you to find solutions. Options include loan restructuring, term extension, or selling your GPU collateral on the secondary market. We only liquidate as a last resort, after exploring all alternatives with you."
},
{
id: "8", title: "Is my data secure?", content: "We use bank-level encryption, multi-factor authentication, and blockchain verification for all transactions. Your personal and financial data is protected by enterprise-grade security protocols and regular third-party audits."}
id: "8", title: "Is my data secure?", content: "We use bank-level encryption, multi-factor authentication, and blockchain verification for all transactions. Your personal and financial data is protected by enterprise-grade security protocols and regular third-party audits."
}
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AROhTo4HRRq7sW30MWyj0OIYMR/a-professional-illustration-showing-a-he-1772552114225-219ee974.png"
imageAlt="Customer Support"
@@ -217,15 +246,20 @@ export default function LandingPage() {
ctaIcon={Zap}
faqs={[
{
id: "1", title: "What's the first step?", content: "Gather your GPU specifications (model, quantity, condition) and submit them through our application form. Our valuation system will instantly assess your collateral and provide loan options."},
id: "1", title: "What's the first step?", content: "Gather your GPU specifications (model, quantity, condition) and submit them through our application form. Our valuation system will instantly assess your collateral and provide loan options."
},
{
id: "2", title: "Do I need a credit check?", content: "No credit check required! We focus on GPU collateral valuation rather than credit history. This makes our process faster and more accessible for everyone in the GPU community."},
id: "2", title: "Do I need a credit check?", content: "No credit check required! We focus on GPU collateral valuation rather than credit history. This makes our process faster and more accessible for everyone in the GPU community."
},
{
id: "3", title: "How do I arrange GPU pickup?", content: "We arrange secure pickup from your location at no cost. Your GPUs are transported in insured, temperature-controlled containers to our secure facilities. You receive tracking updates throughout the process."},
id: "3", title: "How do I arrange GPU pickup?", content: "We arrange secure pickup from your location at no cost. Your GPUs are transported in insured, temperature-controlled containers to our secure facilities. You receive tracking updates throughout the process."
},
{
id: "4", title: "Can I manage my loan online?", content: "Yes, complete loan management through our dashboard. Track your GPU collateral, make payments, view statements, and communicate with your account manager—all from one secure platform."},
id: "4", title: "Can I manage my loan online?", content: "Yes, complete loan management through our dashboard. Track your GPU collateral, make payments, view statements, and communicate with your account manager—all from one secure platform."
},
{
id: "5", title: "What payment methods are accepted?", content: "We accept bank transfers, cryptocurrency (BTC, ETH, USDC), and credit transfers. Choose your preferred payment method during loan setup. Payments are processed instantly and credited to your account."}
id: "5", title: "What payment methods are accepted?", content: "We accept bank transfers, cryptocurrency (BTC, ETH, USDC), and credit transfers. Choose your preferred payment method during loan setup. Payments are processed instantly and credited to your account."
}
]}
useInvertedBackground={false}
animationType="slide-up"