import Head from 'next/head' const Seo = ({ title }) => { return ( {title} ) } export default Seo