Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 515bee5990 | |||
| d218e626e1 | |||
| aa0880970d | |||
| 3a077dff43 | |||
| e6b898b2fa |
128
src/app/page.tsx
128
src/app/page.tsx
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Zap, Bell, Briefcase, Brain } from "lucide-react";
|
||||
import { Zap, Bell, Briefcase, Brain, TrendingUp, BarChart3, LineChart } from "lucide-react";
|
||||
import BlogCardThree from '@/components/sections/blog/BlogCardThree';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
@@ -32,14 +32,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Performance", id: "metrics"},
|
||||
{
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Insights", id: "blog"},
|
||||
{ name: "Market Data", id: "metrics" },
|
||||
{ name: "Trader Stories", id: "testimonials" },
|
||||
{ name: "Stock Analysis", id: "blog" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="MomentumEdge"
|
||||
/>
|
||||
@@ -52,10 +49,8 @@ export default function LandingPage() {
|
||||
logoText="MomentumEdge"
|
||||
description="Identify high-momentum stocks with 10-15% growth potential. Using proprietary algorithms to scan the market for breakout candidates."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Screening", href: "#contact"},
|
||||
{
|
||||
text: "See Results", href: "#features"},
|
||||
{ text: "Start Screening", href: "#contact" },
|
||||
{ text: "See Results", href: "#metrics" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/manager-working-office-two-monitors-evening-businessman-with-data-pc-screens_482257-32820.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -65,7 +60,7 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
useInvertedBackground={true}
|
||||
title="We deliver data that moves the market"
|
||||
title="Turning Raw Market Data into Actionable Trade Setups"
|
||||
tag="Technology"
|
||||
/>
|
||||
</div>
|
||||
@@ -75,18 +70,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Instant Tickers", description: "Get real-time market updates.", imageSrc: "http://img.b2bpic.net/free-photo/battery-full-sign-front-side_187299-39188.jpg", buttonIcon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Smart Alerts", description: "Customizable triggers for 15% moves.", imageSrc: "http://img.b2bpic.net/free-photo/worker-examines-phone-with-greenscreen_482257-76605.jpg", buttonIcon: Bell,
|
||||
},
|
||||
{
|
||||
title: "Portfolio Sync", description: "Track your gains in real-time.", imageSrc: "http://img.b2bpic.net/free-photo/finger-pressing-digital-graphic_1134-293.jpg", buttonIcon: Briefcase,
|
||||
},
|
||||
{
|
||||
title: "ML Predictions", description: "Data-backed setup suggestions.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-with-ipad-high-angle_23-2150103557.jpg", buttonIcon: Brain,
|
||||
},
|
||||
{ title: "Instant Tickers", description: "Get real-time market updates.", imageSrc: "http://img.b2bpic.net/free-photo/battery-full-sign-front-side_187299-39188.jpg", buttonIcon: Zap },
|
||||
{ title: "Smart Alerts", description: "Customizable triggers for 15% moves.", imageSrc: "http://img.b2bpic.net/free-photo/worker-examines-phone-with-greenscreen_482257-76605.jpg", buttonIcon: Bell },
|
||||
{ title: "Portfolio Sync", description: "Track your gains in real-time.", imageSrc: "http://img.b2bpic.net/free-photo/finger-pressing-digital-graphic_1134-293.jpg", buttonIcon: Briefcase },
|
||||
{ title: "ML Predictions", description: "Data-backed setup suggestions.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-with-ipad-high-angle_23-2150103557.jpg", buttonIcon: Brain },
|
||||
]}
|
||||
title="Precision Screener Capabilities"
|
||||
description="Powerful tools designed to filter out the noise and surface high-potential setups before they take off."
|
||||
@@ -96,15 +83,12 @@ export default function LandingPage() {
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardFourteen
|
||||
useInvertedBackground={true}
|
||||
title="Screener Performance"
|
||||
tag="Live Stats"
|
||||
title="Live Stock Performance"
|
||||
tag="Market Data"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", value: "85%", description: "Win Rate"},
|
||||
{
|
||||
id: "m2", value: "1.2k+", description: "Stocks Scanned Daily"},
|
||||
{
|
||||
id: "m3", value: "10-15%", description: "Avg Momentum"},
|
||||
{ id: "p1", value: "85%", description: "Win Rate on Breakouts" },
|
||||
{ id: "p2", value: "1.2k+", description: "Stocks Analyzed Daily" },
|
||||
{ id: "p3", value: "14%", description: "Avg Monthly Momentum" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -116,19 +100,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Alex R.", role: "Day Trader", testimonial: "Finally, a screener that actually finds momentum.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-stock-market-trader-looking-camera-with-hands-crossed_482257-30734.jpg"},
|
||||
{
|
||||
id: "2", name: "Sarah K.", role: "Investor", testimonial: "Simplified my workflow instantly.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg"},
|
||||
{
|
||||
id: "3", name: "Mark D.", role: "Portfolio Mgr", testimonial: "Data accuracy is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12785.jpg"},
|
||||
{
|
||||
id: "4", name: "Jenny L.", role: "Analyst", testimonial: "Excellent predictive engine.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-reading-email-laptop-while-sitting-cafe_637285-3540.jpg"},
|
||||
{
|
||||
id: "5", name: "David S.", role: "Full-time Trader", testimonial: "Best screener on the market.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-glasses-blue-suit-with-tie-lights-with-blurry-background_181624-17456.jpg"},
|
||||
{ id: "1", name: "Alex R.", role: "Day Trader", testimonial: "Turned my account around using these momentum signals.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-stock-market-trader-looking-camera-with-hands-crossed_482257-30734.jpg" },
|
||||
{ id: "2", name: "Sarah K.", role: "Investor", testimonial: "The daily insights help me spot trends before the crowd.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg" },
|
||||
{ id: "3", name: "Mark D.", role: "Portfolio Mgr", testimonial: "Data-driven decisions have improved my portfolio consistency.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12785.jpg" },
|
||||
]}
|
||||
title="Traders Love MomentumEdge"
|
||||
description="What our users are saying about the platform."
|
||||
title="Trader Success Stories"
|
||||
description="Hear from the community achieving results with MomentumEdge."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -137,15 +114,12 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
title="Market Insights"
|
||||
description="Daily breakdown of market momentum and strategy."
|
||||
title="Stock Analysis Articles"
|
||||
description="Deep dives into market movements and algorithmic strategy."
|
||||
blogs={[
|
||||
{
|
||||
id: "b1", category: "Strategy", title: "Momentum Rules", excerpt: "How to ride the 15% wave.", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-businessman-pointing-printed-chart-showing-graph-colleagues-professional-content-partners-making-notes-statistics-cooperation-communication-partnership-concept_74855-14267.jpg", authorName: "CEO", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-exhausted-workaholic-man-manager-typing-financial-strategy-using-laptop-computer-while-sitting-desk-table-business-company-office_482257-2321.jpg", date: "2025"},
|
||||
{
|
||||
id: "b2", category: "Growth", title: "Identifying Breakouts", excerpt: "Key signals to look for.", imageSrc: "http://img.b2bpic.net/free-photo/man-analyzing-stock-market-charts-financial-data-electronic-board_169016-14900.jpg", authorName: "CEO", authorAvatar: "http://img.b2bpic.net/free-photo/happy-business-man-working-laptop-lobby_1262-5095.jpg", date: "2025"},
|
||||
{
|
||||
id: "b3", category: "Finance", title: "Data Driven Investing", excerpt: "Why quant works.", imageSrc: "http://img.b2bpic.net/free-photo/phone-with-map-colorful-icons_1134-406.jpg", authorName: "CEO", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-happy-mature-businessman-with-folded-arms_23-2147955369.jpg", date: "2025"},
|
||||
{ id: "b1", category: "Technical", title: "Decoding 15% Momentum", excerpt: "How to analyze volatility signals effectively.", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-businessman-pointing-printed-chart-showing-graph-colleagues-professional-content-partners-making-notes-statistics-cooperation-communication-partnership-concept_74855-14267.jpg", authorName: "Analyst Team", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-exhausted-workaholic-man-manager-typing-financial-strategy-using-laptop-computer-while-sitting-desk-table-business-company-office_482257-2321.jpg", date: "Oct 2025" },
|
||||
{ id: "b2", category: "Breakouts", title: "The Anatomy of a Breakout", excerpt: "Identifying the next big mover in the sector.", imageSrc: "http://img.b2bpic.net/free-photo/man-analyzing-stock-market-charts-financial-data-electronic-board_169016-14900.jpg", authorName: "Analyst Team", authorAvatar: "http://img.b2bpic.net/free-photo/happy-business-man-working-laptop-lobby_1262-5095.jpg", date: "Oct 2025" },
|
||||
{ id: "b3", category: "Quant", title: "Why Data Beats Instinct", excerpt: "Applying quantitative models to stock selection.", imageSrc: "http://img.b2bpic.net/free-photo/phone-with-map-colorful-icons_1134-406.jpg", authorName: "Analyst Team", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-happy-mature-businessman-with-folded-arms_23-2147955369.jpg", date: "Oct 2025" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -155,15 +129,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1", title: "How does it work?", content: "Our engine scans technical data."},
|
||||
{
|
||||
id: "f2", title: "Is it real time?", content: "Yes, latency is near zero."},
|
||||
{
|
||||
id: "f3", title: "What assets?", content: "Equities and ETFs."},
|
||||
{ id: "f1", title: "Which stocks do you recommend?", content: "We focus on high-growth equities and ETFs that exhibit specific momentum characteristics." },
|
||||
{ id: "f2", title: "How is the stock data verified?", content: "Data is processed via multi-source real-time feeds to ensure accuracy." },
|
||||
{ id: "f3", title: "Can I customize my recommendations?", content: "Yes, our dashboard allows you to set specific entry and exit price triggers." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Get answers about our screener."
|
||||
title="Investment FAQ"
|
||||
description="Frequently asked questions about our stock platform."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -171,14 +142,12 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
tag="Connect"
|
||||
title="Start Your Momentum Journey"
|
||||
description="Ready to get market beating returns? Join us today."
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contact"
|
||||
title="Get Professional Insights"
|
||||
description="Have questions about our platform or stock screening tools? Send us a message."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Access", href: "#"},
|
||||
{ text: "Contact Support", href: "#" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -188,26 +157,13 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/data-analytics-dashboard_23-2152001529.jpg"
|
||||
logoText="MomentumEdge"
|
||||
columns={[
|
||||
{
|
||||
title: "Product", items: [
|
||||
{
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
label: "Metrics", href: "#metrics"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
{ title: "Platform", items: [{ label: "Screening Tools", href: "#features" }, { label: "Market Metrics", href: "#metrics" }] },
|
||||
{ title: "Community", items: [{ label: "Trader Success", href: "#testimonials" }, { label: "Stock Articles", href: "#blog" }] },
|
||||
{ title: "Help", items: [{ label: "FAQ", href: "#faq" }, { label: "Inquiries", href: "#contact" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user