diff --git a/app/contact/page.tsx b/app/contact/page.tsx new file mode 100644 index 0000000..8886d60 --- /dev/null +++ b/app/contact/page.tsx @@ -0,0 +1,122 @@ +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 +

+
+
+
+ +

Email

+
+ + connect@mycofi.earth + +
+
+
+ +

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. +

+
+
+
+ +
+ ) +} diff --git a/components/footer.tsx b/components/footer.tsx index 9ec95b4..bd7167e 100644 --- a/components/footer.tsx +++ b/components/footer.tsx @@ -53,21 +53,6 @@ export function Footer() { Shop - - - -
-

Connect

-
+ +
+

Connect

+ +
diff --git a/public/icon.svg b/public/icon.svg new file mode 100644 index 0000000..5c11e6c --- /dev/null +++ b/public/icon.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/mycelium-hyphal-threads-connecting-and-anastomosin.jpg b/public/mycelium-hyphal-threads-connecting-and-anastomosin.jpg new file mode 100644 index 0000000..4ca9e4f Binary files /dev/null and b/public/mycelium-hyphal-threads-connecting-and-anastomosin.jpg differ