/** * Trading Bot v4 - Landing Page * * Main dashboard with navigation to settings and analytics */ 'use client' export default function HomePage() { return (
{/* Header */}
πŸš€

Trading Bot v4

Autonomous Solana Trading

Online
{/* Main Content */}
{/* Hero Section */}

Welcome to Your Trading Dashboard

Monitor performance, adjust settings, and track your autonomous trading bot

{/* Navigation Cards */}
{/* Analytics Card */}
πŸ“Š

Analytics

View trading performance, win rates, P&L statistics, and position analytics

View Dashboard
{/* Withdrawals Card */}
πŸ’Έ

Withdrawals

Configure automatic profit withdrawals to your wallet

Manage Withdrawals
{/* Settings Card */}
βš™οΈ

Settings

Configure trading parameters, risk management, and bot behavior

Adjust Settings
{/* Analytics Card */}
πŸ”¬

Analytics

Data-driven optimization analysis with automated SQL insights

View Analytics
{/* Roadmap Card */}
πŸ—ΊοΈ

Roadmap

Track development progress and upcoming features

View Roadmap
{/* Quick Stats */}

Quick Access

πŸ“
Positions API
πŸ“ˆ
Stats API
🎯
Net Positions
🌊
Open Drift
{/* Footer Info */}

Trading Bot v4 β€’ Drift Protocol β€’ Pyth Network β€’ Solana

) }