import Link from "next/link"; import Marquee from "@/components/Marquee"; // CUSTOMIZATION HOOK: replace address / email placeholders & colophon below. const links = [ { href: "/", ko: "홈", en: "Home" }, { href: "/members", ko: "구성원", en: "Members" }, { href: "/publications", ko: "논문", en: "Publications" }, { href: "/lectures", ko: "강의", en: "Lectures" }, { href: "/standardization", ko: "표준화", en: "Standardization" }, ]; export default function Footer() { return (