import { MycelialCanvas } from "@/components/mycelial-canvas" import { HeroSection } from "@/components/hero-section" import { LegacySection } from "@/components/legacy-section" import { GoodsMatrixSection } from "@/components/goods-matrix-section" import { CompostSection } from "@/components/compost-section" import { MyceliumSection } from "@/components/mycelium-section" import { UndernetSection } from "@/components/undernet-section" import { AnastomosisSection } from "@/components/anastomosis-section" import { NoFiSection } from "@/components/nofi-section" import { EmergenceSection } from "@/components/emergence-section" import { Footer } from "@/components/footer" export default function Home() { return (