export default function Page() { return <div>page</div> } export const metadata = { title: 'page-with-title', }