'use client' import { Logo } from '@/components/shared/Logo' import { SlimLayout } from '@/components/SlimLayout' import Error from 'next/error' import Link from 'next/link' // Render the default Next.js 404 page when a route // is requested that doesn't match the middleware and // therefore doesn't have a locale associated with it. // export default function NotFound() { // return ( // // // //
// // // //
//

// 404 //

//

// Page not found //

//

// Sorry, we couldn’t find the page you’re looking for. //

// {/* */} //
// // // ) // } export default function NotFound() { return ( ) }