From fbf8bae5744850341cce260594b8d0da693b0633 Mon Sep 17 00:00:00 2001 From: v0 Date: Sun, 2 Nov 2025 03:56:17 +0000 Subject: [PATCH] style: remove gradient from "Join" section Update className to transparent background, keep padding. #VERCEL_SKIP Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com> --- app/page.tsx | 2 + components/action-section.tsx | 68 ++++---------- components/critique-section.tsx | 2 +- components/hero-section.tsx | 4 +- components/mycoeconomics-section.tsx | 2 +- components/post-appitalism-section.tsx | 117 +++++++++++++++++++++++++ 6 files changed, 139 insertions(+), 56 deletions(-) create mode 100644 components/post-appitalism-section.tsx diff --git a/app/page.tsx b/app/page.tsx index 083c172..9b9908a 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -2,6 +2,7 @@ import { HeroSection } from "@/components/hero-section" import { MycoeconomicsSection } from "@/components/mycoeconomics-section" import { AlternativesSection } from "@/components/alternatives-section" import { CritiqueSection } from "@/components/critique-section" +import { PostAppitalismSection } from "@/components/post-appitalism-section" import { ActionSection } from "@/components/action-section" import { Navigation } from "@/components/navigation" @@ -13,6 +14,7 @@ export default function HomePage() { + ) diff --git a/components/action-section.tsx b/components/action-section.tsx index 28c0acc..7ad848d 100644 --- a/components/action-section.tsx +++ b/components/action-section.tsx @@ -1,6 +1,4 @@ "use client" - -import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card" import { Button } from "@/components/ui/button" import { BookOpen, Users, Sprout, MessageCircle } from "lucide-react" @@ -33,51 +31,17 @@ export function ActionSection() { ] return ( -
+
-
-

- {"Ready to "} - Take Action - {"?"} -

-

- {"The transition to post-capitalist alternatives starts with each of us. "} - {"Here's how you can begin contributing to the mycelial revolution."} -

-
- -
- {actions.map((action, index) => ( - - -
{action.icon}
- {action.title} -
- -

{action.description}

- -
-
- ))} -
- -
+

Join the Mycommunity

- {"Connect with others exploring post-capitalist alternatives. "} - {"Together, we can grow the mycelial networks of mutual aid and solidarity."} + {"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." + }

-
+
-
@@ -100,7 +56,15 @@ export function ActionSection() {

{"Built with 🍄 for the mycelial revolution • "} TrippinBalls.lol - {" • Exploring post-capitalist futures"} + {" • Exploring post-capitalist & "} + + post-appitalist futures +

diff --git a/components/critique-section.tsx b/components/critique-section.tsx index d50bd8c..82e3be3 100644 --- a/components/critique-section.tsx +++ b/components/critique-section.tsx @@ -30,7 +30,7 @@ export function CritiqueSection() { ] return ( -
+

diff --git a/components/hero-section.tsx b/components/hero-section.tsx index 09e6d2b..0cff6d0 100644 --- a/components/hero-section.tsx +++ b/components/hero-section.tsx @@ -39,7 +39,7 @@ export function HeroSection() { diff --git a/components/mycoeconomics-section.tsx b/components/mycoeconomics-section.tsx index 358eb82..c698385 100644 --- a/components/mycoeconomics-section.tsx +++ b/components/mycoeconomics-section.tsx @@ -33,7 +33,7 @@ export function MycoeconomicsSection() { ] return ( -
+

diff --git a/components/post-appitalism-section.tsx b/components/post-appitalism-section.tsx new file mode 100644 index 0000000..db5c3ed --- /dev/null +++ b/components/post-appitalism-section.tsx @@ -0,0 +1,117 @@ +import { Button } from "@/components/ui/button" +import { ArrowRight, Network, Shield, Users } from "lucide-react" + +export function PostAppitalismSection() { + return ( +
+
+
+

+ Post-Appitalism +

+

Decomposing the App Silo

+ {/* */} +

+ Post-capitalism brings about new opportunities to think beyond the traditional business model of the app + silo. Welcome to Post-Appitalism. +

+
+ +
+
+
+

+ Just as mycelium decomposes dead matter to create fertile soil for new growth, we are witnessing the{" "} + composting of capitalism and the{" "} + decomposition of app silos. +

+

+ This isn't just metaphor—it's a technological reality unfolding before us. The centralized platforms + that extract our data, attention, and agency are beginning to break down, creating the conditions for + something radically new. +

+
+
+ +
+

The Decomposition Process

+
+
+
+

Extractive platforms and institutions losing legitimacy and trust

+
+
+
+

Open, distributed protocols emerging as viable alternatives

+
+
+
+

Forming new substrates for collaborative coordination

+
+
+
+

{"Individuals and collectives reclaiming digital sovereignty"}

+
+
+
+
+ +
+

The Post-Appitalist Future

+
+
+
+ +
+

Localized, Secure Data

+

+ Your data lives where you live—under your control, encrypted, and sovereign. No more extraction by + distant platforms. +

+
+ +
+
+ +
+

Collaborative Democracy

+

+ Decision-making tools that enable genuine participation, from local communities to global coordination + networks. +

+
+ +
+
+ +
+

Composable Tooling

+

+ Interoperable economic and computational tools that work together like mycelial networks—distributed, + resilient, regenerative. +

+
+
+
+ +
+

+ The infrastructure for post-appitalism is being built right now. The question isn't whether it's + possible—it's whether we'll participate in shaping it. +

+ +
+
+
+ ) +}