import React from 'react' import Head from "next/head" import GoTop from './GoTop' const Layout = ({ children }) => { return( <> KintCare - Health care to New Moms and Newborns {children} ); } export default Layout;