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