From 52b0a2bcd08c9d42faafd3ff762baa886d90c9d7 Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 02:16:22 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20UI=20=ED=85=8D=EC=8A=A4=ED=8A=B8=20"1:1?= =?UTF-8?q?=20=EC=8A=A4=ED=84=B0=EB=94=94"=EB=A5=BC=20"=EC=8A=A4=ED=84=B0?= =?UTF-8?q?=EB=94=94=20=EA=B7=B8=EB=A3=B9"=EC=9C=BC=EB=A1=9C=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: sungyoony90 --- src/app/(landing)/layout.tsx | 2 +- src/app/(landing)/page.tsx | 2 +- src/app/(service)/(my)/my-study-review/one-to-one/page.tsx | 2 +- src/components/common/layout/header-nav.tsx | 2 +- src/components/common/layout/mobile-menu-drawer.tsx | 4 ++-- src/components/common/modals/phone-verification-modal.tsx | 2 +- src/components/group-study/review/study-review-tab-nav.tsx | 2 +- src/components/home/study-matching-toggle.tsx | 2 +- src/components/home/tab-navigation.tsx | 2 +- .../one-to-one/hall-of-fame/hall-of-fame-header.tsx | 2 +- src/components/one-to-one/history/study-history-header.tsx | 4 ++-- .../one-to-one/history/study-history-list-section.tsx | 2 +- src/components/one-to-one/history/study-history-summary.tsx | 2 +- .../one-to-one/history/study-history-tab-client.tsx | 2 +- src/components/pages/landing/landing-content.tsx | 2 +- src/features/admin/matching/ui/admin-matching-page-client.tsx | 2 +- src/utils/seo.ts | 2 +- 17 files changed, 19 insertions(+), 19 deletions(-) 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 스터디를 진행하려면 본인인증이 필요해요. + 스터디 그룹을 진행하려면 본인인증이 필요해요.