From c146ddf29672249b61cbb677c574e885f59dcf16 Mon Sep 17 00:00:00 2001 From: v0 Date: Sat, 8 Nov 2025 22:56:47 +0000 Subject: [PATCH] feat: remove Soul Speaks Soil card and clean imports Update Mycelial Mentions to responsive grid layout. #VERCEL_SKIP Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com> --- components/mycelial-mentions.tsx | 30 +----------------------------- public/icon.svg | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 29 deletions(-) create mode 100644 public/icon.svg diff --git a/components/mycelial-mentions.tsx b/components/mycelial-mentions.tsx index 20796dc..149e38a 100644 --- a/components/mycelial-mentions.tsx +++ b/components/mycelial-mentions.tsx @@ -1,6 +1,6 @@ import { Button } from "@/components/ui/button" import { Card } from "@/components/ui/card" -import { ExternalLink, Music, BookOpen, Users, Coins, FileText } from "lucide-react" +import { ExternalLink, BookOpen, Users, Coins, FileText } from "lucide-react" export function MycelialMentions() { return ( @@ -15,34 +15,6 @@ export function MycelialMentions() {
- -
- -
-

Soul Speaks Soil

-

- A podcast exploring the wisdom of soil, regeneration, and our relationship with the living earth. -

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