Merge version_1 into main #2
@@ -15,11 +15,11 @@ export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="icon-arrow"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="none"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="FYNX NEWS"
|
||||
description="Real-time financial futures and market intelligence. Trade smarter with premium analysis and breaking market news."
|
||||
background={{ variant: "none" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Live Markets", href: "#markets" },
|
||||
{ text: "View Analysis", href: "#analysis" },
|
||||
@@ -76,13 +76,13 @@ export default function LandingPage() {
|
||||
tag="Markets"
|
||||
products={[
|
||||
{
|
||||
id: "sp500", name: "S&P 500 Futures", price: "5,248.75", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeGuMyRtlZGdAB2Sive3YfKD17/professional-candlestick-chart-showing-f-1772946009901-2c5b8af2.png?_wi=1", imageAlt: "S&P 500 Futures Chart", isFavorited: false,
|
||||
id: "sp500", name: "S&P 500 Futures", price: "5,248.75", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeGuMyRtlZGdAB2Sive3YfKD17/professional-candlestick-chart-showing-f-1772946009901-2c5b8af2.png", imageAlt: "S&P 500 Futures Chart", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "nasdaq", name: "NASDAQ 100 Futures", price: "18,562.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeGuMyRtlZGdAB2Sive3YfKD17/detailed-market-analysis-visualization-w-1772946009546-6bb3d5fe.png?_wi=1", imageAlt: "NASDAQ Futures Chart", isFavorited: false,
|
||||
id: "nasdaq", name: "NASDAQ 100 Futures", price: "18,562.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeGuMyRtlZGdAB2Sive3YfKD17/detailed-market-analysis-visualization-w-1772946009546-6bb3d5fe.png", imageAlt: "NASDAQ Futures Chart", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "crude", name: "Crude Oil Futures", price: "78.45", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeGuMyRtlZGdAB2Sive3YfKD17/professional-candlestick-chart-showing-f-1772946009901-2c5b8af2.png?_wi=2", imageAlt: "Crude Oil Futures Chart", isFavorited: false,
|
||||
id: "crude", name: "Crude Oil Futures", price: "78.45", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeGuMyRtlZGdAB2Sive3YfKD17/professional-candlestick-chart-showing-f-1772946009901-2c5b8af2.png", imageAlt: "Crude Oil Futures Chart", isFavorited: false,
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -105,20 +105,20 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Technical Analysis", title: "Advanced Charting", subtitle: "Professional-grade charts with multiple indicators", description: "Access Bloomberg-style technical analysis tools with real-time candlestick patterns, moving averages, RSI, MACD, and Bollinger Bands. Identify market trends and support/resistance levels instantly.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeGuMyRtlZGdAB2Sive3YfKD17/detailed-market-analysis-visualization-w-1772946009546-6bb3d5fe.png?_wi=2", imageAlt: "Advanced Charting Tools", buttons: [{ text: "Explore Charts", href: "#" }],
|
||||
tag: "Technical Analysis", title: "Advanced Charting", subtitle: "Professional-grade charts with multiple indicators", description: "Access Bloomberg-style technical analysis tools with real-time candlestick patterns, moving averages, RSI, MACD, and Bollinger Bands. Identify market trends and support/resistance levels instantly.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeGuMyRtlZGdAB2Sive3YfKD17/detailed-market-analysis-visualization-w-1772946009546-6bb3d5fe.png", imageAlt: "Advanced Charting Tools", buttons: [{ text: "Explore Charts", href: "#" }],
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Volatility Tracking", title: "VIX & Volatility", subtitle: "Monitor market sentiment and volatility index", description: "Track VIX levels and implied volatility across all major futures markets. Understand market sentiment and optimize your hedging strategies with real-time volatility data.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeGuMyRtlZGdAB2Sive3YfKD17/professional-candlestick-chart-showing-f-1772946009901-2c5b8af2.png?_wi=3", imageAlt: "Volatility Index Tracking", buttons: [{ text: "View VIX", href: "#" }],
|
||||
tag: "Volatility Tracking", title: "VIX & Volatility", subtitle: "Monitor market sentiment and volatility index", description: "Track VIX levels and implied volatility across all major futures markets. Understand market sentiment and optimize your hedging strategies with real-time volatility data.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeGuMyRtlZGdAB2Sive3YfKD17/professional-candlestick-chart-showing-f-1772946009901-2c5b8af2.png", imageAlt: "Volatility Index Tracking", buttons: [{ text: "View VIX", href: "#" }],
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Market Research", title: "Institutional Research", subtitle: "Curated analysis from leading market experts", description: "Access exclusive research reports and market analysis from top financial institutions. Get insights into market-moving events, economic indicators, and emerging trends.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeGuMyRtlZGdAB2Sive3YfKD17/detailed-market-analysis-visualization-w-1772946009546-6bb3d5fe.png?_wi=3", imageAlt: "Market Research Reports", buttons: [{ text: "Read Analysis", href: "#" }],
|
||||
tag: "Market Research", title: "Institutional Research", subtitle: "Curated analysis from leading market experts", description: "Access exclusive research reports and market analysis from top financial institutions. Get insights into market-moving events, economic indicators, and emerging trends.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeGuMyRtlZGdAB2Sive3YfKD17/detailed-market-analysis-visualization-w-1772946009546-6bb3d5fe.png", imageAlt: "Market Research Reports", buttons: [{ text: "Read Analysis", href: "#" }],
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
tagAnimation="reveal-blur"
|
||||
tagAnimation="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
mediaAnimation="blur-reveal"
|
||||
ariaLabel="Futures Trading Analysis Section"
|
||||
@@ -145,7 +145,7 @@ export default function LandingPage() {
|
||||
title: "Mega-Cap Tech Earnings Beat Expectations", excerpt: "NASDAQ 100 futures gain 1.8% as major technology companies report stronger than expected quarterly results.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeGuMyRtlZGdAB2Sive3YfKD17/breaking-financial-news-alert-interface--1772946009843-0c11016f.png", imageAlt: "Tech Stock Performance", authorName: "David Park", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeGuMyRtlZGdAB2Sive3YfKD17/professional-financial-analyst-headshot--1772946011402-1230cc09.png", date: "Today 12:00 PM"},
|
||||
{
|
||||
id: "4", category: ["Commodities", "Gold"],
|
||||
title: "Safe-Haven Demand Supports Gold Futures", excerpt: "Gold futures reach 3-month highs as investors seek safety amid economic uncertainty and market volatility.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeGuMyRtlZGdAB2Sive3YfKD17/professional-candlestick-chart-showing-f-1772946009901-2c5b8af2.png?_wi=4", imageAlt: "Gold Futures Chart", authorName: "Emma Rodriguez", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeGuMyRtlZGdAB2Sive3YfKD17/professional-financial-analyst-portrait--1772946009406-b2829a24.png", date: "Yesterday 4:15 PM"},
|
||||
title: "Safe-Haven Demand Supports Gold Futures", excerpt: "Gold futures reach 3-month highs as investors seek safety amid economic uncertainty and market volatility.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeGuMyRtlZGdAB2Sive3YfKD17/professional-candlestick-chart-showing-f-1772946009901-2c5b8af2.png", imageAlt: "Gold Futures Chart", authorName: "Emma Rodriguez", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeGuMyRtlZGdAB2Sive3YfKD17/professional-financial-analyst-portrait--1772946009406-b2829a24.png", date: "Yesterday 4:15 PM"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -200,17 +200,17 @@ export default function LandingPage() {
|
||||
tag="Expert Commentary"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", title: "Market Inflection Point Approaching", quote: "We're seeing historical convergence of technical and fundamental indicators. The next 48 hours could define the quarter's trajectory. Futures positioning suggests institutional rebalancing incoming.", name: "James Mitchell", role: "Chief Market Strategist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeGuMyRtlZGdAB2Sive3YfKD17/professional-financial-analyst-headshot--1772946009570-d6926fcd.png?_wi=1", imageAlt: "James Mitchell Analyst"},
|
||||
id: "1", title: "Market Inflection Point Approaching", quote: "We're seeing historical convergence of technical and fundamental indicators. The next 48 hours could define the quarter's trajectory. Futures positioning suggests institutional rebalancing incoming.", name: "James Mitchell", role: "Chief Market Strategist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeGuMyRtlZGdAB2Sive3YfKD17/professional-financial-analyst-headshot--1772946009570-d6926fcd.png", imageAlt: "James Mitchell Analyst"},
|
||||
{
|
||||
id: "2", title: "Commodities Super-Cycle Thesis", quote: "Energy and metals futures are signaling strong structural demand. The supply constraints combined with geopolitical factors create compelling long-term opportunities in commodity derivative markets.", name: "Victoria Cross", role: "Commodities Research Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeGuMyRtlZGdAB2Sive3YfKD17/professional-financial-analyst-team-memb-1772946008798-a2929e08.png?_wi=1", imageAlt: "Victoria Cross Analyst"},
|
||||
id: "2", title: "Commodities Super-Cycle Thesis", quote: "Energy and metals futures are signaling strong structural demand. The supply constraints combined with geopolitical factors create compelling long-term opportunities in commodity derivative markets.", name: "Victoria Cross", role: "Commodities Research Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeGuMyRtlZGdAB2Sive3YfKD17/professional-financial-analyst-team-memb-1772946008798-a2929e08.png", imageAlt: "Victoria Cross Analyst"},
|
||||
{
|
||||
id: "3", title: "Tech Sector Consolidation Play", quote: "Mega-cap tech is establishing support levels we haven't seen since 2023. NASDAQ futures suggest institutional buyers accumulating. Q4 earnings could trigger the next leg up.", name: "Robert Zhang", role: "Technology Sector Lead", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeGuMyRtlZGdAB2Sive3YfKD17/professional-financial-analyst-headshot--1772946011402-1230cc09.png", imageAlt: "Robert Zhang Analyst"},
|
||||
{
|
||||
id: "4", title: "Macro Regime Shift Underway", quote: "The yield curve normalization we're witnessing is a once-per-decade event. Futures markets are pricing in multiple outcomes. Volatility traders should position accordingly.", name: "Elena Volkova", role: "Macro Economics Specialist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeGuMyRtlZGdAB2Sive3YfKD17/professional-financial-analyst-portrait--1772946009406-b2829a24.png", imageAlt: "Elena Volkova Analyst"},
|
||||
{
|
||||
id: "5", title: "Cryptocurrency Futures Emerging", quote: "Digital asset futures volumes have exceeded traditional commodities. The institutional adoption curve is accelerating faster than previous cycles. Early positioning is critical.", name: "Marcus Johnson", role: "Digital Assets Analyst", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeGuMyRtlZGdAB2Sive3YfKD17/professional-financial-analyst-headshot--1772946009570-d6926fcd.png?_wi=2", imageAlt: "Marcus Johnson Analyst"},
|
||||
id: "5", title: "Cryptocurrency Futures Emerging", quote: "Digital asset futures volumes have exceeded traditional commodities. The institutional adoption curve is accelerating faster than previous cycles. Early positioning is critical.", name: "Marcus Johnson", role: "Digital Assets Analyst", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeGuMyRtlZGdAB2Sive3YfKD17/professional-financial-analyst-headshot--1772946009570-d6926fcd.png", imageAlt: "Marcus Johnson Analyst"},
|
||||
{
|
||||
id: "6", title: "Currency Markets Under Pressure", quote: "FX futures are reflecting unprecedented divergence. Major currency pairs are testing decade-long support levels. Carry trades are unraveling with significant implications for emerging markets.", name: "Sophie Laurent", role: "Foreign Exchange Specialist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeGuMyRtlZGdAB2Sive3YfKD17/professional-financial-analyst-team-memb-1772946008798-a2929e08.png?_wi=2", imageAlt: "Sophie Laurent Analyst"},
|
||||
id: "6", title: "Currency Markets Under Pressure", quote: "FX futures are reflecting unprecedented divergence. Major currency pairs are testing decade-long support levels. Carry trades are unraveling with significant implications for emerging markets.", name: "Sophie Laurent", role: "Foreign Exchange Specialist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeGuMyRtlZGdAB2Sive3YfKD17/professional-financial-analyst-team-memb-1772946008798-a2929e08.png", imageAlt: "Sophie Laurent Analyst"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user