Merge version_1 into main #2

Merged
bender merged 3 commits from version_1 into main 2026-03-07 17:42:47 +00:00
3 changed files with 136 additions and 377 deletions

View File

@@ -35,8 +35,7 @@ export default function InsightsPage() {
const footerColumns = [
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Markets", href: "/markets" },
{ label: "Commodities", href: "/commodities" },
{ label: "Economic Data", href: "/economic-indicators" },
@@ -44,8 +43,7 @@ export default function InsightsPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Blog", href: "/blog" },
{ label: "Documentation", href: "/docs" },
{ label: "API Reference", href: "/api" },
@@ -53,8 +51,7 @@ export default function InsightsPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Contact", href: "/contact" },
{ label: "Privacy Policy", href: "/privacy" },
@@ -89,20 +86,14 @@ export default function InsightsPage() {
<HeroSplitKpi
title="Track the Global Economy in One Dashboard"
description="Real-time insights into stocks, commodities, and macroeconomic trends. Monitor market movements, track economic indicators, and understand global market correlations all in one powerful platform."
background={{ variant: "circleGradient" }}
background={{ variant: "glowing-orb" }}
kpis={[
{
value: "50K+",
label: "Market Assets Tracked",
},
value: "50K+", label: "Market Assets Tracked"},
{
value: "24/7",
label: "Real-Time Updates",
},
value: "24/7", label: "Real-Time Updates"},
{
value: "100+",
label: "Economic Indicators",
},
value: "100+", label: "Economic Indicators"},
]}
enableKpiAnimation={true}
tag="Financial Intelligence"
@@ -110,16 +101,12 @@ export default function InsightsPage() {
tagAnimation="slide-up"
buttons={[
{
text: "Explore Markets",
href: "/markets",
},
text: "Explore Markets", href: "/markets"},
{
text: "View Dashboard",
href: "/dashboard",
},
text: "View Dashboard", href: "/dashboard"},
]}
buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/a-sophisticated-financial-analytics-dash-1772905169454-6a395dc8.png?_wi=6"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/a-sophisticated-financial-analytics-dash-1772905169454-6a395dc8.png"
imageAlt="MacroPulse dashboard interface"
mediaAnimation="blur-reveal"
imagePosition="right"
@@ -132,24 +119,16 @@ export default function InsightsPage() {
metrics={[
{
icon: BarChart3,
label: "Market Indices",
value: "500+",
},
label: "Market Indices", value: "500+"},
{
icon: Globe,
label: "Countries Covered",
value: "195",
},
label: "Countries Covered", value: "195"},
{
icon: Zap,
label: "Data Updates",
value: "Real-Time",
},
label: "Data Updates", value: "Real-Time"},
{
icon: Shield,
label: "Data Accuracy",
value: "99.8%",
},
label: "Data Accuracy", value: "99.8%"},
]}
metricsAnimation="blur-reveal"
useInvertedBackground={false}
@@ -160,75 +139,51 @@ export default function InsightsPage() {
<FeatureCardTwentyFive
features={[
{
title: "Live Market Ticker",
description:
"Real-time price updates for S&P 500, Nasdaq, Dow Jones, and global indices with instant notifications.",
icon: Activity,
title: "Live Market Ticker", description:
"Real-time price updates for S&P 500, Nasdaq, Dow Jones, and global indices with instant notifications.", icon: Activity,
mediaItems: [
{
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/an-animated-market-ticker-showing-stock--1772905169008-f6c878de.png?_wi=8",
imageAlt: "Live market ticker display",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/an-animated-market-ticker-showing-stock--1772905169008-f6c878de.png", imageAlt: "Live market ticker display"},
{
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/a-sector-performance-heatmap-showing-dif-1772905170272-319a13b8.png?_wi=5",
imageAlt: "Sector performance heatmap",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/a-sector-performance-heatmap-showing-dif-1772905170272-319a13b8.png", imageAlt: "Sector performance heatmap"},
],
},
{
title: "Commodity Tracking",
description:
"Monitor gold, silver, oil, natural gas, copper, wheat, and corn prices with historical data and supply/demand insights.",
icon: Coins,
title: "Commodity Tracking", description:
"Monitor gold, silver, oil, natural gas, copper, wheat, and corn prices with historical data and supply/demand insights.", icon: Coins,
mediaItems: [
{
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/a-comprehensive-chart-showing-commodity--1772905170329-d43eb2c6.png?_wi=7",
imageAlt: "Commodity price charts",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/a-comprehensive-chart-showing-commodity--1772905170329-d43eb2c6.png", imageAlt: "Commodity price charts"},
{
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/a-correlation-heatmap-showing-relationsh-1772905169518-5c5f7b7d.png?_wi=8",
imageAlt: "Commodity correlation analysis",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/a-correlation-heatmap-showing-relationsh-1772905169518-5c5f7b7d.png", imageAlt: "Commodity correlation analysis"},
],
},
{
title: "Economic Indicators",
description:
"Track CPI, interest rates, unemployment, GDP growth, bond yields, and M2 money supply with trend analysis.",
icon: TrendingUp,
title: "Economic Indicators", description:
"Track CPI, interest rates, unemployment, GDP growth, bond yields, and M2 money supply with trend analysis.", icon: TrendingUp,
mediaItems: [
{
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/a-dashboard-showing-key-economic-indicat-1772905170137-bcb35709.png?_wi=6",
imageAlt: "Economic indicators dashboard",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/a-dashboard-showing-key-economic-indicat-1772905170137-bcb35709.png", imageAlt: "Economic indicators dashboard"},
{
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/a-correlation-heatmap-showing-relationsh-1772905169518-5c5f7b7d.png?_wi=9",
imageAlt: "Macro trends visualization",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/a-correlation-heatmap-showing-relationsh-1772905169518-5c5f7b7d.png", imageAlt: "Macro trends visualization"},
],
},
{
title: "Watchlist & Alerts",
description:
"Create custom watchlists, set price alerts, and receive instant notifications when markets move.",
icon: Bell,
title: "Watchlist & Alerts", description:
"Create custom watchlists, set price alerts, and receive instant notifications when markets move.", icon: Bell,
mediaItems: [
{
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/a-user-portfolio-dashboard-showing-watch-1772905170168-2a1b2105.png?_wi=5",
imageAlt: "Portfolio tracking interface",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/a-user-portfolio-dashboard-showing-watch-1772905170168-2a1b2105.png", imageAlt: "Portfolio tracking interface"},
{
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/a-financial-news-feed-displaying-market--1772905170027-e6a70db9.png?_wi=4",
imageAlt: "Market news and alerts",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/a-financial-news-feed-displaying-market--1772905170027-e6a70db9.png", imageAlt: "Market news and alerts"},
],
},
]}
@@ -247,32 +202,14 @@ export default function InsightsPage() {
<MetricCardEleven
metrics={[
{
id: "1",
value: "10M+",
title: "Daily Price Updates",
description: "Processed market data points globally",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/an-animated-market-ticker-showing-stock--1772905169008-f6c878de.png?_wi=9",
imageAlt: "Market data processing",
},
id: "1", value: "10M+", title: "Daily Price Updates", description: "Processed market data points globally", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/an-animated-market-ticker-showing-stock--1772905169008-f6c878de.png", imageAlt: "Market data processing"},
{
id: "2",
value: "500K+",
title: "Active Users",
description: "Financial professionals worldwide",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/a-user-portfolio-dashboard-showing-watch-1772905170168-2a1b2105.png?_wi=6",
imageAlt: "User engagement",
},
id: "2", value: "500K+", title: "Active Users", description: "Financial professionals worldwide", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/a-user-portfolio-dashboard-showing-watch-1772905170168-2a1b2105.png", imageAlt: "User engagement"},
{
id: "3",
value: "99.99%",
title: "Uptime Guarantee",
description: "Reliable market data infrastructure",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/a-sophisticated-financial-analytics-dash-1772905169454-6a395dc8.png?_wi=7",
imageAlt: "System reliability",
},
id: "3", value: "99.99%", title: "Uptime Guarantee", description: "Reliable market data infrastructure", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/a-sophisticated-financial-analytics-dash-1772905169454-6a395dc8.png", imageAlt: "System reliability"},
]}
animationType="slide-up"
title="Trusted by Financial Professionals"
@@ -286,65 +223,29 @@ export default function InsightsPage() {
<TestimonialCardTwo
testimonials={[
{
id: "1",
name: "Marcus Chen",
role: "Portfolio Manager",
testimonial:
"MacroPulse transformed how we track macro trends. The correlation analysis between commodities and equities is invaluable for our hedge fund operations.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/professional-headshot-of-a-confident-fin-1772905169205-67b33284.png?_wi=3",
imageAlt: "Marcus Chen",
},
id: "1", name: "Marcus Chen", role: "Portfolio Manager", testimonial:
"MacroPulse transformed how we track macro trends. The correlation analysis between commodities and equities is invaluable for our hedge fund operations.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/professional-headshot-of-a-confident-fin-1772905169205-67b33284.png", imageAlt: "Marcus Chen"},
{
id: "2",
name: "Sarah Williams",
role: "Financial Analyst",
testimonial:
"The real-time economic indicator updates keep us ahead of market movements. It's like having Bloomberg Terminal integrated with modern web design.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/professional-headshot-of-a-female-financ-1772905169322-0e76fff3.png?_wi=3",
imageAlt: "Sarah Williams",
},
id: "2", name: "Sarah Williams", role: "Financial Analyst", testimonial:
"The real-time economic indicator updates keep us ahead of market movements. It's like having Bloomberg Terminal integrated with modern web design.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/professional-headshot-of-a-female-financ-1772905169322-0e76fff3.png", imageAlt: "Sarah Williams"},
{
id: "3",
name: "David Rodriguez",
role: "Chief Investment Officer",
testimonial:
"The watchlist and alert system saved us thousands in missed opportunities. MacroPulse is now essential to our daily trading workflow.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/professional-headshot-of-a-male-business-1772905169037-cbd1a759.png?_wi=2",
imageAlt: "David Rodriguez",
},
id: "3", name: "David Rodriguez", role: "Chief Investment Officer", testimonial:
"The watchlist and alert system saved us thousands in missed opportunities. MacroPulse is now essential to our daily trading workflow.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/professional-headshot-of-a-male-business-1772905169037-cbd1a759.png", imageAlt: "David Rodriguez"},
{
id: "4",
name: "Elena Petrov",
role: "Senior Trader",
testimonial:
"Outstanding platform for macro analysis. The ability to correlate different asset classes in real-time is game-changing for our strategy.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/professional-headshot-of-a-financial-pro-1772905168815-b4b07568.png?_wi=2",
imageAlt: "Elena Petrov",
},
id: "4", name: "Elena Petrov", role: "Senior Trader", testimonial:
"Outstanding platform for macro analysis. The ability to correlate different asset classes in real-time is game-changing for our strategy.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/professional-headshot-of-a-financial-pro-1772905168815-b4b07568.png", imageAlt: "Elena Petrov"},
{
id: "5",
name: "James Kim",
role: "Risk Analyst",
testimonial:
"MacroPulse provides institutional-quality analytics at a fraction of traditional terminal costs. Highly recommended for serious market participants.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/professional-headshot-of-a-confident-fin-1772905169205-67b33284.png?_wi=4",
imageAlt: "James Kim",
},
id: "5", name: "James Kim", role: "Risk Analyst", testimonial:
"MacroPulse provides institutional-quality analytics at a fraction of traditional terminal costs. Highly recommended for serious market participants.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/professional-headshot-of-a-confident-fin-1772905169205-67b33284.png", imageAlt: "James Kim"},
{
id: "6",
name: "Victoria Santos",
role: "Hedge Fund Manager",
testimonial:
"The economic calendar and correlation analysis tools have become critical to our macro strategy. MacroPulse is an excellent addition to our analytics toolkit.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/professional-headshot-of-a-female-financ-1772905169322-0e76fff3.png?_wi=4",
imageAlt: "Victoria Santos",
},
id: "6", name: "Victoria Santos", role: "Hedge Fund Manager", testimonial:
"The economic calendar and correlation analysis tools have become critical to our macro strategy. MacroPulse is an excellent addition to our analytics toolkit.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/professional-headshot-of-a-female-financ-1772905169322-0e76fff3.png", imageAlt: "Victoria Santos"},
]}
animationType="blur-reveal"
title="Trusted by Financial Professionals"
@@ -366,13 +267,9 @@ export default function InsightsPage() {
description="Join thousands of financial professionals using MacroPulse to track stocks, commodities, and economic indicators in real-time. Start your free trial today."
buttons={[
{
text: "Start Free Trial",
href: "/signup",
},
text: "Start Free Trial", href: "/signup"},
{
text: "Schedule Demo",
href: "/demo",
},
text: "Schedule Demo", href: "/demo"},
]}
buttonAnimation="slide-up"
background={{ variant: "radial-gradient" }}

View File

@@ -27,8 +27,7 @@ export default function MarketsPage() {
const footerColumns = [
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Markets", href: "/markets" },
{ label: "Commodities", href: "commodities" },
{ label: "Economic Data", href: "economic-indicators" },
@@ -36,8 +35,7 @@ export default function MarketsPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Blog", href: "blog" },
{ label: "Documentation", href: "docs" },
{ label: "API Reference", href: "api" },
@@ -45,8 +43,7 @@ export default function MarketsPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About", href: "about" },
{ label: "Contact", href: "contact" },
{ label: "Privacy Policy", href: "privacy" },
@@ -83,20 +80,14 @@ export default function MarketsPage() {
<HeroSplitKpi
title="Global Markets Dashboard"
description="Track stocks, commodities, forex, and crypto markets with real-time data. Monitor indices across all continents, analyze market trends, and make informed investment decisions powered by MacroPulse intelligence."
background={{ variant: "circleGradient" }}
background={{ variant: "glowing-orb" }}
kpis={[
{
value: "150+",
label: "Global Exchanges",
},
value: "150+", label: "Global Exchanges"},
{
value: "100K+",
label: "Tradeable Assets",
},
value: "100K+", label: "Tradeable Assets"},
{
value: "Sub-Second",
label: "Data Latency",
},
value: "Sub-Second", label: "Data Latency"},
]}
enableKpiAnimation={true}
tag="Market Intelligence"
@@ -104,16 +95,12 @@ export default function MarketsPage() {
tagAnimation="slide-up"
buttons={[
{
text: "Back to Home",
href: "/",
},
text: "Back to Home", href: "/"},
{
text: "Access Dashboard",
href: "/dashboard",
},
text: "Access Dashboard", href: "/dashboard"},
]}
buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/an-animated-market-ticker-showing-stock--1772905169008-f6c878de.png?_wi=3"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/an-animated-market-ticker-showing-stock--1772905169008-f6c878de.png"
imageAlt="Global markets dashboard"
mediaAnimation="blur-reveal"
imagePosition="right"
@@ -125,57 +112,39 @@ export default function MarketsPage() {
<FeatureCardTwentyFive
features={[
{
title: "Stock Markets",
description:
"Real-time stock prices, indices, and company fundamentals from major exchanges (NYSE, Nasdaq, LSE, TSE, Hong Kong, Singapore, and more).",
icon: Activity,
title: "Stock Markets", description:
"Real-time stock prices, indices, and company fundamentals from major exchanges (NYSE, Nasdaq, LSE, TSE, Hong Kong, Singapore, and more).", icon: Activity,
mediaItems: [
{
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/an-animated-market-ticker-showing-stock--1772905169008-f6c878de.png?_wi=4",
imageAlt: "Stock market ticker",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/an-animated-market-ticker-showing-stock--1772905169008-f6c878de.png", imageAlt: "Stock market ticker"},
{
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/a-sector-performance-heatmap-showing-dif-1772905170272-319a13b8.png?_wi=2",
imageAlt: "Sector performance",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/a-sector-performance-heatmap-showing-dif-1772905170272-319a13b8.png", imageAlt: "Sector performance"},
],
},
{
title: "Commodities",
description:
"Track energy (crude oil, natural gas), metals (gold, silver, copper), and agriculture (wheat, corn, soybeans) with supply-demand analysis.",
icon: Coins,
title: "Commodities", description:
"Track energy (crude oil, natural gas), metals (gold, silver, copper), and agriculture (wheat, corn, soybeans) with supply-demand analysis.", icon: Coins,
mediaItems: [
{
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/a-comprehensive-chart-showing-commodity--1772905170329-d43eb2c6.png?_wi=2",
imageAlt: "Commodity prices",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/a-comprehensive-chart-showing-commodity--1772905170329-d43eb2c6.png", imageAlt: "Commodity prices"},
{
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/a-correlation-heatmap-showing-relationsh-1772905169518-5c5f7b7d.png?_wi=3",
imageAlt: "Commodity correlation",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/a-correlation-heatmap-showing-relationsh-1772905169518-5c5f7b7d.png", imageAlt: "Commodity correlation"},
],
},
{
title: "Forex & Currencies",
description:
"Monitor major currency pairs (EUR/USD, GBP/USD, JPY), emerging market currencies, and cross-rates with real-time exchange rates.",
icon: TrendingUp,
title: "Forex & Currencies", description:
"Monitor major currency pairs (EUR/USD, GBP/USD, JPY), emerging market currencies, and cross-rates with real-time exchange rates.", icon: TrendingUp,
mediaItems: [
{
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/a-dashboard-showing-key-economic-indicat-1772905170137-bcb35709.png?_wi=2",
imageAlt: "Forex rates",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/a-dashboard-showing-key-economic-indicat-1772905170137-bcb35709.png", imageAlt: "Forex rates"},
{
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/a-sophisticated-financial-analytics-dash-1772905169454-6a395dc8.png?_wi=3",
imageAlt: "Currency trends",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/a-sophisticated-financial-analytics-dash-1772905169454-6a395dc8.png", imageAlt: "Currency trends"},
],
},
]}
@@ -200,13 +169,9 @@ export default function MarketsPage() {
description="Access technical analysis, advanced charting, correlation matrices, and predictive models. Our platform gives you the institutional tools you need to stay competitive in global markets."
buttons={[
{
text: "Try Free",
href: "/trial",
},
text: "Try Free", href: "/trial"},
{
text: "Learn More",
href: "/features",
},
text: "Learn More", href: "/features"},
]}
buttonAnimation="slide-up"
background={{ variant: "radial-gradient" }}

View File

@@ -35,8 +35,7 @@ export default function HomePage() {
const footerColumns = [
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Markets", href: "/markets" },
{ label: "Commodities", href: "commodities" },
{ label: "Economic Data", href: "economic-indicators" },
@@ -44,8 +43,7 @@ export default function HomePage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Blog", href: "blog" },
{ label: "Documentation", href: "docs" },
{ label: "API Reference", href: "api" },
@@ -53,8 +51,7 @@ export default function HomePage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About", href: "about" },
{ label: "Contact", href: "contact" },
{ label: "Privacy Policy", href: "privacy" },
@@ -91,20 +88,14 @@ export default function HomePage() {
<HeroSplitKpi
title="Track the Global Economy in One Dashboard"
description="Real-time insights into stocks, commodities, and macroeconomic trends. Monitor market movements, track economic indicators, and understand global market correlations all in one powerful platform."
background={{ variant: "circleGradient" }}
background={{ variant: "glowing-orb" }}
kpis={[
{
value: "50K+",
label: "Market Assets Tracked",
},
value: "50K+", label: "Market Assets Tracked"},
{
value: "24/7",
label: "Real-Time Updates",
},
value: "24/7", label: "Real-Time Updates"},
{
value: "100+",
label: "Economic Indicators",
},
value: "100+", label: "Economic Indicators"},
]}
enableKpiAnimation={true}
tag="Financial Intelligence"
@@ -112,16 +103,12 @@ export default function HomePage() {
tagAnimation="slide-up"
buttons={[
{
text: "Explore Markets",
href: "/markets",
},
text: "Explore Markets", href: "/markets"},
{
text: "View Dashboard",
href: "/dashboard",
},
text: "View Dashboard", href: "/dashboard"},
]}
buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/a-sophisticated-financial-analytics-dash-1772905169454-6a395dc8.png?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/a-sophisticated-financial-analytics-dash-1772905169454-6a395dc8.png"
imageAlt="MacroPulse dashboard interface"
mediaAnimation="blur-reveal"
imagePosition="right"
@@ -135,24 +122,16 @@ export default function HomePage() {
metrics={[
{
icon: BarChart3,
label: "Market Indices",
value: "500+",
},
label: "Market Indices", value: "500+"},
{
icon: Globe,
label: "Countries Covered",
value: "195",
},
label: "Countries Covered", value: "195"},
{
icon: Zap,
label: "Data Updates",
value: "Real-Time",
},
label: "Data Updates", value: "Real-Time"},
{
icon: Shield,
label: "Data Accuracy",
value: "99.8%",
},
label: "Data Accuracy", value: "99.8%"},
]}
metricsAnimation="blur-reveal"
useInvertedBackground={false}
@@ -164,75 +143,51 @@ export default function HomePage() {
<FeatureCardTwentyFive
features={[
{
title: "Live Market Ticker",
description:
"Real-time price updates for S&P 500, Nasdaq, Dow Jones, and global indices with instant notifications.",
icon: Activity,
title: "Live Market Ticker", description:
"Real-time price updates for S&P 500, Nasdaq, Dow Jones, and global indices with instant notifications.", icon: Activity,
mediaItems: [
{
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/an-animated-market-ticker-showing-stock--1772905169008-f6c878de.png?_wi=1",
imageAlt: "Live market ticker display",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/an-animated-market-ticker-showing-stock--1772905169008-f6c878de.png", imageAlt: "Live market ticker display"},
{
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/a-sector-performance-heatmap-showing-dif-1772905170272-319a13b8.png?_wi=1",
imageAlt: "Sector performance heatmap",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/a-sector-performance-heatmap-showing-dif-1772905170272-319a13b8.png", imageAlt: "Sector performance heatmap"},
],
},
{
title: "Commodity Tracking",
description:
"Monitor gold, silver, oil, natural gas, copper, wheat, and corn prices with historical data and supply/demand insights.",
icon: Coins,
title: "Commodity Tracking", description:
"Monitor gold, silver, oil, natural gas, copper, wheat, and corn prices with historical data and supply/demand insights.", icon: Coins,
mediaItems: [
{
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/a-comprehensive-chart-showing-commodity--1772905170329-d43eb2c6.png?_wi=1",
imageAlt: "Commodity price charts",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/a-comprehensive-chart-showing-commodity--1772905170329-d43eb2c6.png", imageAlt: "Commodity price charts"},
{
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/a-correlation-heatmap-showing-relationsh-1772905169518-5c5f7b7d.png?_wi=1",
imageAlt: "Commodity correlation analysis",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/a-correlation-heatmap-showing-relationsh-1772905169518-5c5f7b7d.png", imageAlt: "Commodity correlation analysis"},
],
},
{
title: "Economic Indicators",
description:
"Track CPI, interest rates, unemployment, GDP growth, bond yields, and M2 money supply with trend analysis.",
icon: TrendingUp,
title: "Economic Indicators", description:
"Track CPI, interest rates, unemployment, GDP growth, bond yields, and M2 money supply with trend analysis.", icon: TrendingUp,
mediaItems: [
{
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/a-dashboard-showing-key-economic-indicat-1772905170137-bcb35709.png?_wi=1",
imageAlt: "Economic indicators dashboard",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/a-dashboard-showing-key-economic-indicat-1772905170137-bcb35709.png", imageAlt: "Economic indicators dashboard"},
{
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/a-correlation-heatmap-showing-relationsh-1772905169518-5c5f7b7d.png?_wi=2",
imageAlt: "Macro trends visualization",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/a-correlation-heatmap-showing-relationsh-1772905169518-5c5f7b7d.png", imageAlt: "Macro trends visualization"},
],
},
{
title: "Watchlist & Alerts",
description:
"Create custom watchlists, set price alerts, and receive instant notifications when markets move.",
icon: Bell,
title: "Watchlist & Alerts", description:
"Create custom watchlists, set price alerts, and receive instant notifications when markets move.", icon: Bell,
mediaItems: [
{
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/a-user-portfolio-dashboard-showing-watch-1772905170168-2a1b2105.png?_wi=1",
imageAlt: "Portfolio tracking interface",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/a-user-portfolio-dashboard-showing-watch-1772905170168-2a1b2105.png", imageAlt: "Portfolio tracking interface"},
{
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/a-financial-news-feed-displaying-market--1772905170027-e6a70db9.png?_wi=1",
imageAlt: "Market news and alerts",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/a-financial-news-feed-displaying-market--1772905170027-e6a70db9.png", imageAlt: "Market news and alerts"},
],
},
]}
@@ -252,32 +207,14 @@ export default function HomePage() {
<MetricCardEleven
metrics={[
{
id: "1",
value: "10M+",
title: "Daily Price Updates",
description: "Processed market data points globally",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/an-animated-market-ticker-showing-stock--1772905169008-f6c878de.png?_wi=2",
imageAlt: "Market data processing",
},
id: "1", value: "10M+", title: "Daily Price Updates", description: "Processed market data points globally", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/an-animated-market-ticker-showing-stock--1772905169008-f6c878de.png", imageAlt: "Market data processing"},
{
id: "2",
value: "500K+",
title: "Active Users",
description: "Financial professionals worldwide",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/a-user-portfolio-dashboard-showing-watch-1772905170168-2a1b2105.png?_wi=2",
imageAlt: "User engagement",
},
id: "2", value: "500K+", title: "Active Users", description: "Financial professionals worldwide", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/a-user-portfolio-dashboard-showing-watch-1772905170168-2a1b2105.png", imageAlt: "User engagement"},
{
id: "3",
value: "99.99%",
title: "Uptime Guarantee",
description: "Reliable market data infrastructure",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/a-sophisticated-financial-analytics-dash-1772905169454-6a395dc8.png?_wi=2",
imageAlt: "System reliability",
},
id: "3", value: "99.99%", title: "Uptime Guarantee", description: "Reliable market data infrastructure", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/a-sophisticated-financial-analytics-dash-1772905169454-6a395dc8.png", imageAlt: "System reliability"},
]}
animationType="slide-up"
title="Trusted by Financial Professionals"
@@ -292,65 +229,29 @@ export default function HomePage() {
<TestimonialCardTwo
testimonials={[
{
id: "1",
name: "Marcus Chen",
role: "Portfolio Manager",
testimonial:
"MacroPulse transformed how we track macro trends. The correlation analysis between commodities and equities is invaluable for our hedge fund operations.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/professional-headshot-of-a-confident-fin-1772905169205-67b33284.png?_wi=1",
imageAlt: "Marcus Chen",
},
id: "1", name: "Marcus Chen", role: "Portfolio Manager", testimonial:
"MacroPulse transformed how we track macro trends. The correlation analysis between commodities and equities is invaluable for our hedge fund operations.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/professional-headshot-of-a-confident-fin-1772905169205-67b33284.png", imageAlt: "Marcus Chen"},
{
id: "2",
name: "Sarah Williams",
role: "Financial Analyst",
testimonial:
"The real-time economic indicator updates keep us ahead of market movements. It's like having Bloomberg Terminal integrated with modern web design.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/professional-headshot-of-a-female-financ-1772905169322-0e76fff3.png?_wi=1",
imageAlt: "Sarah Williams",
},
id: "2", name: "Sarah Williams", role: "Financial Analyst", testimonial:
"The real-time economic indicator updates keep us ahead of market movements. It's like having Bloomberg Terminal integrated with modern web design.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/professional-headshot-of-a-female-financ-1772905169322-0e76fff3.png", imageAlt: "Sarah Williams"},
{
id: "3",
name: "David Rodriguez",
role: "Chief Investment Officer",
testimonial:
"The watchlist and alert system saved us thousands in missed opportunities. MacroPulse is now essential to our daily trading workflow.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/professional-headshot-of-a-male-business-1772905169037-cbd1a759.png?_wi=1",
imageAlt: "David Rodriguez",
},
id: "3", name: "David Rodriguez", role: "Chief Investment Officer", testimonial:
"The watchlist and alert system saved us thousands in missed opportunities. MacroPulse is now essential to our daily trading workflow.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/professional-headshot-of-a-male-business-1772905169037-cbd1a759.png", imageAlt: "David Rodriguez"},
{
id: "4",
name: "Elena Petrov",
role: "Senior Trader",
testimonial:
"Outstanding platform for macro analysis. The ability to correlate different asset classes in real-time is game-changing for our strategy.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/professional-headshot-of-a-financial-pro-1772905168815-b4b07568.png?_wi=1",
imageAlt: "Elena Petrov",
},
id: "4", name: "Elena Petrov", role: "Senior Trader", testimonial:
"Outstanding platform for macro analysis. The ability to correlate different asset classes in real-time is game-changing for our strategy.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/professional-headshot-of-a-financial-pro-1772905168815-b4b07568.png", imageAlt: "Elena Petrov"},
{
id: "5",
name: "James Kim",
role: "Risk Analyst",
testimonial:
"MacroPulse provides institutional-quality analytics at a fraction of traditional terminal costs. Highly recommended for serious market participants.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/professional-headshot-of-a-confident-fin-1772905169205-67b33284.png?_wi=2",
imageAlt: "James Kim",
},
id: "5", name: "James Kim", role: "Risk Analyst", testimonial:
"MacroPulse provides institutional-quality analytics at a fraction of traditional terminal costs. Highly recommended for serious market participants.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/professional-headshot-of-a-confident-fin-1772905169205-67b33284.png", imageAlt: "James Kim"},
{
id: "6",
name: "Victoria Santos",
role: "Hedge Fund Manager",
testimonial:
"The economic calendar and correlation analysis tools have become critical to our macro strategy. MacroPulse is an excellent addition to our analytics toolkit.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/professional-headshot-of-a-female-financ-1772905169322-0e76fff3.png?_wi=2",
imageAlt: "Victoria Santos",
},
id: "6", name: "Victoria Santos", role: "Hedge Fund Manager", testimonial:
"The economic calendar and correlation analysis tools have become critical to our macro strategy. MacroPulse is an excellent addition to our analytics toolkit.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcwKjmqX8hXdoaRHFrjpfUV87p/professional-headshot-of-a-female-financ-1772905169322-0e76fff3.png", imageAlt: "Victoria Santos"},
]}
animationType="blur-reveal"
title="Trusted by Financial Professionals"
@@ -373,13 +274,9 @@ export default function HomePage() {
description="Join thousands of financial professionals using MacroPulse to track stocks, commodities, and economic indicators in real-time. Start your free trial today."
buttons={[
{
text: "Start Free Trial",
href: "/signup",
},
text: "Start Free Trial", href: "/signup"},
{
text: "Schedule Demo",
href: "/demo",
},
text: "Schedule Demo", href: "/demo"},
]}
buttonAnimation="slide-up"
background={{ variant: "radial-gradient" }}