diff --git a/src/content/docs/ko/tutorial/6-islands/3.mdx b/src/content/docs/ko/tutorial/6-islands/3.mdx
index 3c121d4fb6eb2..a1e84c6947718 100644
--- a/src/content/docs/ko/tutorial/6-islands/3.mdx
+++ b/src/content/docs/ko/tutorial/6-islands/3.mdx
@@ -5,14 +5,14 @@ description: >-
튜토리얼: 첫 번째 Astro 블로그 구축 — 프로젝트의 최종 버전을 확인하고 Astro의 다음 단계가 무엇인지 알아보세요!
i18nReady: true
---
-
-
import Box from '~/components/tutorial/Box.astro';
import Checklist from '~/components/Checklist.astro';
import CompletionConfetti from '~/components/tutorial/CompletionConfetti.astro';
import PreCheck from '~/components/tutorial/PreCheck.astro';
import Button from '~/components/Button.astro';
+import { CardGrid, LinkCard } from '@astrojs/starlight/components';
+
한 가지 더 수정해야 할 사항이 있습니다.
```astro title="src/pages/about.astro" del={5} ins={6}
@@ -53,14 +53,6 @@ Astro의 기본에 대해 조금 배우고 그 과정에서 즐거운 시간을
-## 다음 단계
-
-이 프로젝트에 [view transitions를 추가](/ko/tutorials/add-view-transitions/)하거나 [콘텐츠 컬렉션을 추가하여 블로그 게시물을 관리](/ko/tutorials/add-content-collections/)하려면 튜토리얼 확장 중 하나를 계속 진행하세요.
-
-[새 Astro 프로젝트 시작](/ko/getting-started/)
-
-[Discord에 참여하세요](https://astro.build/chat)
-
## 당신의 성과를 공유해보세요!
@@ -71,3 +63,29 @@ Astro 블로그 튜토리얼을 완료하신 것을 축하드립니다! 당신
+
+## 다음 단계
+
+튜토리얼 확장 중 하나를 사용하여 이 프로젝트의 최종 코드를 향상시키거나 다음 Astro 프로젝트를 시작할 수 있습니다!
+
+
+
+
+
+