export function generateMetadata() { return { title: 'Create Next App', } } export default function Page() { return <h1>Hello from Page</h1> }