From fd084a3673ee319ea19847f29dd64447c57c8bd9 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 12:19:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 17f731f..266ac20 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -105,16 +105,18 @@ export default function LandingPage() { features={[ { title: "1. Search Any Stock", description: "Quickly find any stock or asset you're interested in, from global indices to emerging markets. Our intuitive search gets you started instantly.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/search-icon-right-side-white-background_187299-40207.jpg", imageAlt: "Search a stock"} + imageSrc: "http://img.b2bpic.net/free-photo/search-icon-right-side-white-background_187299-40207.jpg", imageAlt: "Search a stock"}, + items: [], reverse: false }, { title: "2. Get an AI Score", description: "Receive an instant, comprehensive AI-generated score based on deep fundamental, technical, and market context analysis. Understand its potential at a glance.", media: { imageSrc: "http://img.b2bpic.net/free-photo/hud-user-interface-technology-spaceship-virtual-reality-game-with-infographic-chart-navigation-button_90220-1368.jpg", imageAlt: "Get an AI score"}, - reverse: true + reverse: true, items: [] }, { title: "3. Understand Your Next Move", description: "Access clear buy/hold/sell signals, detailed risk insights, and beginner-friendly explanations to confidently make your next move.", media: { - imageSrc: "http://img.b2bpic.net/free-vector/money-machine-background-design_1212-418.jpg", imageAlt: "Understand what to do next"} + imageSrc: "http://img.b2bpic.net/free-vector/money-machine-background-design_1212-418.jpg", imageAlt: "Understand what to do next"}, + items: [], reverse: false }, ]} title="How InvestIQ Works" @@ -130,39 +132,43 @@ export default function LandingPage() { features={[ { title: "AI Stock Analysis", description: "Analyze any stock with a clear score based on fundamentals, valuation, technicals, market context, and risk.", media: { - imageSrc: "http://img.b2bpic.net/free-vector/money-machine-background-design_1212-418.jpg", imageAlt: "AI Stock Analysis"} + imageSrc: "http://img.b2bpic.net/free-vector/money-machine-background-design_1212-418.jpg", imageAlt: "AI Stock Analysis"}, + items: [], reverse: false }, { title: "Beginner Mode Explanations", description: "Every metric and insight is explained in simple language, ensuring new investors understand why a stock looks attractive or risky.", media: { imageSrc: "http://img.b2bpic.net/free-vector/20-analytic-investment-balanced-scorecard-solid-glyph-icon-pack-like-scale-implementation-match-savings-gold_1142-19318.jpg", imageAlt: "Beginner Mode"}, - reverse: true + reverse: true, items: [] }, { title: "Portfolio Dashboard", description: "Track your holdings, performance, allocation, risk exposure, and diversification in one clean, customizable dashboard.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/blurred-lights-background_23-2148164836.jpg", imageAlt: "Portfolio Dashboard"} + imageSrc: "http://img.b2bpic.net/free-photo/blurred-lights-background_23-2148164836.jpg", imageAlt: "Portfolio Dashboard"}, + items: [], reverse: false }, { title: "Buy / Hold / Sell Signals", description: "Receive clear, AI-generated signals with confidence levels and transparent explanations, guiding your decisions with data.", media: { imageSrc: "http://img.b2bpic.net/free-photo/financial-data-visualization-stock-market-charts_23-2151977852.jpg", imageAlt: "Buy / Hold / Sell Signals"}, - reverse: true + reverse: true, items: [] }, { title: "Comprehensive Risk Analysis", description: "Identify volatility, concentration risk, overvalued assets, weak fundamentals, and dangerous portfolio exposures proactively.", media: { - imageSrc: "http://img.b2bpic.net/free-vector/suitcase-with-shield-business-protection-safety-finance-insurance_39422-635.jpg", imageAlt: "Risk Analysis"} + imageSrc: "http://img.b2bpic.net/free-vector/suitcase-with-shield-business-protection-safety-finance-insurance_39422-635.jpg", imageAlt: "Risk Analysis"}, + items: [], reverse: false }, { title: "Personalized Watchlist", description: "Follow your favorite stocks and receive real-time updates when InvestIQ's AI detects meaningful changes or new opportunities.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/businessman-pointing-bar-graph-teamwork_1098-340.jpg", imageAlt: "Watchlist"}, - reverse: true + imageSrc: "http://img.b2bpic.net/free-photo/stock-market-exchange-economics-investment-graph_53876-125159.jpg", imageAlt: "Watchlist"}, + reverse: true, items: [] }, { title: "Smart Stock Comparisons", description: "Compare stocks side-by-side—like Apple vs. Microsoft or Nvidia vs. AMD—with simple visual scores and actionable insights.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/young-investor-working-computer-with-real-time-stock-charts-following-trade-market-sales-trend-financial-analyst-using-forex-exchange-statistics-plan-data-analysis-index-profit-close-up_482257-42062.jpg", imageAlt: "Stock Comparisons"} + imageSrc: "http://img.b2bpic.net/free-photo/businessman-pointing-bar-graph-teamwork_1098-340.jpg", imageAlt: "Stock Comparisons"}, + items: [], reverse: false }, { title: "Interactive AI Investment Assistant", description: "Ask questions like 'Is Nvidia too expensive?' or 'Should I diversify my portfolio?' and get clear, concise, actionable answers.", media: { imageSrc: "http://img.b2bpic.net/free-photo/stock-market-economy-investment-financial-concept_53876-123930.jpg", imageAlt: "AI Investment Assistant"}, - reverse: true + reverse: true, items: [] }, ]} title="Unlock Powerful Investment Insights" -- 2.49.1