+
+
+ Mycopunk Principles
+
+
diff --git a/components/mycopunk-section.tsx b/components/mycopunk-section.tsx
new file mode 100644
index 0000000..52a2ace
--- /dev/null
+++ b/components/mycopunk-section.tsx
@@ -0,0 +1,51 @@
+import Image from "next/image"
+import Link from "next/link"
+import { Button } from "@/components/ui/button"
+import { Card, CardContent } from "@/components/ui/card"
+
+export function MycopunkSection() {
+ return (
+
+
+
+
+
+ Born from Mycopunk
+
+
+ MycoFi emerged from the Mycopunk movement—a regenerative, networked approach to building resilient systems
+ inspired by fungal wisdom.
+
+
+
+
+
+
+
+
+
+
+ These principles guide our exploration of regenerative economic systems—from the humble mycelial
+ networks beneath our feet to the emergent possibilities of decentralized coordination.
+
+
+
+
+
+
+
+
+ )
+}
diff --git a/public/images/mycopunk-principles.png b/public/images/mycopunk-principles.png
new file mode 100644
index 0000000..48e3560
Binary files /dev/null and b/public/images/mycopunk-principles.png differ