From 1a82b00da513a3b536455e63ce3387cfadbc253d Mon Sep 17 00:00:00 2001 From: v0 Date: Wed, 5 Nov 2025 21:45:34 +0000 Subject: [PATCH] feat: add Mycopunk link & image, fix alignment Center footer and content with proper centering and padding. #VERCEL_SKIP Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com> --- app/page.tsx | 2 + components/footer.tsx | 11 +++++- components/mycopunk-section.tsx | 51 ++++++++++++++++++++++++++ public/images/mycopunk-principles.png | Bin 0 -> 1016869 bytes 4 files changed, 63 insertions(+), 1 deletion(-) create mode 100644 components/mycopunk-section.tsx create mode 100644 public/images/mycopunk-principles.png diff --git a/app/page.tsx b/app/page.tsx index 865ef0a..03321eb 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -4,6 +4,7 @@ import { MycoFiIntro } from "@/components/mycofi-intro" import { BookShowcase } from "@/components/book-showcase" import { ImageGallery } from "@/components/image-gallery" import { ContentSection } from "@/components/content-section" +import { MycopunkSection } from "@/components/mycopunk-section" import { CTASection } from "@/components/cta-section" import { Footer } from "@/components/footer" import { HyphalCanvas } from "@/components/hyphal-canvas" @@ -19,6 +20,7 @@ export default function Home() { +