// DashboardShell을 우회하는 독립 레이아웃 export default function LandingLayout({ children }: { children: React.ReactNode }) { return <>{children}; }