import Link from 'next/link'; import Script from 'next/script'; import Icon from '@/components/Icon'; export default function Custom404Page() { return ( <> Oooops! Page Not Found This page doesn't exist or was removed! We suggest you back home Back to home {/* */} > ); }
This page doesn't exist or was removed! We suggest you back home