feat(phase1): /showcase 제작 사례 허브 + TopNav 제작 사례 + robots 죽은 경로 정리

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-02 15:05:31 +09:00
parent e5ff5ec84f
commit 3db3d91a40
3 changed files with 168 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ import type { User } from '@supabase/supabase-js';
const LINKS = [
{ href: '/outsourcing', label: '외주 개발' },
{ href: '/products', label: '소프트웨어' },
{ href: '/showcase', label: '제작 사례' },
];
export default function TopNav() {