export const unstable_instant = true export default function Page() { return ( <main> <p>This is a static children page with unstable_instant (static)</p> </main> ) }