From 52a61caa80c94e470f381f4ed1a583e8afe37abc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 12:21:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 243 +++++++++-------------------------------------- 1 file changed, 46 insertions(+), 197 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0d0075a..d51ac47 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -56,89 +48,52 @@ export default function LandingPage() {
@@ -165,41 +113,18 @@ export default function LandingPage() {
@@ -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() {
@@ -334,14 +196,11 @@ export default function LandingPage() {
@@ -350,29 +209,19 @@ export default function LandingPage() {