chore: temporarily disable FeaturesSection

This commit is contained in:
Ajax Davis 2026-01-18 02:11:18 +10:00
parent 5abc85dafc
commit 028c87056a

View file

@ -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<React.ReactElement> {
{/* Hero Section - Dithered Design */}
<HeroSection stats={data.stats} />
{/* Features Section - Interactive & Animated */}
{/* Features Section - Interactive & Animated - temporarily disabled
<FeaturesSection />
*/}
{/* Architecture Diagram Section - temporarily disabled
<section className="py-16 bg-background border-b border-border">