import Layout from '@/components/Layout'; import { NextSeo } from 'next-seo'; import Link from 'next/link'; export default function () { return ( <>

404 - Page not found

It seems like you are looking for a page that doesn't exist.

Go back to home
); }