export default function NotFound() { return <h2>root not found page</h2> } export const metadata = { title: 'Root not found', description: 'Root not found description', }