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