Add (com)post-capitalism wordplay throughout site
Integrate clever post-capitalism references in hero, footer, and metadata to highlight the conceptual link between composting capitalism and building post-capitalist systems. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
c146ddf296
commit
d875b399cc
|
|
@ -7,9 +7,9 @@ import { Suspense } from "react"
|
|||
import "./globals.css"
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Composting Capitalism | Decomposing Extractive Systems",
|
||||
title: "Composting Capitalism | Building (Com)Post-Capitalism",
|
||||
description:
|
||||
"Exploring how we can decompose the excesses of capitalism and cultivate regenerative systems that work for the many, not the few.",
|
||||
"Exploring how we can decompose the excesses of capitalism and cultivate regenerative (com)post-capitalist systems that work for the many, not the few.",
|
||||
generator: "v0.app",
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,12 @@ export function Footer() {
|
|||
<div className="container mx-auto px-4">
|
||||
<div className="max-w-4xl mx-auto space-y-8">
|
||||
<div className="text-center space-y-4">
|
||||
<h3 className="text-2xl font-bold">Composting Capitalism</h3>
|
||||
<h3 className="text-2xl font-bold">
|
||||
Composting Capitalism
|
||||
</h3>
|
||||
<p className="text-sm font-mono text-muted-foreground/80 -mt-2">
|
||||
building <span className="text-foreground font-semibold">(com)post</span>-capitalism
|
||||
</p>
|
||||
<p className="text-muted-foreground leading-relaxed max-w-2xl mx-auto">
|
||||
A project exploring how we can transform extractive systems into regenerative ones— one mycelial
|
||||
connection at a time.
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ export function Hero() {
|
|||
className="block text-6xl md:text-8xl lg:text-9xl font-bold text-white"
|
||||
style={{ textShadow: "0 0 40px rgba(0,0,0,0.8), 0 0 80px rgba(0,0,0,0.6), 0 4px 20px rgba(0,0,0,0.9)" }}
|
||||
>
|
||||
Compost
|
||||
<span className="text-white/40">(</span>Com<span className="text-white/40">)</span>post
|
||||
</span>
|
||||
<span
|
||||
className="block text-6xl md:text-8xl lg:text-9xl font-bold text-amber-200 mt-2"
|
||||
|
|
|
|||
Loading…
Reference in New Issue