diff --git a/README.md b/README.md
index 586595a..077b8cc 100644
--- a/README.md
+++ b/README.md
@@ -11,14 +11,14 @@
만다라트 기법을 활용한 목표 관리 대시보드
-AI 기반 목표 추천과 이메일 리마인더를 제공합니다.
+AI 기반 목표 추천을 제공합니다.
## Features
- 만다라트 3x3/9x9 그리드 기반 목표 시각화
- AI 기반 목표 추천 (실시간 스트리밍)
- 목표 상태 관리 및 수정
-- 이메일 리마인더 설정
+- ~~이메일 리마인더 설정~~ 이메일 리마인더 기능은 더이상 지원하지 않습니다.
## 기술 스택
@@ -33,7 +33,7 @@ AI 기반 목표 추천과 이메일 리마인더를 제공합니다.
>
> - 목표 저장/불러오기
> - AI 목표 추천
-> - 이메일 리마인더 설정
+> - ~~이메일 리마인더 설정~~
```bash
# Prerequisites: Node.js v20+
diff --git a/src/data/step_guide.ts b/src/data/step_guide.ts
index e51a8da..8746bf6 100644
--- a/src/data/step_guide.ts
+++ b/src/data/step_guide.ts
@@ -1,11 +1,9 @@
import {
service_info_ai,
- service_info_mail,
service_info_make_goals,
service_info_regret,
service_info_success,
service_info_ai_srcSet,
- service_info_mail_srcSet,
service_info_make_goals_srcSet,
service_info_regret_srcSet,
service_info_success_srcSet,
@@ -52,15 +50,15 @@ export const SERVICE_GUIDE_STEPS = [
srcSet: service_info_ai_srcSet,
emoji: "🤖",
},
- {
- step: 5,
- title: "정기적인 리마인드",
- subtitle: "코알라가 이메일로 알려드려요",
- description: "설정한 알림 기간마다 메일을 보내 목표를 리마인드 해드려요",
- image: service_info_mail,
- srcSet: service_info_mail_srcSet,
- emoji: "📧",
- },
+ // {
+ // step: 5,
+ // title: "정기적인 리마인드",
+ // subtitle: "코알라가 이메일로 알려드려요",
+ // description: "설정한 알림 기간마다 메일을 보내 목표를 리마인드 해드려요",
+ // image: service_info_mail,
+ // srcSet: service_info_mail_srcSet,
+ // emoji: "📧",
+ // },
{
step: 6,
title: "목표 달성!!",
diff --git a/src/data/tutorial.ts b/src/data/tutorial.ts
index 55d84a3..1c961f7 100644
--- a/src/data/tutorial.ts
+++ b/src/data/tutorial.ts
@@ -68,14 +68,14 @@ export const tutorialSteps: TutorialStep[] = [
position: "top",
mobilePosition: "top",
},
- {
- id: "reminder",
- title: "6단계: 우체부 서비스 신청해요",
- description:
- "목표를 잊지 않도록 정기적으로 응원 메일을 보내드릴게요. 함께 성장해요!",
- targetSelector: '[data-tutorial="reminder-button"]',
- className: "reminder-button",
- position: "top",
- mobilePosition: "top",
- },
+ // {
+ // id: "reminder",
+ // title: "6단계: 우체부 서비스 신청해요",
+ // description:
+ // "목표를 잊지 않도록 정기적으로 응원 메일을 보내드릴게요. 함께 성장해요!",
+ // targetSelector: '[data-tutorial="reminder-button"]',
+ // className: "reminder-button",
+ // position: "top",
+ // mobilePosition: "top",
+ // },
];
diff --git a/src/feature/home/components/MainSection.tsx b/src/feature/home/components/MainSection.tsx
index 4e2790f..c8f3b21 100644
--- a/src/feature/home/components/MainSection.tsx
+++ b/src/feature/home/components/MainSection.tsx
@@ -12,7 +12,7 @@ export default function MainSection({}: Props) {
src={koalaTextLogoCol}
srcSet={koalaTextLogoColSrcSet}
sizes="(max-width: 600px) 90vw, 940px"
- alt="만다라트 목표 작성 & 리마인드 | 코알라 우체부"
+ alt="만다라트 목표 작성 | 코알라 우체부"
className="w-full max-w-xl mx-auto"
width={576}
height={444}
@@ -25,9 +25,7 @@ export default function MainSection({}: Props) {
imageRendering: "pixelated",
}}
/>
-
- 만다라트 목표 작성 & 리마인드 | 코알라 우체부
-
+ 만다라트 목표 작성 | 코알라 우체부
- 체계적인 목표 설정과 꾸준한 리마인드로
+ 체계적인 목표 설정
당신의 꿈을 현실로 만들어보세요! 🐨✨