From 88a940016a9200de0cdb180bafa916061bdc5419 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 22:43:26 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 55 +++++++++++++--------------------------- 1 file changed, 17 insertions(+), 38 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 4711aa3..1c754fb 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -19,8 +19,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Fund", - items: [ + title: "Fund", items: [ { label: "About Us", href: "/" }, { label: "Our Strategies", href: "/strategy" }, { label: "Performance", href: "/performance" }, @@ -28,8 +27,7 @@ export default function ContactPage() { ], }, { - title: "Investors", - items: [ + title: "Investors", items: [ { label: "Investor Resources", href: "#" }, { label: "Documentation", href: "#" }, { label: "Contact Team", href: "/contact" }, @@ -37,8 +35,7 @@ export default function ContactPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Risk Disclosure", href: "#" }, @@ -75,7 +72,7 @@ export default function ContactPage() { tagAnimation="slide-up" title="Join Our Institutional Community" description="Schedule a consultation with our investment team to discuss how EliteCapital can help achieve your financial objectives." - background={{ variant: "glowing-orb" }} + background={{ variant: "rotated-rays-animated" }} useInvertedBackground={false} inputPlaceholder="your@institution.com" buttonText="Schedule Call" @@ -97,48 +94,30 @@ export default function ContactPage() { animationType="smooth" faqs={[ { - id: "1", - title: "What is the minimum investment amount?", - content: - "Our minimum investment is $250,000 for accredited investors through our standard fund. We also offer institutional tiers starting at $5M for qualified institutional buyers. Strategic partnerships may have different minimums.", - }, + id: "1", title: "What is the minimum investment amount?", content: + "Our minimum investment is $250,000 for accredited investors through our standard fund. We also offer institutional tiers starting at $5M for qualified institutional buyers. Strategic partnerships may have different minimums."}, { - id: "2", - title: "How are returns calculated and reported?", - content: - "Returns are calculated on a time-weighted basis and reported monthly to institutional investors and quarterly to accredited investors. All returns are verified by independent auditors and disclosed net of fees. Real-time dashboards provide 24/7 access to your portfolio performance.", - }, + id: "2", title: "How are returns calculated and reported?", content: + "Returns are calculated on a time-weighted basis and reported monthly to institutional investors and quarterly to accredited investors. All returns are verified by independent auditors and disclosed net of fees. Real-time dashboards provide 24/7 access to your portfolio performance."}, { - id: "3", - title: "What are your management and performance fees?", - content: - "Standard fees are 1.5% management fee and 20% performance fee. Institutional investors with $5M+ typically negotiate better rates. We align incentives by having all team members invest personal capital in the fund.", - }, + id: "3", title: "What are your management and performance fees?", content: + "Standard fees are 1.5% management fee and 20% performance fee. Institutional investors with $5M+ typically negotiate better rates. We align incentives by having all team members invest personal capital in the fund."}, { - id: "4", - title: "How do you manage crypto custody and security?", - content: - "We use institutional-grade cold storage with multi-signature protocols. All assets are held with custodians that are insured and regularly audited. We maintain strict separation between trading accounts and reserve capital.", - }, + id: "4", title: "How do you manage crypto custody and security?", content: + "We use institutional-grade cold storage with multi-signature protocols. All assets are held with custodians that are insured and regularly audited. We maintain strict separation between trading accounts and reserve capital."}, { - id: "5", - title: "What happens during market downturns?", - content: - "Our risk management protocols automatically reduce exposure during elevated volatility. Diversification across multiple strategies and asset classes provides downside protection. Historical data shows we outperform peers during market stress.", - }, + id: "5", title: "What happens during market downturns?", content: + "Our risk management protocols automatically reduce exposure during elevated volatility. Diversification across multiple strategies and asset classes provides downside protection. Historical data shows we outperform peers during market stress."}, { - id: "6", - title: "Can I redeem my investment?", - content: - "Redemptions are typically allowed quarterly with 30 days' notice. Lock-up periods may apply for new investors. Institutional investors with larger positions can negotiate more flexible redemption terms.", - }, + id: "6", title: "Can I redeem my investment?", content: + "Redemptions are typically allowed quarterly with 30 days' notice. Lock-up periods may apply for new investors. Institutional investors with larger positions can negotiate more flexible redemption terms."}, ]} />