import { motion } from "framer-motion"; import { ArrowRight, Sparkles, Gauge, Database, Car, Clock } from "lucide-react"; import { ASSETS, NAV_LINKS, STATS } from "@/lib/constants"; export default function Hero() { return (
{/* Navbar bento */} OBDX See it in action {/* Big hero bento (8 cols, 2 rows tall) */} {/* Subtle grid texture */}
AI-POWERED DIAGNOSTICS

Your car,
decoded .

Plug in a $10 OBD scanner. Scan the QR code. Get a full AI repair report in plain English — in 10 seconds.

{/* Wrench Uncle mascot — bottom right, vignette gray bg masked to bg */} {/* Bento: diagnosis time (dark) */}
DIAGNOSIS TIME
10sec
From plug-in to full AI report
{/* Pulse dot */}
LIVE
{/* Bento: knowledge base (terracotta) */}
KNOWLEDGE BASE
706GB
82 brands · 24,935 vehicle models
{/* Decorative car icon bg */}
{/* Stats row (full width) */} {STATS.map((s, i) => (
0 ? "md:border-l md:border-black/5 md:pl-6" : ""}`} >
{s.value} {s.unit && ( {s.unit} )}
{s.label}
))}
{/* Feature preview bento row — 4 cards */}
VEHICLE-SPECIFIC

Not generic lookup.

P0301 on a Civic ≠ P0301 on an F-150. OBDX knows the difference.

PLAIN ENGLISH

No jargon. Just what's wrong.

NO APP

Scan QR. Open browser. Done.

No install, no login, no Play Store review queue.

ANY SCANNER

$10 Bluetooth. $15 Wi-Fi.

Any OBD-II from the last 5 years. No locked brand required.

); }