diff --git a/apps/web/src/app/page.tsx b/apps/web/src/app/page.tsx index ddb5cf1..003299b 100644 --- a/apps/web/src/app/page.tsx +++ b/apps/web/src/app/page.tsx @@ -5,7 +5,7 @@ import { Container } from '@tpmjs/ui/Container/Container'; import Link from 'next/link'; import { AppHeader } from '../components/AppHeader'; // import { ArchitectureDiagramWrapper } from '../components/home/ArchitectureDiagramWrapper'; -import { FeaturesSection } from '../components/home/FeaturesSection'; +// import { FeaturesSection } from '../components/home/FeaturesSection'; import { HeroSection } from '../components/home/HeroSection'; export const dynamic = 'force-dynamic'; @@ -85,8 +85,9 @@ export default async function HomePage(): Promise { {/* Hero Section - Dithered Design */} - {/* Features Section - Interactive & Animated */} + {/* Features Section - Interactive & Animated - temporarily disabled + */} {/* Architecture Diagram Section - temporarily disabled