Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -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."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXsdiPkBD8eN5U7yXoiHNFqJgw/a-panoramic-view-of-a-bustling-modern-tr-1772750469679-edcb4c7d.png?_wi=4"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXsdiPkBD8eN5U7yXoiHNFqJgw/a-panoramic-view-of-a-bustling-modern-tr-1772750469679-edcb4c7d.png"
|
||||
imageAlt="Trading operations center"
|
||||
logoText="EliteCapital"
|
||||
copyrightText="© 2025 EliteCapital Hedge Fund. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user