import * as React from "react"; import { Link } from "gatsby"; import Layout from "../components/Layout/Layout"; import SEO from "../components/seo"; const SecondPage = () => ( Go back to the homepage ); export default SecondPage;