import NextLink from 'next/link' import { clsx } from 'clsx' export function Link({ href, className, children, ...props }) { return ( {children} ) }