import Page from "../../components/Page"; export default function About() { return ( <Page> <h1>This is the About page</h1> </Page> ); }