import React from 'react'; import Head from 'next/head'; import PropTypes from 'prop-types'; const Layout = ({ children }) => ( <>