import Link from 'next/link' import Head from 'next/head' import Nav from '../components/Nav' export default function Layout({ children, title = 'Portal.JS', }) { return (