From 071c2a69a838936bd869b4af21e2ae0b2fc76609 Mon Sep 17 00:00:00 2001 From: rahan Date: Tue, 23 Jun 2026 00:53:10 +0200 Subject: [PATCH] chore: comment out SystemSection from home page Temporarily disabled the system design showcase section to revisit later. The component is preserved intact for future use. Co-Authored-By: Claude Sonnet 4.6 --- app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() { - + {/* */} )