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

Not Found

Could not find requested resource

//

404

This page could not be found.

) }