import { motion } from 'framer-motion'; import { Zap, ChevronRight, Terminal } from 'lucide-react'; import { CodeWindow } from './CodeWindow'; export const Hero = () => { return (
{/* Background Grid Pattern */}
Future-Proof Your Career

Don't Fear the AI.
Build with AI.

The safe harbor for developers, students, and founders to stop watching tutorials and start shipping. Master MCP, UCP, and Agents by building real products together.

{[1, 2, 3, 4].map((i) => (
avatar
))}
+

Join the Founding Class of 2026

{/* Decorative elements */}
{/* Floating Badge */}
Active Stack
Gemini 3 Pro + MCP
); };