import Head from 'next/head'; import PropTypes from 'prop-types'; export const Page = ({ title, children }) => ( <>