import React from "react" import { Terminal, Smartphone, Cpu } from "lucide-react" export function Hero() { return (
{/* Subtle grid background */}
{/* Glow */}
{/* Terminal badge */}
Trained entirely on a smartphone

Yuuki
Code Generation

A multilingual code generation model trained on a Redmi 12 smartphone. Zero cloud. Zero budget. Built by one person with pure determination.

{/* CTA buttons */}
Try Live Demo {">"} $ cargo install yuy
{/* Stats row */}
} value="Redmi 12" label="Training Device" /> } value="$0.00" label="Cloud Cost" />
{/* Scroll indicator */}
) } function Stat({ icon, value, label, }: { icon?: React.ReactNode value: string label: string }) { return (
{icon && {icon}} {value}
{label}
) }