"use client" import { Button } from "@/components/ui/button" import { BookOpen, Users, Sprout, MessageCircle } from "lucide-react" export function ActionSection() { const actions = [ { icon: , title: "Learn & Research", description: "Dive deeper into alternative economic models and post-capitalist theory.", action: "Explore Resources", }, { icon: , title: "Build Community", description: "Connect with others working on economic alternatives in your area.", action: "Find Groups", }, { icon: , title: "Start Small", description: "Begin implementing alternative practices in your daily life and community.", action: "Take Action", }, { icon: , title: "Spread Awareness", description: "Share these ideas and help others understand that alternatives exist.", action: "Share Ideas", }, ] return (

Join the Mycommunity

{"The transition to post-capitalist alternatives starts with each of us. "} { "Connect with others exploring myco-economic alternatives for economies of care through mutual solidarity." }

) }