import { useLang } from '../context/LanguageContext'; export default function Hero() { const { t } = useLang(); return (
{/* LEFT CONTENT */}
{t.hero.badge}

{t.hero.title}

{t.hero.desc}

{/* RIGHT IMAGE */}
{/* Glow behind image */}
Mahasiswa Informatika UNTAN {/* Gradient fade bawah */}
{/* Gradient fade kiri */}
{/* Decorative Glow */}
); }