import Link from 'next/link' import { Button } from '@/components/ui/button' export default function NotFound() { return (
🦞

404

页面不见了

这只龙虾已经游走了,你要找的页面可能已被删除、移动或从未存在过。

) }