feat(footer): PublicShell 푸터 URL 갱신 + Product → Music 컬럼명

- 8개 URL 새 URL로 (/services/* → /music/*, /work/*)
- Product 컬럼명 → Music (사업부 명명 일치)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-16 03:49:51 +09:00
parent a35d9e3017
commit 8df0eb6ee3

View File

@@ -76,20 +76,20 @@ export default function PublicShell({ children }: { children: React.ReactNode })
{/* 우 — Link groups */} {/* 우 — Link groups */}
<div className="grid grid-cols-2 sm:grid-cols-3 gap-10"> <div className="grid grid-cols-2 sm:grid-cols-3 gap-10">
<div> <div>
<p className="font-mono text-[11px] tracking-widest uppercase text-white/40 mb-4">Product</p> <p className="font-mono text-[11px] tracking-widest uppercase text-white/40 mb-4">Music</p>
<ul className="space-y-2.5"> <ul className="space-y-2.5">
<li><Link href="/services/music" className="hover:text-white transition">AI </Link></li> <li><Link href="/music/packs" className="hover:text-white transition">AI </Link></li>
<li><Link href="/services/music/samples" className="hover:text-white transition"> </Link></li> <li><Link href="/music/samples" className="hover:text-white transition"> </Link></li>
<li><Link href="/services/music#pricing" className="hover:text-white transition"></Link></li> <li><Link href="/music/packs#pricing" className="hover:text-white transition"></Link></li>
</ul> </ul>
</div> </div>
<div> <div>
<p className="font-mono text-[11px] tracking-widest uppercase text-white/40 mb-4">Custom Build</p> <p className="font-mono text-[11px] tracking-widest uppercase text-white/40 mb-4">Custom Build</p>
<ul className="space-y-2.5"> <ul className="space-y-2.5">
<li><Link href="/freelance" className="hover:text-white transition"> </Link></li> <li><Link href="/work/freelance" className="hover:text-white transition"> </Link></li>
<li><Link href="/services/website" className="hover:text-white transition"> </Link></li> <li><Link href="/work/website" className="hover:text-white transition"> </Link></li>
<li><Link href="/saju" className="hover:text-white transition">AI </Link></li> <li><Link href="/work/saju" className="hover:text-white transition">AI </Link></li>
<li><Link href="/services/blog" className="hover:text-white transition"> </Link></li> <li><Link href="/work/blog" className="hover:text-white transition"> </Link></li>
<li><a href="mailto:bgg8988@gmail.com" className="hover:text-white transition"></a></li> <li><a href="mailto:bgg8988@gmail.com" className="hover:text-white transition"></a></li>
</ul> </ul>
</div> </div>