Update src/app/page.tsx
This commit is contained in:
172
src/app/page.tsx
172
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Zap, Bell, Briefcase, Brain } 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,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Performance",
|
||||
id: "metrics",
|
||||
},
|
||||
name: "Performance", id: "metrics"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Insights",
|
||||
id: "blog",
|
||||
},
|
||||
name: "Insights", id: "blog"},
|
||||
]}
|
||||
brandName="MomentumEdge"
|
||||
/>
|
||||
@@ -55,19 +48,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
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: "Start Screening", href: "#contact"},
|
||||
{
|
||||
text: "See Results",
|
||||
href: "#features",
|
||||
},
|
||||
text: "See Results", href: "#features"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/manager-working-office-two-monitors-evening-businessman-with-data-pc-screens_482257-32820.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -88,28 +76,16 @@ export default function LandingPage() {
|
||||
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: "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: "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: "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: "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"
|
||||
@@ -124,20 +100,11 @@ export default function LandingPage() {
|
||||
tag="Live Stats"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "85%",
|
||||
description: "Win Rate",
|
||||
},
|
||||
id: "m1", value: "85%", description: "Win Rate"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "1.2k+",
|
||||
description: "Stocks Scanned Daily",
|
||||
},
|
||||
id: "m2", value: "1.2k+", description: "Stocks Scanned Daily"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "10-15%",
|
||||
description: "Avg Momentum",
|
||||
},
|
||||
id: "m3", value: "10-15%", description: "Avg Momentum"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -150,40 +117,15 @@ export default function LandingPage() {
|
||||
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: "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: "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: "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: "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: "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"},
|
||||
]}
|
||||
title="Traders Love MomentumEdge"
|
||||
description="What our users are saying about the platform."
|
||||
@@ -199,35 +141,11 @@ export default function LandingPage() {
|
||||
description="Daily breakdown of market momentum and 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: "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: "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: "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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -238,20 +156,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How does it work?",
|
||||
content: "Our engine scans technical data.",
|
||||
},
|
||||
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: "f2", title: "Is it real time?", content: "Yes, latency is near zero."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "What assets?",
|
||||
content: "Equities and ETFs.",
|
||||
},
|
||||
id: "f3", title: "What assets?", content: "Equities and ETFs."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Get answers about our screener."
|
||||
@@ -263,16 +172,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Connect"
|
||||
title="Start Your Momentum Journey"
|
||||
description="Ready to get market beating returns? Join us today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Access",
|
||||
href: "#",
|
||||
},
|
||||
text: "Get Access", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -283,29 +189,19 @@ export default function LandingPage() {
|
||||
logoText="MomentumEdge"
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
label: "Metrics",
|
||||
href: "#metrics",
|
||||
},
|
||||
label: "Metrics", href: "#metrics"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user