diff --git a/src/app/(landing)/layout.tsx b/src/app/(landing)/layout.tsx index e9466159c..c55b2fd79 100644 --- a/src/app/(landing)/layout.tsx +++ b/src/app/(landing)/layout.tsx @@ -15,7 +15,7 @@ export const metadata: Metadata = { title: 'ZERO-ONE - 1:1 기상 스터디 플랫폼', description: '매일 아침을 함께 시작하는 1:1 기상 스터디 플랫폼. 현직 멘토와 함께 성장하세요.', - keywords: ['스터디', '기상', '멘토링', '1:1 스터디', '개발자', '면접 준비'], + keywords: ['스터디', '기상', '멘토링', '스터디 그룹', '개발자', '면접 준비'], icons: { icon: '/favicon.ico', }, diff --git a/src/app/(landing)/page.tsx b/src/app/(landing)/page.tsx index 1531e1abc..00f344c46 100644 --- a/src/app/(landing)/page.tsx +++ b/src/app/(landing)/page.tsx @@ -12,7 +12,7 @@ export const metadata: Metadata = generateSEOMetadata({ '바이브코더', '개발자 커뮤니티', '멘토링', - '1:1 스터디', + '스터디 그룹', '그룹 스터디', '유료 스터디', '인사이트', diff --git a/src/app/(service)/(my)/my-study-review/one-to-one/page.tsx b/src/app/(service)/(my)/my-study-review/one-to-one/page.tsx index a4602b822..be216114f 100644 --- a/src/app/(service)/(my)/my-study-review/one-to-one/page.tsx +++ b/src/app/(service)/(my)/my-study-review/one-to-one/page.tsx @@ -72,7 +72,7 @@ export default function OneToOneReviewPage() { diff --git a/src/components/common/layout/header-nav.tsx b/src/components/common/layout/header-nav.tsx index f38eb3c0c..7b661a9fb 100644 --- a/src/components/common/layout/header-nav.tsx +++ b/src/components/common/layout/header-nav.tsx @@ -9,7 +9,7 @@ interface HeaderNavProps { } const NAV_ITEMS = [ - { href: '/home', loginRequired: false, label: '1:1 스터디' }, + { href: '/home', loginRequired: false, label: '스터디 그룹' }, { href: '/mentoring', loginRequired: false, label: '1:1 멘토링' }, { href: '/group-study', loginRequired: false, label: '그룹스터디' }, { href: '/premium-study', loginRequired: false, label: '멘토스터디' }, diff --git a/src/components/common/layout/mobile-menu-drawer.tsx b/src/components/common/layout/mobile-menu-drawer.tsx index e80a1ff8e..a16ab7288 100644 --- a/src/components/common/layout/mobile-menu-drawer.tsx +++ b/src/components/common/layout/mobile-menu-drawer.tsx @@ -18,7 +18,7 @@ const LoginModal = dynamic( ); const NAV_ITEMS = [ - { href: '/home', label: '1:1 스터디' }, + { href: '/home', label: '스터디 그룹' }, { href: '/mentoring', label: '1:1 멘토링' }, { href: '/group-study', label: '그룹스터디' }, { href: '/premium-study', label: '멘토스터디' }, @@ -170,7 +170,7 @@ export default function MobileMenuDrawer({ })} - {/* 1:1 스터디 매칭 토글 */} + {/* 스터디 그룹 매칭 토글 */} {isLoggedIn && (
diff --git a/src/components/common/modals/phone-verification-modal.tsx b/src/components/common/modals/phone-verification-modal.tsx index 4032bf3f7..977a3c325 100644 --- a/src/components/common/modals/phone-verification-modal.tsx +++ b/src/components/common/modals/phone-verification-modal.tsx @@ -311,7 +311,7 @@ export default function PhoneVerificationModal({ margin: 0, }} > - 1:1 스터디를 진행하려면 본인인증이 필요해요. + 스터디 그룹을 진행하려면 본인인증이 필요해요.