From ac4f2e5af25864b852fd997d008486becf1919d5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:20:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 108 +++++++++++++++++++++++++++++++---------------- 1 file changed, 71 insertions(+), 37 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c22638..762013c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,14 +88,17 @@ export default function LandingPage() { ], stats: [ { - title: "Market Coverage", values: ["89,450", "124,680", "156,920"], - description: "Global securities analyzed"}, + title: "Market Coverage", values: [89450, 124680, 156920], + description: "Global securities analyzed" + }, { - title: "Signal Accuracy", values: ["87.3%", "91.2%", "94.6%"], - valueSuffix: "", description: "Pattern recognition confidence"}, + title: "Signal Accuracy", values: [87.3, 91.2, 94.6], + valueSuffix: "%", description: "Pattern recognition confidence" + }, { - title: "News Sources", values: ["247", "380", "512"], - description: "Real-time feeds integrated"}, + title: "News Sources", values: [247, 380, 512], + description: "Real-time feeds integrated" + }, ], chartTitle: "Market Volatility Index", chartData: [ { value: 45 }, @@ -125,13 +128,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Technical Pattern Recognition", description: "AI-identified triangles, head-and-shoulders, flags, and Fibonacci levels with automated support/resistance detection.", bentoComponent: "animated-bar-chart"}, + title: "Technical Pattern Recognition", description: "AI-identified triangles, head-and-shoulders, flags, and Fibonacci levels with automated support/resistance detection.", bentoComponent: "animated-bar-chart" + }, { - title: "Fundamental Analysis Engine", description: "Automated earnings analysis, macroeconomic correlation tracking, and cross-asset relationship mapping.", bentoComponent: "line-chart"}, + title: "Fundamental Analysis Engine", description: "Automated earnings analysis, macroeconomic correlation tracking, and cross-asset relationship mapping.", bentoComponent: "line-chart" + }, { title: "Real-Time News Integration", description: "Aggregated feeds from Reuters, Bloomberg, Investing.com, and institutional sources with instant market impact scoring.", bentoComponent: "marquee", centerIcon: Zap, variant: "text", texts: [ - "Fed Policy Update", "Earnings Beat Signals", "Geopolitical Events", "Energy Market Shifts", "Currency Movements"], + "Fed Policy Update", "Earnings Beat Signals", "Geopolitical Events", "Energy Market Shifts", "Currency Movements" + ], }, { title: "Correlation Intelligence", description: "Advanced cross-market correlation analysis showing relationships between commodities, currencies, indices, and sectors.", bentoComponent: "orbiting-icons", centerIcon: Globe, @@ -154,13 +160,16 @@ export default function LandingPage() { title: "Risk Assessment Suite", description: "Volatility tracking, VIX analysis, Greeks modeling, and stress testing across portfolio positions.", bentoComponent: "3d-stack-cards", items: [ { icon: AlertCircle, - title: "Volatility Spike", subtitle: "VIX +15%", detail: "Monitor increasing market uncertainty"}, + title: "Volatility Spike", subtitle: "VIX +15%", detail: "Monitor increasing market uncertainty" + }, { icon: TrendingDown, - title: "Drawdown Risk", subtitle: "-8.5% scenario", detail: "Portfolio stress test results"}, + title: "Drawdown Risk", subtitle: "-8.5% scenario", detail: "Portfolio stress test results" + }, { icon: Shield, - title: "Hedge Strategy", subtitle: "Options overlay", detail: "Protective positioning recommendations"}, + title: "Hedge Strategy", subtitle: "Options overlay", detail: "Protective positioning recommendations" + }, ], }, ]} @@ -181,22 +190,28 @@ export default function LandingPage() { features={[ { icon: BarChart3, - title: "Volume Profile Analytics", description: "Analyze price levels where volume concentrated historically, identifying key support and resistance zones."}, + title: "Volume Profile Analytics", description: "Analyze price levels where volume concentrated historically, identifying key support and resistance zones." + }, { icon: TrendingUp, - title: "Probabilistic Scenarios", description: "Monte Carlo simulations and probabilistic analysis showing multiple potential market outcomes with confidence intervals."}, + title: "Probabilistic Scenarios", description: "Monte Carlo simulations and probabilistic analysis showing multiple potential market outcomes with confidence intervals." + }, { icon: Zap, - title: "Signal Aggregation", description: "Combines technical indicators (RSI, MACD, Bollinger Bands), fundamentals, and sentiment into unified trading signals."}, + title: "Signal Aggregation", description: "Combines technical indicators (RSI, MACD, Bollinger Bands), fundamentals, and sentiment into unified trading signals." + }, { icon: Globe, - title: "Global Correlation Tracking", description: "Real-time correlation heatmaps showing how assets move together across all major global markets and sectors."}, + title: "Global Correlation Tracking", description: "Real-time correlation heatmaps showing how assets move together across all major global markets and sectors." + }, { icon: Shield, - title: "Risk-Adjusted Performance", description: "Sharpe ratio optimization, drawdown analysis, and Sortino metrics for every position and strategy."}, + title: "Risk-Adjusted Performance", description: "Sharpe ratio optimization, drawdown analysis, and Sortino metrics for every position and strategy." + }, { icon: Workflow, - title: "Automated Workflows", description: "Custom alert systems, scheduled reports, and automated analysis execution on your predefined triggers and conditions."}, + title: "Automated Workflows", description: "Custom alert systems, scheduled reports, and automated analysis execution on your predefined triggers and conditions." + }, ]} /> @@ -232,17 +247,23 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah Chen", handle: "Head of Quantitative Research", testimonial: "The correlation tracking between global markets is exceptional. We've integrated their analysis into our daily briefing—it's become indispensable for our systematic strategies.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUIupeAnswC7PvApaj4NJOgG8z/professional-headshot-of-a-female-instit-1772641045041-a4c93bf9.png", imageAlt: "Sarah Chen"}, + id: "1", name: "Sarah Chen", handle: "Head of Quantitative Research", testimonial: "The correlation tracking between global markets is exceptional. We've integrated their analysis into our daily briefing—it's become indispensable for our systematic strategies.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUIupeAnswC7PvApaj4NJOgG8z/professional-headshot-of-a-female-instit-1772641045041-a4c93bf9.png", imageAlt: "Sarah Chen" + }, { - id: "2", name: "Michael Rodriguez", handle: "Portfolio Manager", testimonial: "Real-time news sentiment correlation with technical patterns. This is exactly what institutional money needs. The probabilistic scenarios have dramatically improved our risk management.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUIupeAnswC7PvApaj4NJOgG8z/professional-headshot-of-a-male-hedge-fu-1772641044532-18589803.png", imageAlt: "Michael Rodriguez"}, + id: "2", name: "Michael Rodriguez", handle: "Portfolio Manager", testimonial: "Real-time news sentiment correlation with technical patterns. This is exactly what institutional money needs. The probabilistic scenarios have dramatically improved our risk management.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUIupeAnswC7PvApaj4NJOgG8z/professional-headshot-of-a-male-hedge-fu-1772641044532-18589803.png", imageAlt: "Michael Rodriguez" + }, { - id: "3", name: "Emma Thompson", handle: "Senior Analyst", testimonial: "The macroeconomic integration is outstanding. Tracking Fed/ECB decisions alongside technical movements gives us competitive advantage in volatile environments.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUIupeAnswC7PvApaj4NJOgG8z/professional-headshot-of-a-female-financ-1772641045261-21f7153e.png", imageAlt: "Emma Thompson"}, + id: "3", name: "Emma Thompson", handle: "Senior Analyst", testimonial: "The macroeconomic integration is outstanding. Tracking Fed/ECB decisions alongside technical movements gives us competitive advantage in volatile environments.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUIupeAnswC7PvApaj4NJOgG8z/professional-headshot-of-a-female-financ-1772641045261-21f7153e.png", imageAlt: "Emma Thompson" + }, { - id: "4", name: "David Park", handle: "Trading Director", testimonial: "Pattern recognition accuracy at 94%+ with minimal false signals. We've optimized our execution using their technical analysis stack—phenomenal quality.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUIupeAnswC7PvApaj4NJOgG8z/professional-headshot-of-a-male-quantita-1772641044832-e4879fa6.png", imageAlt: "David Park"}, + id: "4", name: "David Park", handle: "Trading Director", testimonial: "Pattern recognition accuracy at 94%+ with minimal false signals. We've optimized our execution using their technical analysis stack—phenomenal quality.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUIupeAnswC7PvApaj4NJOgG8z/professional-headshot-of-a-male-quantita-1772641044832-e4879fa6.png", imageAlt: "David Park" + }, { - id: "5", name: "Lisa Morgenstern", handle: "Risk Officer", testimonial: "Volatility tracking and stress testing capabilities saved our portfolio during the recent energy sector shock. Their risk suite is production-ready institutional grade.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUIupeAnswC7PvApaj4NJOgG8z/professional-headshot-of-a-female-portfo-1772641044998-9de5cefc.png", imageAlt: "Lisa Morgenstern"}, + id: "5", name: "Lisa Morgenstern", handle: "Risk Officer", testimonial: "Volatility tracking and stress testing capabilities saved our portfolio during the recent energy sector shock. Their risk suite is production-ready institutional grade.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUIupeAnswC7PvApaj4NJOgG8z/professional-headshot-of-a-female-portfo-1772641044998-9de5cefc.png", imageAlt: "Lisa Morgenstern" + }, { - id: "6", name: "James Wilson", handle: "Chief Strategist", testimonial: "Multiple data source aggregation with automated correlation detection. This tool has become central to our signal development pipeline. Highly recommended.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUIupeAnswC7PvApaj4NJOgG8z/professional-headshot-of-a-male-institut-1772641042974-b1769f58.png", imageAlt: "James Wilson"}, + id: "6", name: "James Wilson", handle: "Chief Strategist", testimonial: "Multiple data source aggregation with automated correlation detection. This tool has become central to our signal development pipeline. Highly recommended.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUIupeAnswC7PvApaj4NJOgG8z/professional-headshot-of-a-male-institut-1772641042974-b1769f58.png", imageAlt: "James Wilson" + }, ]} speed={40} topMarqueeDirection="left" @@ -267,7 +288,8 @@ export default function LandingPage() { { text: "Chat with Sales", href: "#contact" }, ], features: [ - "Technical pattern recognition", "500+ market instruments", "Basic correlation tracking", "Daily market reports", "Email support", "Standard API access"], + "Technical pattern recognition", "500+ market instruments", "Basic correlation tracking", "Daily market reports", "Email support", "Standard API access" + ], }, { id: "institutional", badge: "Most Popular", badgeIcon: Sparkles, @@ -276,7 +298,8 @@ export default function LandingPage() { { text: "Chat with Sales", href: "#contact" }, ], features: [ - "All Professional features", "Macroeconomic intelligence", "Real-time news integration", "Advanced correlation analysis", "Probabilistic scenarios", "Priority support", "Advanced API & webhooks", "Custom alert workflows"], + "All Professional features", "Macroeconomic intelligence", "Real-time news integration", "Advanced correlation analysis", "Probabilistic scenarios", "Priority support", "Advanced API & webhooks", "Custom alert workflows" + ], }, { id: "enterprise", price: "Custom", name: "Enterprise Infrastructure", buttons: [ @@ -284,7 +307,8 @@ export default function LandingPage() { { text: "Enterprise Contact", href: "#contact" }, ], features: [ - "All Institutional features", "Dedicated infrastructure", "Custom data sources", "White-label solutions", "Dedicated support team", "On-premise deployment", "Custom integrations", "SLA guarantees"], + "All Institutional features", "Dedicated infrastructure", "Custom data sources", "White-label solutions", "Dedicated support team", "On-premise deployment", "Custom integrations", "SLA guarantees" + ], }, ]} /> @@ -303,25 +327,35 @@ export default function LandingPage() { animationType="smooth" faqs={[ { - id: "1", title: "What data sources does your platform use?", content: "We aggregate real-time data from Bloomberg, Reuters, Investing.com, Yahoo Finance, and official sources including the ECB, FED, IMF, and OECD. Our platform integrates technical market data, macroeconomic indicators, earnings reports, and multi-source news feeds for comprehensive analysis. Data is continuously updated with latency optimizations for institutional traders."}, + id: "1", title: "What data sources does your platform use?", content: "We aggregate real-time data from Bloomberg, Reuters, Investing.com, Yahoo Finance, and official sources including the ECB, FED, IMF, and OECD. Our platform integrates technical market data, macroeconomic indicators, earnings reports, and multi-source news feeds for comprehensive analysis. Data is continuously updated with latency optimizations for institutional traders." + }, { - id: "2", title: "How accurate is the technical pattern recognition?", content: "Our AI achieves 94.6% accuracy on pattern recognition including triangles, head-and-shoulders, flags, and Fibonacci levels. The system uses machine learning trained on 20+ years of historical market data. However, we maintain a probabilistic approach—no pattern guarantees future performance. All signals include confidence intervals and supporting context."}, + id: "2", title: "How accurate is the technical pattern recognition?", content: "Our AI achieves 94.6% accuracy on pattern recognition including triangles, head-and-shoulders, flags, and Fibonacci levels. The system uses machine learning trained on 20+ years of historical market data. However, we maintain a probabilistic approach—no pattern guarantees future performance. All signals include confidence intervals and supporting context." + }, { - id: "3", title: "Can I use this for algorithmic trading?", content: "Yes. Our API provides real-time signal access, technical indicators, and macroeconomic data suitable for algorithmic strategies. Professional and Institutional plans include standard API; Enterprise includes advanced webhooks and custom integration support. Our data feeds are optimized for low-latency consumption by trading systems."}, + id: "3", title: "Can I use this for algorithmic trading?", content: "Yes. Our API provides real-time signal access, technical indicators, and macroeconomic data suitable for algorithmic strategies. Professional and Institutional plans include standard API; Enterprise includes advanced webhooks and custom integration support. Our data feeds are optimized for low-latency consumption by trading systems." + }, { - id: "4", title: "How do you approach correlation analysis?", content: "We calculate rolling correlations across all major asset classes—equities, commodities, currencies, and bonds. The system automatically detects regime changes (when correlations break historical patterns) and alerts users. Macroeconomic events (Fed decisions, energy crisis, geopolitical tensions) influence correlation tracking. Analysis distinguishes correlation from causality based on event timing and fundamental factors."}, + id: "4", title: "How do you approach correlation analysis?", content: "We calculate rolling correlations across all major asset classes—equities, commodities, currencies, and bonds. The system automatically detects regime changes (when correlations break historical patterns) and alerts users. Macroeconomic events (Fed decisions, energy crisis, geopolitical tensions) influence correlation tracking. Analysis distinguishes correlation from causality based on event timing and fundamental factors." + }, { - id: "5", title: "What's your approach to macroeconomic indicators?", content: "We monitor GDP growth, inflation data, unemployment rates, central bank decisions (ECB, FED), and supply chain indicators. Our engine automatically correlates these macro signals with market movements. When significant macro events occur, we provide probabilistic impact scenarios. Users receive instant alerts when key economic data suggests potential market shifts."}, + id: "5", title: "What's your approach to macroeconomic indicators?", content: "We monitor GDP growth, inflation data, unemployment rates, central bank decisions (ECB, FED), and supply chain indicators. Our engine automatically correlates these macro signals with market movements. When significant macro events occur, we provide probabilistic impact scenarios. Users receive instant alerts when key economic data suggests potential market shifts." + }, { - id: "6", title: "How does news sentiment integration work?", content: "Our platform processes news from Reuters, Bloomberg, Investing.com and 500+ other sources in real-time. Each headline is analyzed for sentiment, market impact score, and relevance to specific assets. The system correlates news timing with price movements to quantify actual market impact. Historical context prevents false signal generation from routine news flow."}, + id: "6", title: "How does news sentiment integration work?", content: "Our platform processes news from Reuters, Bloomberg, Investing.com and 500+ other sources in real-time. Each headline is analyzed for sentiment, market impact score, and relevance to specific assets. The system correlates news timing with price movements to quantify actual market impact. Historical context prevents false signal generation from routine news flow." + }, { - id: "7", title: "Can I export reports and data?", content: "All plans include report export capabilities. Professional traders get daily PDF reports; Institutional users receive detailed Excel exports with historical data. Enterprise plans offer custom data export formats and scheduled report automation via API. CSV exports are available for all users with full market analysis data."}, + id: "7", title: "Can I export reports and data?", content: "All plans include report export capabilities. Professional traders get daily PDF reports; Institutional users receive detailed Excel exports with historical data. Enterprise plans offer custom data export formats and scheduled report automation via API. CSV exports are available for all users with full market analysis data." + }, { - id: "8", title: "What's your data latency and uptime?", content: "Real-time data feeds have <100ms latency for market prices and news integration. Our infrastructure provides 99.99% uptime with redundant data centers. Enterprise deployments support on-premise infrastructure options. Technical documentation provides detailed performance specifications and SLA commitments for institutional clients."}, + id: "8", title: "What's your data latency and uptime?", content: "Real-time data feeds have <100ms latency for market prices and news integration. Our infrastructure provides 99.99% uptime with redundant data centers. Enterprise deployments support on-premise infrastructure options. Technical documentation provides detailed performance specifications and SLA commitments for institutional clients." + }, { - id: "9", title: "Do you provide risk management tools?", content: "Yes. Our risk suite includes volatility tracking, VIX analysis, Greeks modeling for options, and portfolio stress testing. Sharpe ratio optimization and Sortino metrics help evaluate risk-adjusted returns. Automated drawdown analysis highlights periods of elevated portfolio risk. Enterprise clients can customize risk thresholds and receive alerts."}, + id: "9", title: "Do you provide risk management tools?", content: "Yes. Our risk suite includes volatility tracking, VIX analysis, Greeks modeling for options, and portfolio stress testing. Sharpe ratio optimization and Sortino metrics help evaluate risk-adjusted returns. Automated drawdown analysis highlights periods of elevated portfolio risk. Enterprise clients can customize risk thresholds and receive alerts." + }, { - id: "10", title: "Is there training or onboarding support?", content: "Professional and Institutional plans include email support and comprehensive documentation. Enterprise clients receive dedicated onboarding specialists, custom training sessions, and ongoing technical support. Video tutorials and API documentation are available for all users. Weekly market briefing webinars are included in Institutional and Enterprise plans."}, + id: "10", title: "Is there training or onboarding support?", content: "Professional and Institutional plans include email support and comprehensive documentation. Enterprise clients receive dedicated onboarding specialists, custom training sessions, and ongoing technical support. Video tutorials and API documentation are available for all users. Weekly market briefing webinars are included in Institutional and Enterprise plans." + }, ]} /> -- 2.49.1