polish: remove 'View all work' link (page doesn't exist)
All checks were successful
Build & Push / build-and-push (push) Successful in 1m31s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-26 14:20:56 +01:00
parent ed4174d198
commit b2f9fd3222

View File

@@ -594,23 +594,6 @@ export default function SelectedWorks() {
{t('work.title')}
</h2>
</div>
<motion.div
variants={fadeVariants}
initial="hidden"
whileInView="visible"
viewport={viewportOnce}
>
<Link
href="/work"
className="inline-flex items-center gap-2 text-sm font-medium text-outline hover:text-primary-dark transition-colors duration-200 group"
>
<span>View all work</span>
<ArrowRight
size={14}
className="transition-transform duration-200 group-hover:translate-x-1"
/>
</Link>
</motion.div>
</motion.div>
{/* ── Primary Grid: Featured + 2 Small ── */}