"use client"; import { motion } from 'framer-motion'; import { ArrowRight, Crosshair, Brain, BellRing, Ghost } from 'lucide-react'; import Link from 'next/link'; import GlitchText from '@/components/GlitchText'; const features = [ { icon: Crosshair, title: "Always-On Radar", description: "Monitors dozens of auction sites simultaneously. The engine never sleeps, so you never miss an ending lot.", }, { icon: Brain, title: "AI-Grade Filtering", description: "External LLMs score and filter every lot against your precise custom targets. We drop the noise and show only true deals.", }, { icon: BellRing, title: "Real-Time Comms", description: "Instant alerts delivered via Telegram, Discord, or Email the minute a high-value lot appears or is about to close.", }, { icon: Ghost, title: "Stealth Engine", description: "Human-like browsing algorithms bypass standard detection, ensuring reliable intelligence gathering from any platform.", } ]; export default function LandingPage() { return (
{/* Hero Section */}
System v4 Deployed

The AI Sniper That

BidWraith watches every global auction site, scores every lot with AI, and alerts you the moment a real deal drops.

Initialize Console Read Briefing
{/* Stats Strip */}
24/7
Uptime
< 1s
Alert Latency
42
API Endpoints
100%
Stealth Rate
{/* Features Section */}

Core Directives

Advanced architecture designed to give you an unfair advantage in the global market.

{features.map((feature, idx) => (

{feature.title}

{feature.description}

))}
{/* Diagram Section */}

The Execution Pipeline

Targets & Rules
Ghost Scraper
AI Analysis
Real-time Alerts
{/* Footer CTA */}

Ready to dominate the market?

> ACCESS_SYSTEM_NOW _
); }