import React from 'react'; import { Mail, Lock, Check } from 'lucide-react'; const Hero: React.FC = () => { return (
{/* Left Content */}
New: AI Deck Generation

Unlock Apps with
Knowledge

Stop doom-scrolling and start learning. Nemia blocks distracting apps on Android until you complete your daily study goals. Master anything with scientifically-backed spaced repetition and cloud sync.

{/* Right Visual (Mockups) */}
{/* Background Glows */}
{/* Main Focus Mode Card */}

Focus Mode

Focus Mode (Android)
22

Cards Due

(+3 tomorrow)

Korean Vocab

41 Cards total

18 Due

Russian Vocab

67 Cards total

0 Due
{/* Streak Badge (Floating) */}

Streak

14 Days

); }; export default Hero;