export default function Layout({ children }) { return ( {children} ) } export const metadata = { title: 'this is the layout title', description: 'this is the layout description', keywords: ['nextjs', 'react'], }