Merge version_1 into main #1
@@ -11,8 +11,8 @@ import { Roboto } from "next/font/google";
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'DarkVenusAiGrid | Advanced AI Forex Trading Bot',
|
||||
description: 'Maximize your forex trading profits with DarkVenusAiGrid, the premier automated trading solution featuring advanced AI neural networks.',
|
||||
title: 'DarkVenusAiGrid | Advanced Forex AI Trading',
|
||||
description: 'Automated Forex trading powered by advanced AI and deep learning.',
|
||||
openGraph: {
|
||||
"title": "DarkVenusAiGrid",
|
||||
"description": "Advanced Forex AI Bot",
|
||||
|
||||
306
src/app/page.tsx
306
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Zap, Shield, Clock, Globe } from "lucide-react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
@@ -31,109 +32,48 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Metrics",
|
||||
id: "metrics",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Metrics", id: "metrics" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
]}
|
||||
brandName="DarkVenusAiGrid"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
background={{ variant: "animated-grid" }}
|
||||
title="Unleash the Power of DarkVenusAiGrid"
|
||||
description="The most advanced automated Forex trading solution, designed to turn market volatility into consistent growth using cutting-edge AI."
|
||||
kpis={[
|
||||
{
|
||||
value: "98.5%",
|
||||
label: "Accuracy Rate",
|
||||
},
|
||||
{
|
||||
value: "12.4%",
|
||||
label: "Monthly ROI",
|
||||
},
|
||||
{
|
||||
value: "500+",
|
||||
label: "Active Users",
|
||||
},
|
||||
{ value: "98.5%", label: "Accuracy Rate" },
|
||||
{ value: "12.4%", label: "Monthly ROI" },
|
||||
{ value: "500+", label: "Active Users" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Trading",
|
||||
href: "#pricing",
|
||||
},
|
||||
{
|
||||
text: "View Performance",
|
||||
href: "#metrics",
|
||||
},
|
||||
{ text: "Start Trading", href: "#pricing" },
|
||||
{ text: "View Performance", href: "#metrics" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/trading-stock-stock-market-business-graph-trading-investment-broker-stock-exchange-market_169016-66437.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/asian-woman-freelancer-working-from-home-business-app-home-business-laptop-computer-businesswoman-office-working-sitting-woman-work-communication-internet-people-online-happy-technology_482257-47239.jpg",
|
||||
alt: "Asian woman freelancer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-looking-into-crypto-currency-stock-market_482257-2365.jpg",
|
||||
alt: "Young man looking into crypto",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/3d-rendering-financial-neon-bull_23-2151691861.jpg",
|
||||
alt: "Financial neon bull",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/3d-flowing-particles-network-communications-design_1048-15848.jpg",
|
||||
alt: "3D flowing particles",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/trading-stock-stock-market-business-graph-trading-investment-broker-stock-exchange-market_169016-66437.jpg",
|
||||
alt: "Dashboard interface",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/asian-woman-freelancer-working-from-home-business-app-home-business-laptop-computer-businesswoman-office-working-sitting-woman-work-communication-internet-people-online-happy-technology_482257-47239.jpg", alt: "Asian woman freelancer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-man-looking-into-crypto-currency-stock-market_482257-2365.jpg", alt: "Young man looking into crypto" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/3d-rendering-financial-neon-bull_23-2151691861.jpg", alt: "Financial neon bull" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/3d-flowing-particles-network-communications-design_1048-15848.jpg", alt: "3D flowing particles" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/trading-stock-stock-market-business-graph-trading-investment-broker-stock-exchange-market_169016-66437.jpg", alt: "Dashboard interface" },
|
||||
]}
|
||||
avatarText="Trusted by 500+ investors"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Forex Market Leaders",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "AI-Driven Precision",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Real-time Volatility Analysis",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "High Performance Execution",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Secure Infrastructure",
|
||||
},
|
||||
{ type: "text", text: "Forex Market Leaders" },
|
||||
{ type: "text", text: "AI-Driven Precision" },
|
||||
{ type: "text", text: "Real-time Volatility Analysis" },
|
||||
{ type: "text", text: "High Performance Execution" },
|
||||
{ type: "text", text: "Secure Infrastructure" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -145,18 +85,9 @@ export default function LandingPage() {
|
||||
title="Precision Engineering for Forex"
|
||||
description="DarkVenusAiGrid combines deep learning neural networks with traditional grid trading strategies to provide an unmatched trading edge in any market condition."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "AI Neural Analysis",
|
||||
description: "Analyzing market sentiment and volatility in real-time.",
|
||||
},
|
||||
{
|
||||
title: "Dynamic Grid Strategy",
|
||||
description: "Smart entry and exit points adjusted for market swings.",
|
||||
},
|
||||
{
|
||||
title: "Automated Risk Control",
|
||||
description: "Advanced trailing stop-losses to protect your capital.",
|
||||
},
|
||||
{ title: "AI Neural Analysis", description: "Analyzing market sentiment and volatility in real-time." },
|
||||
{ title: "Dynamic Grid Strategy", description: "Smart entry and exit points adjusted for market swings." },
|
||||
{ title: "Automated Risk Control", description: "Advanced trailing stop-losses to protect your capital." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/advanced-technological-robot-interacting-with-money-finance_23-2151612666.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -168,30 +99,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "AI Sentiment Analysis",
|
||||
description: "AI-driven market sentiment tracking.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/candlestick-graph-investment-financial-analysis-report-sign-symbol-icon-3d-rendering_56104-1918.jpg",
|
||||
buttonIcon: "Zap",
|
||||
},
|
||||
{
|
||||
title: "Money Management",
|
||||
description: "Customizable lot sizing and equity protection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/software-pc-screen-used-analyzing-cryptocurrency-investment-purchases_482257-118898.jpg",
|
||||
buttonIcon: "Shield",
|
||||
},
|
||||
{
|
||||
title: "Zero Latency Execution",
|
||||
description: "Lightning-fast trade execution on all pairs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-assets-business-management-system-concept_53876-121226.jpg",
|
||||
buttonIcon: "Clock",
|
||||
},
|
||||
{
|
||||
title: "24/7 Global Access",
|
||||
description: "Trade across all timezones automatically.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/binary-world_1048-8575.jpg",
|
||||
buttonIcon: "Globe",
|
||||
},
|
||||
{ title: "AI Sentiment Analysis", description: "AI-driven market sentiment tracking.", imageSrc: "http://img.b2bpic.net/free-photo/candlestick-graph-investment-financial-analysis-report-sign-symbol-icon-3d-rendering_56104-1918.jpg", buttonIcon: Zap },
|
||||
{ title: "Money Management", description: "Customizable lot sizing and equity protection.", imageSrc: "http://img.b2bpic.net/free-photo/software-pc-screen-used-analyzing-cryptocurrency-investment-purchases_482257-118898.jpg", buttonIcon: Shield },
|
||||
{ title: "Zero Latency Execution", description: "Lightning-fast trade execution on all pairs.", imageSrc: "http://img.b2bpic.net/free-photo/digital-assets-business-management-system-concept_53876-121226.jpg", buttonIcon: Clock },
|
||||
{ title: "24/7 Global Access", description: "Trade across all timezones automatically.", imageSrc: "http://img.b2bpic.net/free-photo/binary-world_1048-8575.jpg", buttonIcon: Globe },
|
||||
]}
|
||||
title="Advanced Algorithmic Power"
|
||||
description="Our bot is equipped with everything you need to dominate the forex market effortlessly."
|
||||
@@ -204,33 +115,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "120%",
|
||||
title: "Annual Gain",
|
||||
items: [
|
||||
"Consistent growth",
|
||||
"Low drawdown",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "4.2",
|
||||
title: "Avg Sharpe Ratio",
|
||||
items: [
|
||||
"Optimal risk",
|
||||
"High performance",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "0.15s",
|
||||
title: "Latency",
|
||||
items: [
|
||||
"High-speed execution",
|
||||
"Direct connection",
|
||||
],
|
||||
},
|
||||
{ id: "m1", value: "120%", title: "Annual Gain", items: ["Consistent growth", "Low drawdown"] },
|
||||
{ id: "m2", value: "4.2", title: "Avg Sharpe Ratio", items: ["Optimal risk", "High performance"] },
|
||||
{ id: "m3", value: "0.15s", title: "Latency", items: ["High-speed execution", "Direct connection"] },
|
||||
]}
|
||||
title="Proven Performance Results"
|
||||
description="Verified data driven by real-market operations and consistent automated trading execution."
|
||||
@@ -244,26 +131,11 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="Marcus V. - Professional Trader"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-listening-music-working_171337-15536.jpg",
|
||||
alt: "User 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-man-with-wine-glass-night-club_23-2148037554.jpg",
|
||||
alt: "User 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-with-glasses_23-2147985013.jpg",
|
||||
alt: "User 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-psychologist-sitting-office_1098-21011.jpg",
|
||||
alt: "User 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-with-coffee-paper-cup_23-2148112826.jpg",
|
||||
alt: "User 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-listening-music-working_171337-15536.jpg", alt: "User 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-happy-man-with-wine-glass-night-club_23-2148037554.jpg", alt: "User 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/businessman-with-glasses_23-2147985013.jpg", alt: "User 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/man-psychologist-sitting-office_1098-21011.jpg", alt: "User 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/businessman-with-coffee-paper-cup_23-2148112826.jpg", alt: "User 5" },
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -276,57 +148,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
badge: "Essential",
|
||||
price: "$199",
|
||||
subtitle: "Perfect for beginners",
|
||||
features: [
|
||||
"1 Live account",
|
||||
"Basic AI algorithms",
|
||||
"24/7 Support",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Pro Choice",
|
||||
price: "$499",
|
||||
subtitle: "For experienced traders",
|
||||
features: [
|
||||
"3 Live accounts",
|
||||
"Advanced AI grid bot",
|
||||
"Priority execution",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Get Pro",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "elite",
|
||||
badge: "Ultimate",
|
||||
price: "$999",
|
||||
subtitle: "For institutions",
|
||||
features: [
|
||||
"Unlimited accounts",
|
||||
"VIP AI access",
|
||||
"Custom strategy build",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Contact Sales",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ id: "starter", badge: "Essential", price: "$199", subtitle: "Perfect for beginners", features: ["1 Live account", "Basic AI algorithms", "24/7 Support"], buttons: [{ text: "Get Started", href: "#contact" }] },
|
||||
{ id: "pro", badge: "Pro Choice", price: "$499", subtitle: "For experienced traders", features: ["3 Live accounts", "Advanced AI grid bot", "Priority execution"], buttons: [{ text: "Get Pro", href: "#contact" }] },
|
||||
{ id: "elite", badge: "Ultimate", price: "$999", subtitle: "For institutions", features: ["Unlimited accounts", "VIP AI access", "Custom strategy build"], buttons: [{ text: "Contact Sales", href: "#contact" }] },
|
||||
]}
|
||||
title="Select Your Growth Plan"
|
||||
description="Choose the level of automation that fits your trading capital and goals."
|
||||
@@ -337,21 +161,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How does the AI work?",
|
||||
content: "Our AI uses historical pattern recognition and real-time sentiment analysis.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Is it safe?",
|
||||
content: "Built with advanced risk management, including hard stop-losses on every trade.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Does it require a VPS?",
|
||||
content: "Yes, for 24/7 operation, we recommend a reliable low-latency VPS.",
|
||||
},
|
||||
{ id: "q1", title: "How does the AI work?", content: "Our AI uses historical pattern recognition and real-time sentiment analysis." },
|
||||
{ id: "q2", title: "Is it safe?", content: "Built with advanced risk management, including hard stop-losses on every trade." },
|
||||
{ id: "q3", title: "Does it require a VPS?", content: "Yes, for 24/7 operation, we recommend a reliable low-latency VPS." },
|
||||
]}
|
||||
sideTitle="Questions? We have answers."
|
||||
sideDescription="Learn more about how our bot works and how you can get started safely."
|
||||
@@ -365,24 +177,10 @@ export default function LandingPage() {
|
||||
title="Ready to Start Trading?"
|
||||
description="Get in touch with our team to set up your DarkVenusAiGrid deployment today."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your questions or requirements...",
|
||||
rows: 4,
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "Your questions or requirements...", rows: 4 }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dropbox-icon-line-icon-connection-circuit-board_1379-896.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -390,14 +188,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="DarkVenusAiGrid"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user