import Link from 'next/link'; export default function NotFound() { return (

404

找不到頁面

您造訪的連結可能已失效或不存在。

返回首頁
); }