Fix (com)Post-Capitalism naming and reorder sections
- Fix heading and button to "(com)Post-Capitalism" (not "(Com)post Capitalism") - Move (com)Post-Capitalism section before Post-Capitalist Alternatives - Remove redundant (com) prefix from Alternatives section heading Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
5b89632557
commit
f20aca36d5
|
|
@ -17,8 +17,8 @@ export default function HomePage() {
|
|||
<CritiqueSection />
|
||||
<StructuralAddictionSection />
|
||||
<MycoeconomicsSection />
|
||||
<AlternativesSection />
|
||||
<CompostCapitalismSection />
|
||||
<AlternativesSection />
|
||||
<PostAppitalismSection />
|
||||
<ActionSection />
|
||||
<NewsletterSignup />
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ 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">
|
||||
{"(com)Post-Capitalist "}
|
||||
{"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">
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ export function CompostCapitalismSection() {
|
|||
<div className="container mx-auto px-4 max-w-6xl">
|
||||
<div className="text-center mb-16">
|
||||
<h2 className="text-4xl md:text-5xl font-bold mb-6 text-balance">
|
||||
<span className="text-secondary">(Com)post</span> Capitalism
|
||||
<span className="text-secondary">(com)</span>Post-Capitalism
|
||||
</h2>
|
||||
<p className="text-xl text-muted-foreground max-w-3xl mx-auto text-pretty leading-relaxed">
|
||||
What if we treated capitalism like organic matter — breaking down its extractive excesses to nourish
|
||||
|
|
@ -62,7 +62,7 @@ export function CompostCapitalismSection() {
|
|||
rel="noopener noreferrer"
|
||||
className="inline-flex items-center gap-2"
|
||||
>
|
||||
Explore (Com)post Capitalism
|
||||
Explore (com)Post-Capitalism
|
||||
<ArrowRight className="w-5 h-5" />
|
||||
</a>
|
||||
</Button>
|
||||
|
|
|
|||
Loading…
Reference in New Issue