import { chakra } from "@chakra-ui/react" import Card from "components/card" import SEO from "components/seo" import siteConfig from "configs/site-config" import Nav from "layouts/nav/nav" import PageContainer from "layouts/page-container" import React from "react" const HomePage = () => ( <> NOT FOUND

You just hit a route that doesn't exist... the sadness.

) export default HomePage