import { type Lang, dict } from "@/lib/i18n"; export default function Footer({ lang = "ko" }: { lang?: Lang }) { const t = dict(lang); return ( ); }