export default async function Page() { return ( <main> <p>This is a static page below a blocking root layout.</p> </main> ) }