import React from 'react'; import { Smartphone, Sparkles, Clock } from 'lucide-react'; const Features: React.FC = () => { return (

Designed for Radical Retention

We combine the science of Spaced Repetition with the psychology of habit formation.

{/* Feature 1 */}

Focus Mode (Android)

Blocks social media and games when cards are due. Complete your daily goal to unlock them automatically.

{/* Feature 2 */}

AI Generation

Generate decks using ChatGPT, Claude, or Gemini. Copy custom prompts and import JSON cards instantly.

{/* Feature 3 */}

Cloud Sync & Offline

Study anywhere. Your decks and progress sync across devices automatically with full offline support.

); }; export default Features;