82696cb259
The cards already had a hover-lift effect implying the whole thing was clickable, but only the small arrow line was an actual link — image and title had pointer-events-none/no href at all. The full /blog listing page already wraps its own cards in one Link; this brings the homepage teaser (Blog.tsx) in line with it. The former inner CTA Link is now a plain span using group-hover for its color change, since one <a> can't nest another.