/* eslint-disable react/forbid-component-props */ import Link from 'next/link'; import { Heading } from 'ui'; export function Header({ link, title }: { readonly link: string; readonly title: string }) { return (