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