import GridScan from './GridScan'; import AnalyzeButton from './AnalyzeButton'; interface HeroSectionProps { onAnalyze: () => void; } export default function HeroSection({ onAnalyze }: HeroSectionProps) { return (
{/* GridScan — true full-viewport background */}
{/* Dark purple gradient overlay */}
{/* ── Two-column layout: left content / right orb ── */}
{/* ── LEFT: text + buttons + stats ── */}
{/* Status badge */}
AI-Powered Authenticity Engine
{/* Headline */}

Verify Reality
in Real-Time

{/* Subtext */}

Deploy advanced neural networks to detect deepfakes, synthetic media, and manipulated data streams with military-grade precision. Establish an unbreakable perimeter of truth.

{/* CTAs */}
{/* Stats */}
99.9%
Accuracy Rate
<15ms
Latency Ping
{/* ── RIGHT: Orb visualizer ── */}
{/* Outer ambient glow */}
{/* Orb shell */}
{/* Spinning rings */}
{/* Core */}
radar {/* Spinning accent border */}
{/* Floating HUD chips */}
SYS.OPT.OK
sync LIVE
); }