import * as React from "react"; import { Link } from "gatsby"; import { Section, SectionTitle } from "../components/Layout"; import Seo from "../components/seo"; const NotFoundPage = () => ( <> 404: Not Found back to homepage > ); export default NotFoundPage;