Update src/app/markets/page.tsx
This commit is contained in:
@@ -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" }}
|
||||
|
||||
Reference in New Issue
Block a user