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

Stop Doomscrolling
Until You Study

Stop doom scrolling and start learning. Nemia blocks distracting apps until you complete your daily study goals using scientifically-backed spaced repetition.

{/* 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;