import Link from 'next/link' import Layout from '../components/Layout' const AboutPage = () => (

About

This is the about page

Go home

) export default AboutPage