diff --git a/app/page.tsx b/app/page.tsx
index b655249..cc29015 100644
--- a/app/page.tsx
+++ b/app/page.tsx
@@ -1,7 +1,7 @@
import { Hero } from '@/components/hero/Hero'
import { WorkSection } from '@/components/home/WorkSection'
import { MethodSection } from '@/components/home/MethodSection'
-import { SystemSection } from '@/components/home/SystemSection'
+// import { SystemSection } from '@/components/home/SystemSection'
import { AboutSection } from '@/components/home/AboutSection'
export default function Home() {
@@ -10,7 +10,7 @@ export default function Home() {
-
+ {/* */}
)