import React from "react"; import { Link } from "gatsby"; import "../styles/style.css"; const ErrorPage = () => { return (

Page Not Found

Looks like you've followed a broken link or entered a URL that doesn't exist on this site.

Back to our site →
); }; export default ErrorPage;