import { Mail, LinkIcon } from "lucide-react" import { Button } from "@/components/ui/button" import Image from "next/image" import { Header } from "@/components/header" import { Footer } from "@/components/footer" export default function ContactPage() { return (

Let's Anastomose

Just as mycelial networks form connections through anastomosis—fusing together to create stronger, more resilient networks—we'd love to connect and collaborate with you.

{/* Animated Mycelium Image */}
Mycelium hyphal threads connecting through anastomosis
{/* Contact Information */}

Contact Information

ENS Address

mycofi.eth
{/* Social Links */}

Social Channels

Connect with us across all platforms through our link hub.

{/* Engagements */}

Collaboration Opportunities

We welcome engagements for speaking opportunities, co-publishing initiatives, and consulting on regenerative economic design.

Speaking

Conferences, workshops, and events

Co-Publishing

Research, articles, and content

Consulting

Regenerative economic design

{/* Footer Note */}

Like mycelium, we grow stronger through connection. Let's build regenerative futures together.

) }