import Link from 'next/link'; import { Button } from '@/components/ui/button'; import { Home, MoveLeft } from 'lucide-react'; export default function Custom404() { return (
{/* Illustration placeholder or large text */}

404

页面未找到

抱歉,您访问的页面不存在或已被移除。

); }