import Link from 'next/link' import { Page } from 'web/components/page' import { SEO } from 'web/components/SEO' const App = () => { return ( ) } export default App