Linking
import { Link } from 'app/design'
<Link href={`/products/${item.variant.product.handle}`} >
{item.title}
</Link>
UnderlineLink
import UnderlineLink from 'app/modules/common/components/underline-link'
<UnderlineLink href="/store">Explore products</UnderlineLink>