Merge version_1 into main #1
243
src/app/page.tsx
243
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Solutions",
|
||||
id: "solutions",
|
||||
},
|
||||
name: "Solutions", id: "solutions"},
|
||||
{
|
||||
name: "Markets",
|
||||
id: "markets",
|
||||
},
|
||||
name: "Markets", id: "markets"},
|
||||
{
|
||||
name: "Research",
|
||||
id: "research",
|
||||
},
|
||||
name: "Research", id: "research"},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "portfolio",
|
||||
},
|
||||
name: "Portfolio", id: "portfolio"},
|
||||
]}
|
||||
brandName="APEX INSTITUTIONAL"
|
||||
/>
|
||||
@@ -56,89 +48,52 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Institutional Intelligence Architecture"
|
||||
description="Precision-engineered portfolio management and deep research infrastructure for the next generation of global capital."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg",
|
||||
alt: "Executive Team",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", alt: "Executive Team"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg",
|
||||
alt: "Analyst Team",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg", alt: "Analyst Team"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/experienced-senior-female-executive-eyeglasses_1262-5027.jpg",
|
||||
alt: "Senior Executive",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/experienced-senior-female-executive-eyeglasses_1262-5027.jpg", alt: "Senior Executive"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-senior-executive-looking-camera_1262-2374.jpg",
|
||||
alt: "Operations Lead",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/confident-senior-executive-looking-camera_1262-2374.jpg", alt: "Operations Lead"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/senior-man-looking-camera-smiling-sitting-workplace-desk_482257-5730.jpg",
|
||||
alt: "Strategic Advisor",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/senior-man-looking-camera-smiling-sitting-workplace-desk_482257-5730.jpg", alt: "Strategic Advisor"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Platforms",
|
||||
href: "#solutions",
|
||||
},
|
||||
text: "Explore Platforms", href: "#solutions"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "GLOBAL LIQUIDITY",
|
||||
},
|
||||
type: "text", text: "GLOBAL LIQUIDITY"},
|
||||
{
|
||||
type: "text",
|
||||
text: "ALGORITHMIC PRECISION",
|
||||
},
|
||||
type: "text", text: "ALGORITHMIC PRECISION"},
|
||||
{
|
||||
type: "text",
|
||||
text: "SYSTEMIC RISK ANALYTICS",
|
||||
},
|
||||
type: "text", text: "SYSTEMIC RISK ANALYTICS"},
|
||||
{
|
||||
type: "text",
|
||||
text: "MULTI-ASSET OPTIMIZATION",
|
||||
},
|
||||
type: "text", text: "MULTI-ASSET OPTIMIZATION"},
|
||||
{
|
||||
type: "text",
|
||||
text: "INSTITUTIONAL GRADE",
|
||||
},
|
||||
type: "text", text: "INSTITUTIONAL GRADE"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="solutions" data-section="solutions">
|
||||
<FeatureCardTwentyEight
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Algorithmic Research",
|
||||
subtitle: "Real-time market signal processing",
|
||||
category: "AI",
|
||||
value: "Precision",
|
||||
},
|
||||
id: "1", title: "Algorithmic Research", subtitle: "Real-time market signal processing", category: "AI", value: "Precision"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Strategic Allocation",
|
||||
subtitle: "Multi-asset portfolio optimization",
|
||||
category: "Management",
|
||||
value: "Yield",
|
||||
},
|
||||
id: "2", title: "Strategic Allocation", subtitle: "Multi-asset portfolio optimization", category: "Management", value: "Yield"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Risk Mitigation",
|
||||
subtitle: "Deep systemic exposure tracking",
|
||||
category: "Security",
|
||||
value: "Control",
|
||||
},
|
||||
id: "3", title: "Risk Mitigation", subtitle: "Deep systemic exposure tracking", category: "Security", value: "Control"},
|
||||
]}
|
||||
title="Institutional Solutions"
|
||||
description="Advanced research systems tailored for large-scale institutional asset management."
|
||||
@@ -150,14 +105,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"New York",
|
||||
"London",
|
||||
"Hong Kong",
|
||||
"Singapore",
|
||||
"Tokyo",
|
||||
"Zurich",
|
||||
"Frankfurt",
|
||||
]}
|
||||
"New York", "London", "Hong Kong", "Singapore", "Tokyo", "Zurich", "Frankfurt"]}
|
||||
title="Global Market Hubs"
|
||||
description="Providing liquidity and insight across every major global financial center."
|
||||
/>
|
||||
@@ -165,41 +113,18 @@ export default function LandingPage() {
|
||||
|
||||
<div id="research" data-section="research">
|
||||
<BlogCardOne
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Institutional Insights"
|
||||
description="Proprietary research and forward-looking economic analysis."
|
||||
blogs={[
|
||||
{
|
||||
id: "b1",
|
||||
category: "Global Macro",
|
||||
title: "Q3 Economic Shifts",
|
||||
excerpt: "Deep dive into systemic risk factors.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ramadan-credit-card-left-side_187299-37896.jpg",
|
||||
authorName: "Lead Analyst",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/smiley-senior-woman-posing-inside-medium-shot_23-2149833721.jpg",
|
||||
date: "Oct 2024",
|
||||
},
|
||||
id: "b1", category: "Global Macro", title: "Q3 Economic Shifts", excerpt: "Deep dive into systemic risk factors.", imageSrc: "http://img.b2bpic.net/free-photo/ramadan-credit-card-left-side_187299-37896.jpg", authorName: "Lead Analyst", authorAvatar: "http://img.b2bpic.net/free-photo/smiley-senior-woman-posing-inside-medium-shot_23-2149833721.jpg", date: "Oct 2024"},
|
||||
{
|
||||
id: "b2",
|
||||
category: "Asset Flow",
|
||||
title: "Quantitative Signals",
|
||||
excerpt: "Emerging trends in institutional allocation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-shapes-glowing-with-bright-holographic-colors_23-2151037165.jpg",
|
||||
authorName: "Research Lead",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-tablet_23-2148815608.jpg",
|
||||
date: "Oct 2024",
|
||||
},
|
||||
id: "b2", category: "Asset Flow", title: "Quantitative Signals", excerpt: "Emerging trends in institutional allocation.", imageSrc: "http://img.b2bpic.net/free-photo/3d-shapes-glowing-with-bright-holographic-colors_23-2151037165.jpg", authorName: "Research Lead", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-tablet_23-2148815608.jpg", date: "Oct 2024"},
|
||||
{
|
||||
id: "b3",
|
||||
category: "Policy",
|
||||
title: "Monetary Policy Review",
|
||||
excerpt: "Strategic impact on capital markets.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-techno-with-flowing-lines-particles_1048-13718.jpg",
|
||||
authorName: "Policy Strategist",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-charismatic-sensual-male-black-sweater-with-wet_613910-11158.jpg",
|
||||
date: "Oct 2024",
|
||||
},
|
||||
id: "b3", category: "Policy", title: "Monetary Policy Review", excerpt: "Strategic impact on capital markets.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-techno-with-flowing-lines-particles_1048-13718.jpg", authorName: "Policy Strategist", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-charismatic-sensual-male-black-sweater-with-wet_613910-11158.jpg", date: "Oct 2024"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -212,25 +137,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "$12.4T",
|
||||
title: "Assets Monitored",
|
||||
description: "Global systemic asset visibility",
|
||||
icon: Globe,
|
||||
id: "m1", value: "$12.4T", title: "Assets Monitored", description: "Global systemic asset visibility", icon: Globe,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "99.8%",
|
||||
title: "Precision Rate",
|
||||
description: "Algorithmic execution fidelity",
|
||||
icon: Target,
|
||||
id: "m2", value: "99.8%", title: "Precision Rate", description: "Algorithmic execution fidelity", icon: Target,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "12ms",
|
||||
title: "Signal Latency",
|
||||
description: "High-velocity data processing",
|
||||
icon: Zap,
|
||||
id: "m3", value: "12ms", title: "Signal Latency", description: "High-velocity data processing", icon: Zap,
|
||||
},
|
||||
]}
|
||||
title="Portfolio Analytics"
|
||||
@@ -244,55 +157,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Chen",
|
||||
date: "2024",
|
||||
title: "CIO",
|
||||
quote: "The most sophisticated research platform I have used in two decades.",
|
||||
tag: "Strategy",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-wearing-glasses_329181-677.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-sauna-with-panoramic-windows-wooden-design_169016-70021.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah Chen", date: "2024", title: "CIO", quote: "The most sophisticated research platform I have used in two decades.", tag: "Strategy", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-wearing-glasses_329181-677.jpg", imageSrc: "http://img.b2bpic.net/free-photo/modern-sauna-with-panoramic-windows-wooden-design_169016-70021.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Marcus Vane",
|
||||
date: "2024",
|
||||
title: "Portfolio Lead",
|
||||
quote: "Apex transformed how we view systemic risk allocation.",
|
||||
tag: "Execution",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/handsome-muscular-young-man-posing_158595-3045.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-office_23-2151780763.jpg",
|
||||
},
|
||||
id: "t2", name: "Marcus Vane", date: "2024", title: "Portfolio Lead", quote: "Apex transformed how we view systemic risk allocation.", tag: "Execution", avatarSrc: "http://img.b2bpic.net/free-photo/handsome-muscular-young-man-posing_158595-3045.jpg", imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-office_23-2151780763.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Elena Rodriguez",
|
||||
date: "2024",
|
||||
title: "Head of Research",
|
||||
quote: "Unparalleled data depth and intelligent processing.",
|
||||
tag: "Insights",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/man-using-glass-wall-write-some-information_329181-15291.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/entrepreneur-working-project-ideas-while-he-waits-lounge-area-business-trip-manager-sent-negociate-with-collaborators-ensure-partnership-company-growth-global-stage_482257-72893.jpg",
|
||||
},
|
||||
id: "t3", name: "Elena Rodriguez", date: "2024", title: "Head of Research", quote: "Unparalleled data depth and intelligent processing.", tag: "Insights", avatarSrc: "http://img.b2bpic.net/free-photo/man-using-glass-wall-write-some-information_329181-15291.jpg", imageSrc: "http://img.b2bpic.net/free-photo/entrepreneur-working-project-ideas-while-he-waits-lounge-area-business-trip-manager-sent-negociate-with-collaborators-ensure-partnership-company-growth-global-stage_482257-72893.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Thorne",
|
||||
date: "2024",
|
||||
title: "Risk Officer",
|
||||
quote: "Exceptional precision in volatile market modeling.",
|
||||
tag: "Risk",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/concentrated-worker-using-his-tablet_1134-570.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-arrangement-work_23-2151976835.jpg",
|
||||
},
|
||||
id: "t4", name: "David Thorne", date: "2024", title: "Risk Officer", quote: "Exceptional precision in volatile market modeling.", tag: "Risk", avatarSrc: "http://img.b2bpic.net/free-photo/concentrated-worker-using-his-tablet_1134-570.jpg", imageSrc: "http://img.b2bpic.net/free-photo/studio-arrangement-work_23-2151976835.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Julia M. Scott",
|
||||
date: "2024",
|
||||
title: "Investment Strategist",
|
||||
quote: "A standard-setting tool for institutional architecture.",
|
||||
tag: "Strategy",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/talented-writer-is-ready-present-his-new-book-he-is-doing-last-notes_613910-14617.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797617.jpg",
|
||||
},
|
||||
id: "t5", name: "Julia M. Scott", date: "2024", title: "Investment Strategist", quote: "A standard-setting tool for institutional architecture.", tag: "Strategy", avatarSrc: "http://img.b2bpic.net/free-photo/talented-writer-is-ready-present-his-new-book-he-is-doing-last-notes_613910-14617.jpg", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797617.jpg"},
|
||||
]}
|
||||
title="Institutional Provenance"
|
||||
description="Trusted by global fund managers and institutional leads."
|
||||
@@ -301,30 +174,19 @@ export default function LandingPage() {
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardTen
|
||||
membersAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
title="Architects of Capital"
|
||||
tag="Leadership"
|
||||
members={[
|
||||
{
|
||||
id: "mem1",
|
||||
name: "Jonathan Archer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/experienced-businessman-standing-office-room-indian-content-office-employee-eyeglasses-smiling-posing-with-folded-hands-business-management-corporation-concept_74855-11681.jpg",
|
||||
},
|
||||
id: "mem1", name: "Jonathan Archer", imageSrc: "http://img.b2bpic.net/free-photo/experienced-businessman-standing-office-room-indian-content-office-employee-eyeglasses-smiling-posing-with-folded-hands-business-management-corporation-concept_74855-11681.jpg"},
|
||||
{
|
||||
id: "mem2",
|
||||
name: "Sarah Miller",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-with-folded-arms-looking-camera_23-2147955314.jpg",
|
||||
},
|
||||
id: "mem2", name: "Sarah Miller", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-with-folded-arms-looking-camera_23-2147955314.jpg"},
|
||||
{
|
||||
id: "mem3",
|
||||
name: "Liam Connor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-with-clipboard_1098-602.jpg",
|
||||
},
|
||||
id: "mem3", name: "Liam Connor", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-with-clipboard_1098-602.jpg"},
|
||||
{
|
||||
id: "mem4",
|
||||
name: "Sophia Vance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-businesswoman-with-tablet_23-2147787728.jpg",
|
||||
},
|
||||
id: "mem4", name: "Sophia Vance", imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-businesswoman-with-tablet_23-2147787728.jpg"},
|
||||
]}
|
||||
memberVariant="card"
|
||||
/>
|
||||
@@ -334,14 +196,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Secure institutional onboarding for verified investors and fund managers."
|
||||
buttons={[
|
||||
{
|
||||
text: "Initiate Onboarding",
|
||||
href: "#",
|
||||
},
|
||||
text: "Initiate Onboarding", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -350,29 +209,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
title: "Platform", items: [
|
||||
{
|
||||
label: "Research",
|
||||
href: "#research",
|
||||
},
|
||||
label: "Research", href: "#research"},
|
||||
{
|
||||
label: "Solutions",
|
||||
href: "#solutions",
|
||||
},
|
||||
label: "Solutions", href: "#solutions"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Compliance",
|
||||
href: "#",
|
||||
},
|
||||
label: "Compliance", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user