Update src/app/page.tsx
This commit is contained in:
812
src/app/page.tsx
812
src/app/page.tsx
@@ -30,525 +30,319 @@ export default function LandingPage() {
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
]}
|
||||
brandName="Trade Snooper"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Trade Snooper"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
title="Unleash Your Trading Potential with <span class=\"text-primary-cta\">Trade Snooper</span>"
|
||||
description="Our AI-powered journal transforms raw data into actionable insights, helping you master global markets. Track, analyze, and optimize your trades across Stocks, Forex, Crypto, Options, Futures, and Commodities."
|
||||
kpis={[
|
||||
{
|
||||
value: "90%+",
|
||||
label: "Analysis Accuracy",
|
||||
},
|
||||
{
|
||||
value: "24/7",
|
||||
label: "Global Market Coverage",
|
||||
},
|
||||
{
|
||||
value: "5000+",
|
||||
label: "Active Traders",
|
||||
},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
tag="Elevate Your Strategy"
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Free Trial",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#features",
|
||||
},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-african-american-person-smiling-working-his-living-room_482257-126267.jpg",
|
||||
alt: "User 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/working-with-financial-reports_1098-19833.jpg",
|
||||
alt: "User 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/3d-cartoon-portrait-person-practicing-law-related-profession_23-2151419546.jpg",
|
||||
alt: "User 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-it-professional-silicon-valley-company-office-developing-software-apps-happy_482257-136225.jpg",
|
||||
alt: "User 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/african-american-person-texting-messages-smartphone-app-sofa-finishing-tasks-before_482257-132374.jpg",
|
||||
alt: "Avatar of successful trader 5",
|
||||
},
|
||||
]}
|
||||
avatarText="Join thousands of successful traders worldwide"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-manager-working-two-screen-setup-late-night-office_482257-32822.jpg"
|
||||
imageAlt="AI-powered trading dashboard showing charts and data"
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Real-time Data",
|
||||
icon: Gauge,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "AI Insights",
|
||||
icon: Lightbulb,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Multi-Asset Tracking",
|
||||
icon: Wallet,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Secure & Private",
|
||||
icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Profit Optimization",
|
||||
icon: TrendingUp,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "animated-grid"}}
|
||||
title={"Unleash Your Trading Potential with <span class=\"text-primary-cta\">Trade Snooper</span>"}
|
||||
description="Our AI-powered journal transforms raw data into actionable insights, helping you master global markets. Track, analyze, and optimize your trades across Stocks, Forex, Crypto, Options, Futures, and Commodities."
|
||||
kpis={[
|
||||
{
|
||||
value: "90%+", label: "Analysis Accuracy"},
|
||||
{
|
||||
value: "24/7", label: "Global Market Coverage"},
|
||||
{
|
||||
value: "5000+", label: "Active Traders"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
tag="Elevate Your Strategy"
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Free Trial", href: "#contact"},
|
||||
{
|
||||
text: "Learn More", href: "#features"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-african-american-person-smiling-working-his-living-room_482257-126267.jpg", alt: "User 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/working-with-financial-reports_1098-19833.jpg", alt: "User 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/3d-cartoon-portrait-person-practicing-law-related-profession_23-2151419546.jpg", alt: "User 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-it-professional-silicon-valley-company-office-developing-software-apps-happy_482257-136225.jpg", alt: "User 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/african-american-person-texting-messages-smartphone-app-sofa-finishing-tasks-before_482257-132374.jpg", alt: "Avatar of successful trader 5"},
|
||||
]}
|
||||
avatarText="Join thousands of successful traders worldwide"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-manager-working-two-screen-setup-late-night-office_482257-32822.jpg"
|
||||
imageAlt="AI-powered trading dashboard showing charts and data"
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon", text: "Real-time Data", icon: Gauge,
|
||||
},
|
||||
{
|
||||
type: "text-icon", text: "AI Insights", icon: Lightbulb,
|
||||
},
|
||||
{
|
||||
type: "text-icon", text: "Multi-Asset Tracking", icon: Wallet,
|
||||
},
|
||||
{
|
||||
type: "text-icon", text: "Secure & Private", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon", text: "Profit Optimization", icon: TrendingUp,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "About <span class=\"text-primary-cta\">Trade Snooper</span>",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
content: "Your intelligent partner in the dynamic world of trading.",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Discover Our Story",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-abstract-background-with-low-poly-network-communications-design_1048-15812.jpg"
|
||||
imageAlt="Abstract global trading network with AI processing"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text", content: "About <span class=\"text-primary-cta\">Trade Snooper</span>"},
|
||||
{
|
||||
type: "text", content: "Your intelligent partner in the dynamic world of trading."},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Discover Our Story", href: "#"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-abstract-background-with-low-poly-network-communications-design_1048-15812.jpg"
|
||||
imageAlt="Abstract global trading network with AI processing"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "AI-Powered Analysis",
|
||||
description: "Leverage machine learning to identify patterns, evaluate risk, and predict market movements with unparalleled accuracy.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-company-analyst-office-watching-business-presentation-pc_482257-125093.jpg",
|
||||
imageAlt: "AI brain analyzing trading data",
|
||||
},
|
||||
{
|
||||
title: "Comprehensive Performance Tracking",
|
||||
description: "Monitor your trading history, profit/loss, and key metrics in real-time with intuitive dashboards and customizable reports.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-business-workspace-with-device-showing-data-analytics-infographics_482257-116612.jpg",
|
||||
imageAlt: "Trading performance tracking dashboard",
|
||||
},
|
||||
{
|
||||
title: "Global Market Coverage",
|
||||
description: "Seamlessly track and journal trades across Stocks, Forex, Crypto, Options, Futures, and Commodities, all in one place.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/marketing-business-lady-striped-shirt-office-with-computer-working-new-strategy_140725-165432.jpg",
|
||||
imageAlt: "Symbols of different global markets",
|
||||
},
|
||||
]}
|
||||
title="Intelligent Features for <span class=\"text-primary-cta\">Smarter Trading</span>"
|
||||
description="From advanced analytics to multi-market coverage, Trade Snooper provides the tools you need to gain an edge."
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "AI-Powered Analysis", description: "Leverage machine learning to identify patterns, evaluate risk, and predict market movements with unparalleled accuracy.", imageSrc: "http://img.b2bpic.net/free-photo/young-company-analyst-office-watching-business-presentation-pc_482257-125093.jpg", imageAlt: "AI brain analyzing trading data"},
|
||||
{
|
||||
title: "Comprehensive Performance Tracking", description: "Monitor your trading history, profit/loss, and key metrics in real-time with intuitive dashboards and customizable reports.", imageSrc: "http://img.b2bpic.net/free-photo/empty-business-workspace-with-device-showing-data-analytics-infographics_482257-116612.jpg", imageAlt: "Trading performance tracking dashboard"},
|
||||
{
|
||||
title: "Global Market Coverage", description: "Seamlessly track and journal trades across Stocks, Forex, Crypto, Options, Futures, and Commodities, all in one place.", imageSrc: "http://img.b2bpic.net/free-photo/marketing-business-lady-striped-shirt-office-with-computer-working-new-strategy_140725-165432.jpg", imageAlt: "Symbols of different global markets"},
|
||||
]}
|
||||
title={"Intelligent Features for <span class=\"text-primary-cta\">Smarter Trading</span>"}
|
||||
description="From advanced analytics to multi-market coverage, Trade Snooper provides the tools you need to gain an edge."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "accuracy",
|
||||
value: "90%+",
|
||||
title: "Predictive Accuracy",
|
||||
items: [
|
||||
"High-precision AI models",
|
||||
"Reduced false signals",
|
||||
"Improved decision making",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "profit",
|
||||
value: "20%+",
|
||||
title: "Average Profit Increase",
|
||||
items: [
|
||||
"Optimized entry/exit points",
|
||||
"Better risk management",
|
||||
"Consistent gains",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "speed",
|
||||
value: "Real-time",
|
||||
title: "Data Processing Speed",
|
||||
items: [
|
||||
"Instant market updates",
|
||||
"Low latency analytics",
|
||||
"Timely trade executions",
|
||||
],
|
||||
},
|
||||
]}
|
||||
title="Data-Driven Results You Can <span class=\"text-primary-cta\">Trust</span>"
|
||||
description="Our platform is built on robust data analytics, providing insights that lead to measurable improvements in your trading."
|
||||
/>
|
||||
</div>
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "accuracy", value: "90%+", title: "Predictive Accuracy", items: [
|
||||
"High-precision AI models", "Reduced false signals", "Improved decision making"],
|
||||
},
|
||||
{
|
||||
id: "profit", value: "20%+", title: "Average Profit Increase", items: [
|
||||
"Optimized entry/exit points", "Better risk management", "Consistent gains"],
|
||||
},
|
||||
{
|
||||
id: "speed", value: "Real-time", title: "Data Processing Speed", items: [
|
||||
"Instant market updates", "Low latency analytics", "Timely trade executions"],
|
||||
},
|
||||
]}
|
||||
title={"Data-Driven Results You Can <span class=\"text-primary-cta\">Trust</span>"}
|
||||
description="Our platform is built on robust data analytics, providing insights that lead to measurable improvements in your trading."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Starter",
|
||||
badgeIcon: Sparkles,
|
||||
price: "Free",
|
||||
subtitle: "Essential tools for new traders",
|
||||
buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Basic Journaling",
|
||||
"Limited Market Data",
|
||||
"Community Access",
|
||||
"Standard Support",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Pro Trader",
|
||||
badgeIcon: Crown,
|
||||
price: "$29/month",
|
||||
subtitle: "Advanced analytics for serious traders",
|
||||
buttons: [
|
||||
{
|
||||
text: "Choose Pro",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"AI-Powered Insights",
|
||||
"Real-time Market Data",
|
||||
"Multi-Market Access",
|
||||
"Advanced Analytics",
|
||||
"Priority Support",
|
||||
"Customizable Dashboards",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
badge: "Elite",
|
||||
badgeIcon: Diamond,
|
||||
price: "Custom",
|
||||
subtitle: "Tailored solutions for institutions",
|
||||
buttons: [
|
||||
{
|
||||
text: "Contact Sales",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Dedicated AI Models",
|
||||
"API Integrations",
|
||||
"Enterprise-Grade Security",
|
||||
"24/7 Premium Support",
|
||||
"Compliance & Reporting",
|
||||
"Personalized Training",
|
||||
],
|
||||
},
|
||||
]}
|
||||
title="Choose Your <span class=\"text-primary-cta\">Trading Edge</span>"
|
||||
description="Select the plan that fits your trading style and unlock the full power of Trade Snooper's AI."
|
||||
/>
|
||||
</div>
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic", badge: "Starter", badgeIcon: Sparkles,
|
||||
price: "Free", subtitle: "Essential tools for new traders", buttons: [
|
||||
{
|
||||
text: "Get Started", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Basic Journaling", "Limited Market Data", "Community Access", "Standard Support"],
|
||||
},
|
||||
{
|
||||
id: "pro", badge: "Pro Trader", badgeIcon: Crown,
|
||||
price: "$29/month", subtitle: "Advanced analytics for serious traders", buttons: [
|
||||
{
|
||||
text: "Choose Pro", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"AI-Powered Insights", "Real-time Market Data", "Multi-Market Access", "Advanced Analytics", "Priority Support", "Customizable Dashboards"],
|
||||
},
|
||||
{
|
||||
id: "enterprise", badge: "Elite", badgeIcon: Diamond,
|
||||
price: "Custom", subtitle: "Tailored solutions for institutions", buttons: [
|
||||
{
|
||||
text: "Contact Sales", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Dedicated AI Models", "API Integrations", "Enterprise-Grade Security", "24/7 Premium Support", "Compliance & Reporting", "Personalized Training"],
|
||||
},
|
||||
]}
|
||||
title={"Choose Your <span class=\"text-primary-cta\">Trading Edge</span>"}
|
||||
description="Select the plan that fits your trading style and unlock the full power of Trade Snooper's AI."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "Forex Trader",
|
||||
testimonial: "Trade Snooper's AI has revolutionized my Forex strategy. The insights are incredibly accurate and have significantly boosted my profits. A must-have for any serious trader!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-1352.jpg",
|
||||
imageAlt: "Sarah Johnson",
|
||||
icon: Quote,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "Crypto Investor",
|
||||
testimonial: "The multi-market tracking is a game-changer. I can keep an eye on all my crypto and stock positions from one intuitive platform. Data-driven decisions have never been easier.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-asian-man-sitting-brick-wall-using-tablet_1098-20210.jpg",
|
||||
imageAlt: "Michael Chen",
|
||||
icon: Quote,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Options Strategist",
|
||||
testimonial: "I used to spend hours manually journaling. Trade Snooper automates everything and provides deep dives I never thought possible. My options plays are sharper now.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-thinking-front-his-monitors-office-late-night_482257-32823.jpg",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
icon: Quote,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Futures Trader",
|
||||
testimonial: "The predictive accuracy is astonishing. Trade Snooper gives me confidence in volatile futures markets. It's like having a team of analysts in my pocket.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-happy-corporate-woman-suit-stands-street-smiles-poses-near-office_1258-193986.jpg",
|
||||
imageAlt: "David Kim",
|
||||
icon: Quote,
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Lee",
|
||||
role: "Commodities Analyst",
|
||||
testimonial: "For commodities, timing is everything. Trade Snooper's real-time data and AI alerts ensure I never miss a beat. My efficiency and success rate have soared.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man_1098-15443.jpg",
|
||||
imageAlt: "Jessica Lee",
|
||||
icon: Quote,
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Robert Davis",
|
||||
role: "Stock Investor",
|
||||
testimonial: "Finally, a journal that integrates AI seamlessly. It highlights my strengths and weaknesses, allowing me to refine my stock investment strategy consistently.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/frustrated-hispanic-young-freelance-stock-trader-screaming-while-looking-mobile-phone_662251-833.jpg",
|
||||
imageAlt: "Robert Davis",
|
||||
icon: Quote,
|
||||
},
|
||||
]}
|
||||
title="What Traders Are Saying About <span class=\"text-primary-cta\">Trade Snooper</span>"
|
||||
description="Hear directly from our global community about how Trade Snooper transformed their trading strategies."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", role: "Forex Trader", testimonial: "Trade Snooper's AI has revolutionized my Forex strategy. The insights are incredibly accurate and have significantly boosted my profits. A must-have for any serious trader!", imageSrc: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-1352.jpg", imageAlt: "Sarah Johnson", icon: Quote,
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Chen", role: "Crypto Investor", testimonial: "The multi-market tracking is a game-changer. I can keep an eye on all my crypto and stock positions from one intuitive platform. Data-driven decisions have never been easier.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-asian-man-sitting-brick-wall-using-tablet_1098-20210.jpg", imageAlt: "Michael Chen", icon: Quote,
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez", role: "Options Strategist", testimonial: "I used to spend hours manually journaling. Trade Snooper automates everything and provides deep dives I never thought possible. My options plays are sharper now.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-thinking-front-his-monitors-office-late-night_482257-32823.jpg", imageAlt: "Emily Rodriguez", icon: Quote,
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Kim", role: "Futures Trader", testimonial: "The predictive accuracy is astonishing. Trade Snooper gives me confidence in volatile futures markets. It's like having a team of analysts in my pocket.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-happy-corporate-woman-suit-stands-street-smiles-poses-near-office_1258-193986.jpg", imageAlt: "David Kim", icon: Quote,
|
||||
},
|
||||
{
|
||||
id: "5", name: "Jessica Lee", role: "Commodities Analyst", testimonial: "For commodities, timing is everything. Trade Snooper's real-time data and AI alerts ensure I never miss a beat. My efficiency and success rate have soared.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man_1098-15443.jpg", imageAlt: "Jessica Lee", icon: Quote,
|
||||
},
|
||||
{
|
||||
id: "6", name: "Robert Davis", role: "Stock Investor", testimonial: "Finally, a journal that integrates AI seamlessly. It highlights my strengths and weaknesses, allowing me to refine my stock investment strategy consistently.", imageSrc: "http://img.b2bpic.net/free-photo/frustrated-hispanic-young-freelance-stock-trader-screaming-while-looking-mobile-phone_662251-833.jpg", imageAlt: "Robert Davis", icon: Quote,
|
||||
},
|
||||
]}
|
||||
title={"What Traders Are Saying About <span class=\"text-primary-cta\">Trade Snooper</span>"}
|
||||
description="Hear directly from our global community about how Trade Snooper transformed their trading strategies."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Microsoft",
|
||||
"Google",
|
||||
"Amazon",
|
||||
"NVIDIA",
|
||||
"Tesla",
|
||||
"Binance",
|
||||
"Fidelity",
|
||||
]}
|
||||
title="Trusted by <span class=\"text-primary-cta\">Industry Leaders</span>"
|
||||
description="Our platform is recognized and utilized by leading financial institutions and tech innovators worldwide."
|
||||
tag="Our Partners"
|
||||
/>
|
||||
</div>
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Microsoft", "Google", "Amazon", "NVIDIA", "Tesla", "Binance", "Fidelity"]}
|
||||
title={"Trusted by <span class=\"text-primary-cta\">Industry Leaders</span>"}
|
||||
description="Our platform is recognized and utilized by leading financial institutions and tech innovators worldwide."
|
||||
tag="Our Partners"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What markets does Trade Snooper support?",
|
||||
content: "Trade Snooper supports all major global markets including Stocks, Forex, Crypto, Options, Futures, and Commodities. You can track and analyze your trades across multiple asset classes seamlessly.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "How does the AI-powered analysis work?",
|
||||
content: "Our AI uses advanced machine learning algorithms to process vast amounts of market data, identify patterns, calculate probabilities, and provide actionable insights, helping you make more informed trading decisions.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Is my trading data secure?",
|
||||
content: "Yes, security is our top priority. We employ industry-leading encryption and robust security protocols to ensure your trading data is always protected and private. We never share your data with third parties.",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Can I integrate Trade Snooper with my existing broker?",
|
||||
content: "Trade Snooper is designed to be platform-agnostic, allowing you to manually input or import trade data from various brokers. API integrations for automated data sync are available for our Pro and Enterprise plans.",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "What kind of support is available?",
|
||||
content: "We offer tiered support based on your plan. All users have access to our community forum and knowledge base. Pro users receive priority email support, while Enterprise clients get dedicated 24/7 support.",
|
||||
},
|
||||
]}
|
||||
title="Frequently Asked <span class=\"text-primary-cta\">Questions</span>"
|
||||
description="Find quick answers to common questions about Trade Snooper, its features, and how it can help your trading."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What markets does Trade Snooper support?", content: "Trade Snooper supports all major global markets including Stocks, Forex, Crypto, Options, Futures, and Commodities. You can track and analyze your trades across multiple asset classes seamlessly."},
|
||||
{
|
||||
id: "2", title: "How does the AI-powered analysis work?", content: "Our AI uses advanced machine learning algorithms to process vast amounts of market data, identify patterns, calculate probabilities, and provide actionable insights, helping you make more informed trading decisions."},
|
||||
{
|
||||
id: "3", title: "Is my trading data secure?", content: "Yes, security is our top priority. We employ industry-leading encryption and robust security protocols to ensure your trading data is always protected and private. We never share your data with third parties."},
|
||||
{
|
||||
id: "4", title: "Can I integrate Trade Snooper with my existing broker?", content: "Trade Snooper is designed to be platform-agnostic, allowing you to manually input or import trade data from various brokers. API integrations for automated data sync are available for our Pro and Enterprise plans."},
|
||||
{
|
||||
id: "5", title: "What kind of support is available?", content: "We offer tiered support based on your plan. All users have access to our community forum and knowledge base. Pro users receive priority email support, while Enterprise clients get dedicated 24/7 support."},
|
||||
]}
|
||||
title={"Frequently Asked <span class=\"text-primary-cta\">Questions</span>"}
|
||||
description="Find quick answers to common questions about Trade Snooper, its features, and how it can help your trading."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
tag="Get Started Today"
|
||||
title="Ready to <span class=\"text-primary-cta\">Snoop Your Trades?</span>"
|
||||
description="Join Trade Snooper and transform your trading journey. Enter your email to start your free trial or connect with our sales team."
|
||||
tagIcon={Zap}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Start Free Trial"
|
||||
termsText="By clicking Start Free Trial you're confirming that you agree with our Terms and Conditions and Privacy Policy."
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
tag="Get Started Today"
|
||||
title={"Ready to <span class=\"text-primary-cta\">Snoop Your Trades?</span>"}
|
||||
description="Join Trade Snooper and transform your trading journey. Enter your email to start your free trial or connect with our sales team."
|
||||
tagIcon={Zap}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Start Free Trial"
|
||||
termsText="By clicking Start Free Trial you're confirming that you agree with our Terms and Conditions and Privacy Policy."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoSrc="http://img.b2bpic.net/free-vector/gradient-technology-logo-collection_23-2148162307.jpg"
|
||||
logoAlt="Trade Snooper Logo"
|
||||
logoText="Trade Snooper"
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
{
|
||||
label: "Markets",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "AI Analytics",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Partners",
|
||||
href: "#social-proof",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Help Center",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Community",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Disclaimer",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 Trade Snooper. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoSrc="http://img.b2bpic.net/free-vector/gradient-technology-logo-collection_23-2148162307.jpg"
|
||||
logoAlt="Trade Snooper Logo"
|
||||
logoText="Trade Snooper"
|
||||
columns={[
|
||||
{
|
||||
title: "Platform", items: [
|
||||
{
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
label: "Pricing", href: "#pricing"},
|
||||
{
|
||||
label: "Markets", href: "#"},
|
||||
{
|
||||
label: "AI Analytics", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Blog", href: "#"},
|
||||
{
|
||||
label: "Partners", href: "#social-proof"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Help Center", href: "#"},
|
||||
{
|
||||
label: "Community", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Disclaimer", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 Trade Snooper. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user