From 0a89dc0c2b85eaf67122b33bf25832f95eb2b627 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Fri, 27 Feb 2026 12:52:05 -0800 Subject: [PATCH] Rework ecosystem section: CoFi prominence, Psilo-Cyber ICS, footer cleanup - Replace Defect.fi with CoFi card, remove NoFi card from Economic Ecosystems - Highlight CoFi in finance progression line - Remove Mycopunk from Culture & Infrastructure grid - Add Institutional Neuroplasticity subsection (Psilo-Cyber ICS) - Clean up network map: remove Defect.fi/Mycopunk nodes, add CoFi node - Footer: remove link bar, change tagline to "Made by the mycopunks" Co-Authored-By: Claude Opus 4.6 --- app/page.tsx | 2 - ...on-fix-undernet-readability-allied-orgs.md | 49 +++ components/anastomosis-section.tsx | 4 +- components/compost-section.tsx | 4 +- components/emergence-section.tsx | 4 +- components/footer.tsx | 34 +- components/goods-matrix-section.tsx | 4 +- components/legacy-section.tsx | 4 +- components/mycelium-section.tsx | 4 +- components/network-map-section.tsx | 4 +- components/nofi-section.tsx | 370 +++++++++++++++--- components/undernet-section.tsx | 4 +- 12 files changed, 387 insertions(+), 100 deletions(-) create mode 100644 backlog/tasks/task-9 - Add-NoFi-section-fix-undernet-readability-allied-orgs.md diff --git a/app/page.tsx b/app/page.tsx index 3055ee7..5a5f12a 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -8,7 +8,6 @@ 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 { NetworkMapSection } from "@/components/network-map-section" import { Footer } from "@/components/footer" export default function Home() { @@ -25,7 +24,6 @@ export default function Home() { -