This commit is contained in:
mota
2025-11-18 14:56:18 +09:00
parent f4196167c7
commit 84486ba7f9
2 changed files with 5 additions and 8 deletions

View File

@@ -21,17 +21,14 @@ const DYNAMIC_EXAMPLES: RouteItem[] = [
{ label: "공지사항 상세(예시)", href: "/notices/1" },
{ label: "자료실 상세(예시)", href: "/resources/1" },
{ label: "강좌 상세(예시)", href: "/menu/courses/abc123" },
{ label: "레슨 시작(예시)", href: "/menu/courses/lessons/c1l1/start" },
{ label: "레슨 이어서(예시)", href: "/menu/courses/lessons/c1l1/continue" },
{ label: "레슨 리뷰(새 경로 예시)", href: "/c1l1/review" },
// { label: "레슨 시작(예시)", href: "/menu/courses/lessons/c1l1/start" },
// { label: "레슨 이어서(예시)", href: "/menu/courses/lessons/c1l1/continue" },
{ label: "영상", href: "/c1l1/review" },
];
export default function AllPages() {
return (
<main className="mx-auto max-w-[960px] p-8">
<h1 className="mb-6 text-[24px] font-bold leading-[1.5] text-[#1b2027]">
</h1>
<section className="mb-10">
<h2 className="mb-3 text-[18px] font-semibold leading-[1.5] text-[#333c47]">