feat: add back to home button on all list pages

This commit is contained in:
张翔
2026-02-27 20:39:50 +08:00
parent fd058a53d1
commit 94c419f601
4 changed files with 19 additions and 3 deletions
+4
View File
@@ -23,6 +23,10 @@ export default function CasesPage() {
<div className="container-wide relative z-10 py-16" ref={contentRef}>
<div className="max-w-6xl mx-auto">
<Link href="/" className="inline-flex items-center text-[#5C5C5C] hover:text-[#C41E3A] transition-colors mb-8">
<ArrowLeft className="w-4 h-4 mr-2" />
</Link>
<div className="grid md:grid-cols-2 gap-8">
{CASES.map((caseItem, index) => (
<motion.div