feat: 학습 센터에도 회사 한 줄 소개 추가 (대시보드와 동일 문구)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
AWESOMEDEV 2026-07-17 10:00:28 +09:00
parent 8b96aab694
commit 0b6c2a15a7

View File

@ -50,6 +50,10 @@ export default function LearnHubPage() {
<span className="chip">카테고리당 12강좌</span>
<span className="chip">강좌당 40~90</span>
</div>
{/* 회사 한 줄 소개 — 대시보드와 같은 문구(홈페이지 모토) */}
<p className="muted" style={{ fontSize: 13, marginTop: 14, marginBottom: 0 }}>
어썸데브 고객과 함께 나은 세상을 만들어 나가는 기업
</p>
</div>
{COURSE_CATEGORIES.map((group) => {