import Head from 'next/head' import Link from 'next/link' import Logo from './logo' import Breadcrumbs from './breadcrumbs' export default function Header({ label }: { label?: string }) { return ( <>