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