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

404

Something's missing.

Sorry, we can't find that page. You'll find lots to explore on the home page.{' '}

Back to Homepage
) }