diff --git a/app/page.tsx b/app/page.tsx index 865ef0a..03321eb 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -4,6 +4,7 @@ import { MycoFiIntro } from "@/components/mycofi-intro" import { BookShowcase } from "@/components/book-showcase" import { ImageGallery } from "@/components/image-gallery" import { ContentSection } from "@/components/content-section" +import { MycopunkSection } from "@/components/mycopunk-section" import { CTASection } from "@/components/cta-section" import { Footer } from "@/components/footer" import { HyphalCanvas } from "@/components/hyphal-canvas" @@ -19,6 +20,7 @@ export default function Home() { +