chore: temporarily disable FeaturesSection
This commit is contained in:
parent
5abc85dafc
commit
028c87056a
1 changed files with 3 additions and 2 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue