import Link from 'next/link'; import Script from 'next/script'; import Icon from '@/components/Icon'; export default function Custom404Page() { return ( <>
404 - not found

Oooops! Page Not Found

This page doesn't exist or was removed!
We suggest you back home

Back to home
{/* */} ); }