import Link from 'next/link' export const PageLink = ({ href, txt, className = '' }) => ( {txt} )