import Head from 'next/head'; import styles from './layout.module.css'; const Layout = ({ title = 'Recipes', children }) => { return (