/** * 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
{/* Quick Stats */}

Quick Access

📍
Positions API
📈
Stats API
🎯
Net Positions
🌊
Open Drift
{/* Footer Info */}

Trading Bot v4 • Drift Protocol • Pyth Network • Solana

) }