import Link from "next/link"; export default function IndexPage() { const handleClick = (path) => { if (path === "/about") { console.log("I ...
確定! 回上一頁