Rename to (com)Post-Capitalist, remove hero image, update newsletter heading
- Remove hero illustration from hero section (keep as OG thumbnail only) - Rename all "Post-Capitalist" references to "(com)Post-Capitalist" - Rename all "Post-Appitalism" to "(com)Post-Appitalism" - Change newsletter heading to "Keep Trippin Down the Rabbit Hole:" Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
47f20c009b
commit
4c3d412d25
|
|
@ -7,7 +7,7 @@ import "./globals.css"
|
|||
|
||||
export const metadata: Metadata = {
|
||||
metadataBase: new URL("https://trippinballs.lol"),
|
||||
title: "TrippinBalls.lol - Post-Capitalist Alternatives",
|
||||
title: "TrippinBalls.lol - (com)Post-Capitalist Alternatives",
|
||||
description:
|
||||
"Society is trippin balls — addicted to war, oil, and exploitation through extractive financial institutions. Mushrooms have been running open protocols of redistribution for a billion years. Let's learn from them.",
|
||||
generator: "v0.app",
|
||||
|
|
@ -16,7 +16,7 @@ export const metadata: Metadata = {
|
|||
type: "website",
|
||||
locale: "en_US",
|
||||
url: "https://trippinballs.lol",
|
||||
title: "TrippinBalls.lol - Post-Capitalist Alternatives",
|
||||
title: "TrippinBalls.lol - (com)Post-Capitalist Alternatives",
|
||||
description: "Addicted to war, oil, and exploitation — structurally. Mushrooms have been running open redistribution protocols for a billion years. Let's learn from them.",
|
||||
siteName: "TrippinBalls.lol",
|
||||
images: [
|
||||
|
|
@ -30,7 +30,7 @@ export const metadata: Metadata = {
|
|||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "TrippinBalls.lol - Post-Capitalist Alternatives",
|
||||
title: "TrippinBalls.lol - (com)Post-Capitalist Alternatives",
|
||||
description:
|
||||
"Society is trippin balls — addicted to war, oil, and exploitation through extractive financial institutions. Mushrooms have been running open protocols of redistribution for a billion years. Let's learn from them.",
|
||||
images: ["/og-image.jpg"],
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ export function ActionSection() {
|
|||
{
|
||||
icon: <BookOpen className="h-6 w-6" />,
|
||||
title: "Learn & Research",
|
||||
description: "Dive deeper into alternative economic models and post-capitalist theory.",
|
||||
description: "Dive deeper into alternative economic models and (com)post-capitalist theory.",
|
||||
action: "Explore Resources",
|
||||
},
|
||||
{
|
||||
|
|
@ -36,7 +36,7 @@ export function ActionSection() {
|
|||
<div className="p-8 text-center">
|
||||
<h3 className="text-3xl font-bold mb-4">Join the Mycommunity</h3>
|
||||
<p className="text-lg text-muted-foreground mb-6 max-w-2xl mx-auto leading-relaxed">
|
||||
{"The transition to post-capitalist alternatives starts with each of us. "}
|
||||
{"The transition to (com)post-capitalist alternatives starts with each of us. "}
|
||||
{
|
||||
"Connect with others exploring myco-economic alternatives for economies of care through mutual solidarity."
|
||||
}
|
||||
|
|
@ -56,14 +56,14 @@ export function ActionSection() {
|
|||
<p className="text-muted-foreground">
|
||||
{"Built with 🍄 for the mycelial revolution • "}
|
||||
<span className="text-primary font-semibold">TrippinBalls.lol</span>
|
||||
{" • Exploring post-capitalist & "}
|
||||
{" • Exploring (com)post-capitalist & "}
|
||||
<a
|
||||
href="https://post-appitalism.app"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="text-primary hover:underline font-semibold"
|
||||
>
|
||||
post-appitalist futures
|
||||
(com)post-appitalist futures
|
||||
</a>
|
||||
{" • "}
|
||||
<a
|
||||
|
|
|
|||
|
|
@ -39,12 +39,12 @@ export function AlternativesSection() {
|
|||
<div className="container mx-auto px-4">
|
||||
<div className="text-center mb-16">
|
||||
<h2 className="text-4xl md:text-5xl font-bold mb-6 text-balance">
|
||||
{"Post-Capitalist "}
|
||||
{"(com)Post-Capitalist "}
|
||||
<span className="text-secondary">Alternatives</span>
|
||||
</h2>
|
||||
<p className="text-xl text-muted-foreground max-w-3xl mx-auto text-pretty leading-relaxed">
|
||||
{"These aren't utopian dreams — they're practical alternatives being implemented "}
|
||||
{'by communities worldwide who refuse to accept that "there is no alternative."'}
|
||||
{"by communities worldwide who refuse to accept that \"there is no alternative.\""}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
"use client"
|
||||
|
||||
import Image from "next/image"
|
||||
import { Button } from "@/components/ui/button"
|
||||
import { ArrowDown, Sparkles } from "lucide-react"
|
||||
|
||||
|
|
@ -32,22 +31,10 @@ export function HeroSection() {
|
|||
<p className="text-xl md:text-2xl mb-8 text-muted-foreground text-pretty leading-relaxed">
|
||||
{"On a system predicated on economic extraction, oppression, and endless growth. "}
|
||||
{"Time to explore "}
|
||||
<span className="text-primary font-semibold">post-capitalist alternatives</span>
|
||||
<span className="text-primary font-semibold">(com)post-capitalist alternatives</span>
|
||||
{" inspired by nature's wisdom."}
|
||||
</p>
|
||||
|
||||
{/* Hero illustration */}
|
||||
<div className="relative w-full max-w-3xl mx-auto mb-10 rounded-xl overflow-hidden shadow-2xl shadow-primary/20 border border-primary/20">
|
||||
<Image
|
||||
src="/hero-mushrooms.png"
|
||||
alt="Mushrooms growing from decomposing money and shell casings, transforming extraction into regeneration"
|
||||
width={1408}
|
||||
height={768}
|
||||
className="w-full h-auto"
|
||||
priority
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div className="flex flex-col sm:flex-row gap-4 justify-center items-center mb-12">
|
||||
<Button
|
||||
size="lg"
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ export function NewsletterSignup() {
|
|||
<div className="max-w-xl mx-auto text-center space-y-6">
|
||||
<div className="space-y-2">
|
||||
<h2 className="text-2xl font-bold">
|
||||
Keep Trippin'
|
||||
Keep Trippin Down the Rabbit Hole:
|
||||
</h2>
|
||||
<p className="text-muted-foreground">
|
||||
Subscribe for updates on psychedelic exploration
|
||||
|
|
|
|||
|
|
@ -7,13 +7,13 @@ export function PostAppitalismSection() {
|
|||
<div className="container mx-auto max-w-6xl">
|
||||
<div className="text-center mb-16">
|
||||
<h2 className="text-4xl md:text-5xl font-bold mb-3 bg-gradient-to-r from-primary to-secondary bg-clip-text text-transparent">
|
||||
Post-Appitalism
|
||||
(com)Post-Appitalism
|
||||
</h2>
|
||||
<h3 className="text-2xl md:text-3xl font-semibold mb-6 text-muted-foreground">Decomposing the App Silo</h3>
|
||||
{/* </CHANGE> */}
|
||||
<p className="text-xl text-muted-foreground max-w-3xl mx-auto leading-relaxed">
|
||||
Post-capitalism brings about new opportunities to think beyond the traditional business model of the app
|
||||
silo. Welcome to Post-Appitalism.
|
||||
(com)Post-capitalism brings about new opportunities to think beyond the traditional business model of the app
|
||||
silo. Welcome to (com)Post-Appitalism.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
|
@ -96,8 +96,8 @@ export function PostAppitalismSection() {
|
|||
|
||||
<div className="bg-gradient-to-r from-primary/10 via-secondary/10 to-accent/10 rounded-lg p-8 text-center border border-primary/20">
|
||||
<p className="text-xl mb-6 leading-relaxed max-w-3xl mx-auto">
|
||||
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.
|
||||
The infrastructure for (com)post-appitalism is being built right now. The question isn{"'"}t whether it{"'"}s
|
||||
possible — it{"'"}s whether we{"'"}ll participate in shaping it.
|
||||
</p>
|
||||
<Button size="lg" className="bg-primary hover:bg-primary/90 text-primary-foreground font-semibold" asChild>
|
||||
<a
|
||||
|
|
@ -106,7 +106,7 @@ export function PostAppitalismSection() {
|
|||
rel="noopener noreferrer"
|
||||
className="inline-flex items-center gap-2"
|
||||
>
|
||||
Explore Post-Appitalism
|
||||
Explore (com)Post-Appitalism
|
||||
<ArrowRight className="w-5 h-5" />
|
||||
</a>
|
||||
</Button>
|
||||
|
|
|
|||
Loading…
Reference in New Issue