import Link from 'next/link' const About = () => (
Go Back

This is the About page

) export default About