Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2ca1e0b1b1 | |||
| 5ae8f506f7 |
222
src/app/page.tsx
222
src/app/page.tsx
@@ -33,37 +33,26 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Apex Capital"
|
||||
brandName="Equity Trust"
|
||||
button={{
|
||||
text: "Client Portal",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Client Portal", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "canvas-reveal",
|
||||
}}
|
||||
variant: "canvas-reveal"}}
|
||||
title="Securing Your Legacy through Strategic Growth"
|
||||
description="Apex Capital provides institutional-grade investment management tailored to your long-term wealth objectives."
|
||||
description="Equity Trust provides institutional-grade investment management tailored to your long-term wealth objectives."
|
||||
tag="Trusted Wealth Management"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=z5tci8"
|
||||
imageAlt="Professional investment firm background"
|
||||
@@ -75,9 +64,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Our Philosophy of Growth"
|
||||
description={[
|
||||
"At Apex Capital, we believe that strategic foresight is the cornerstone of sustainable growth. Our team blends deep market analysis with a commitment to transparency.",
|
||||
"We manage assets with the rigor required for generational wealth, ensuring your capital is positioned for long-term resilience across market cycles.",
|
||||
]}
|
||||
"At Equity Trust, we believe that strategic foresight is the cornerstone of sustainable growth. Our team blends deep market analysis with a commitment to transparency.", "We manage assets with the rigor required for generational wealth, ensuring your capital is positioned for long-term resilience across market cycles."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -88,34 +75,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
label: "Analysis",
|
||||
title: "Quantitative Research",
|
||||
items: [
|
||||
"Deep-market algorithmic modeling",
|
||||
"Risk-parity asset allocation",
|
||||
"Dynamic market forecasting",
|
||||
],
|
||||
id: "f1", label: "Analysis", title: "Quantitative Research", items: [
|
||||
"Deep-market algorithmic modeling", "Risk-parity asset allocation", "Dynamic market forecasting"],
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
label: "Security",
|
||||
title: "Risk Mitigation",
|
||||
items: [
|
||||
"Institutional safety standards",
|
||||
"Automated hedging strategies",
|
||||
"Continuous portfolio oversight",
|
||||
],
|
||||
id: "f2", label: "Security", title: "Risk Mitigation", items: [
|
||||
"Institutional safety standards", "Automated hedging strategies", "Continuous portfolio oversight"],
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
label: "Global",
|
||||
title: "Global Market Access",
|
||||
items: [
|
||||
"Cross-border investment opportunities",
|
||||
"Diversified geographic exposure",
|
||||
"Emerging market analysis",
|
||||
],
|
||||
id: "f3", label: "Global", title: "Global Market Access", items: [
|
||||
"Cross-border investment opportunities", "Diversified geographic exposure", "Emerging market analysis"],
|
||||
},
|
||||
]}
|
||||
title="Core Investment Pillars"
|
||||
@@ -130,26 +99,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "12.4%",
|
||||
title: "Average Annual Yield",
|
||||
description: "Across diversified core portfolios.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5enrh7",
|
||||
},
|
||||
id: "m1", value: "12.4%", title: "Average Annual Yield", description: "Across diversified core portfolios.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5enrh7"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "$4.2B",
|
||||
title: "Assets Under Management",
|
||||
description: "Managing risk for private family offices.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vm2a98",
|
||||
},
|
||||
id: "m2", value: "$4.2B", title: "Assets Under Management", description: "Managing risk for private family offices.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vm2a98"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "99.8%",
|
||||
title: "Client Retention",
|
||||
description: "Commitment to long-term partnerships.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3cbg0w",
|
||||
},
|
||||
id: "m3", value: "99.8%", title: "Client Retention", description: "Commitment to long-term partnerships.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3cbg0w"},
|
||||
]}
|
||||
title="Performance Indicators"
|
||||
description="Proven results for discerning investors focused on measurable growth."
|
||||
@@ -163,37 +117,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
badge: "Core",
|
||||
price: "1.2%",
|
||||
subtitle: "Annual Management Fee",
|
||||
buttons: [
|
||||
id: "p1", badge: "Core", price: "1.2%", subtitle: "Annual Management Fee", buttons: [
|
||||
{
|
||||
text: "Consult Today",
|
||||
},
|
||||
text: "Consult Today"},
|
||||
],
|
||||
features: [
|
||||
"Full portfolio management",
|
||||
"Quarterly market briefings",
|
||||
"Dedicated analyst support",
|
||||
],
|
||||
"Full portfolio management", "Quarterly market briefings", "Dedicated analyst support"],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
badge: "Elite",
|
||||
price: "0.9%",
|
||||
subtitle: "Annual Management Fee",
|
||||
buttons: [
|
||||
id: "p2", badge: "Elite", price: "0.9%", subtitle: "Annual Management Fee", buttons: [
|
||||
{
|
||||
text: "Enquire Now",
|
||||
},
|
||||
text: "Enquire Now"},
|
||||
],
|
||||
features: [
|
||||
"Institutional-tier access",
|
||||
"Custom tax planning strategies",
|
||||
"Priority direct analyst line",
|
||||
"Complex asset structuring",
|
||||
],
|
||||
"Institutional-tier access", "Custom tax planning strategies", "Priority direct analyst line", "Complex asset structuring"],
|
||||
},
|
||||
]}
|
||||
title="Tailored Investment Solutions"
|
||||
@@ -206,14 +143,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Apex Global",
|
||||
"Strategic Finance Group",
|
||||
"Heritage Capital Partners",
|
||||
"Global Trust Holdings",
|
||||
"Market Dynamics Analytics",
|
||||
"Elite Wealth Management",
|
||||
"Standard Institutional Audit",
|
||||
]}
|
||||
"Equity Global", "Strategic Finance Group", "Heritage Capital Partners", "Global Trust Holdings", "Market Dynamics Analytics", "Elite Wealth Management", "Standard Institutional Audit"]}
|
||||
title="Global Partners & Recognition"
|
||||
description="Collaborating with leading institutions and audit firms globally."
|
||||
/>
|
||||
@@ -226,40 +156,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Robert Sterling",
|
||||
handle: "@sterlingfamily",
|
||||
testimonial: "Apex Capital transformed our family estate planning strategy with unmatched diligence.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wu8xwl",
|
||||
},
|
||||
id: "t1", name: "Robert Sterling", handle: "@sterlingfamily", testimonial: "Equity Trust transformed our family estate planning strategy with unmatched diligence.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wu8xwl"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Elena Vance",
|
||||
handle: "@evance_ventures",
|
||||
testimonial: "The institutional rigor applied to my portfolio has provided incredible peace of mind.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ue0jqv",
|
||||
},
|
||||
id: "t2", name: "Elena Vance", handle: "@evance_ventures", testimonial: "The institutional rigor applied to my portfolio has provided incredible peace of mind.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ue0jqv"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Marcus Thorne",
|
||||
handle: "@mthorne",
|
||||
testimonial: "Their risk-adjusted strategy outperforms anything I've seen in the private market space.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wgj1sw",
|
||||
},
|
||||
id: "t3", name: "Marcus Thorne", handle: "@mthorne", testimonial: "Their risk-adjusted strategy outperforms anything I've seen in the private market space.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wgj1sw"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Sarah J. Montgomery",
|
||||
handle: "@sjm_mont",
|
||||
testimonial: "Consistent, thoughtful, and long-term oriented. Exactly what we needed.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nw805p",
|
||||
},
|
||||
id: "t4", name: "Sarah J. Montgomery", handle: "@sjm_mont", testimonial: "Consistent, thoughtful, and long-term oriented. Exactly what we needed.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nw805p"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "David Wu",
|
||||
handle: "@wu_assets",
|
||||
testimonial: "A truly professional firm that balances innovation with sound traditional ethics.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=n96ozq",
|
||||
},
|
||||
id: "t5", name: "David Wu", handle: "@wu_assets", testimonial: "A truly professional firm that balances innovation with sound traditional ethics.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=n96ozq"},
|
||||
]}
|
||||
title="Investor Experiences"
|
||||
description="What our clients say about our partnership approach."
|
||||
@@ -272,20 +177,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What is your investment minimum?",
|
||||
content: "Our minimum capital requirement varies by structure but generally starts at $500,000 for standard managed accounts.",
|
||||
},
|
||||
id: "q1", title: "What is your investment minimum?", content: "Our minimum capital requirement varies by structure but generally starts at $500,000 for standard managed accounts."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How do you mitigate market volatility?",
|
||||
content: "We employ a multi-layered hedging strategy combined with rigorous asset diversification to dampen volatility.",
|
||||
},
|
||||
id: "q2", title: "How do you mitigate market volatility?", content: "We employ a multi-layered hedging strategy combined with rigorous asset diversification to dampen volatility."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can I access my funds anytime?",
|
||||
content: "Yes, our structures provide standard liquidity windows while maintaining the long-term integrity of your portfolio.",
|
||||
},
|
||||
id: "q3", title: "Can I access my funds anytime?", content: "Yes, our structures provide standard liquidity windows while maintaining the long-term integrity of your portfolio."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Quick insights into our investment approach and client operations."
|
||||
@@ -297,8 +193,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Inquire"
|
||||
title="Start Your Partnership"
|
||||
description="Ready to discuss your wealth management goals? Schedule a private initial consultation with our executive team."
|
||||
@@ -311,62 +206,41 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Firm",
|
||||
items: [
|
||||
title: "Firm", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Performance",
|
||||
href: "#metrics",
|
||||
},
|
||||
label: "Performance", href: "#metrics"},
|
||||
{
|
||||
label: "Ethics",
|
||||
href: "#",
|
||||
},
|
||||
label: "Ethics", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Solutions",
|
||||
items: [
|
||||
title: "Solutions", items: [
|
||||
{
|
||||
label: "Wealth Management",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Wealth Management", href: "#features"},
|
||||
{
|
||||
label: "Strategic Growth",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Strategic Growth", href: "#features"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Pricing", href: "#pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Insights",
|
||||
href: "#",
|
||||
},
|
||||
label: "Insights", href: "#"},
|
||||
{
|
||||
label: "Market Reports",
|
||||
href: "#",
|
||||
},
|
||||
label: "Market Reports", href: "#"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2024 Apex Capital. All rights reserved."
|
||||
bottomLeftText="© 2024 Equity Trust. All rights reserved."
|
||||
bottomRightText="Regulatory Disclosures"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user