export default function Page() { return

getStaticProps page

} export async function getStaticProps() { return { props: {}, } }