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