diff --git a/src/pages/Home/index.tsx b/src/pages/Home/index.tsx
index 7ec9143..175ad19 100644
--- a/src/pages/Home/index.tsx
+++ b/src/pages/Home/index.tsx
@@ -11,7 +11,7 @@ import ScheduleSection, {
ScheduleSectionSkeleton,
} from '@/pages/Home/components/ScheduleSection';
import SectionAsyncBoundary from '@/pages/Home/components/SectionAsyncBoundary';
-import StudyTimerBanner from '@/pages/Home/components/StudyTimerBanner';
+// import StudyTimerBanner from '@/pages/Home/components/StudyTimerBanner';
function Home() {
return (
@@ -22,9 +22,9 @@ function Home() {
- */}