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