diff --git a/app/components/DashboardShell.tsx b/app/components/DashboardShell.tsx
index 0629b10..0ebe865 100644
--- a/app/components/DashboardShell.tsx
+++ b/app/components/DashboardShell.tsx
@@ -3,19 +3,26 @@
import { useState } from 'react';
import { usePathname } from 'next/navigation';
import Sidebar from './Sidebar';
+import PublicShell from './PublicShell';
const STANDALONE_PATHS = ['/login', '/signup', '/admin'];
+const SIDEBAR_PATHS = ['/mypage'];
export default function DashboardShell({ children }: { children: React.ReactNode }) {
const [sidebarOpen, setSidebarOpen] = useState(false);
const pathname = usePathname();
const isStandalone = STANDALONE_PATHS.some((p) => pathname.startsWith(p));
+ const useSidebar = SIDEBAR_PATHS.some((p) => pathname.startsWith(p));
if (isStandalone) {
return <>{children}>;
}
+ if (!useSidebar) {
+ return
+ 조회수 터지는 콘텐츠 제작 시스템. 음악 이론을 몰라도 누구나 프로 수준의 결과물을 만듭니다. +
+- AI로 음악을 뽑는 게 아니라,{' '} - 고품질 결과물을 빠르게 뽑는 법을 팝니다. - 컨셉 → 음악 → 비주얼 → 퍼블리싱, 4단계 공정을 구조화한 마스터 팩. -
-{t.desc}
-+ 성공적인 AI 뮤직 크리에이터를 위한 모든 필수 자산. +
{t.desc}
+- 맞춤 개발·컨설팅·협업 제안 모두 환영합니다. 24시간 이내 회신 드립니다. -
-