import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card" import { AlertTriangle, TrendingDown, Users, Globe } from "lucide-react" export function CritiqueSection() { const problems = [ { icon: , title: "Economic Extraction", description: "Neoliberal capitalism prioritizes profit extraction over human and ecological wellbeing, creating unsustainable wealth concentration.", }, { icon: , title: "Systemic Oppression", description: "Current systems perpetuate inequality and marginalize communities, especially minorities and indigenous peoples.", }, { icon: , title: "Imperial Colonialism", description: "Modern economic systems continue colonial patterns of resource extraction and cultural domination on a global scale.", }, { icon: , title: "Ecological Collapse", description: "The endless growth paradigm is destroying Earth's life-supporting ecosystems at an unprecedented rate.", }, ] return (

{"The Current System is "} Broken

{"We're living in a system designed for extraction, not regeneration. "} {"It's time to acknowledge the fundamental flaws and imagine something better."}

{problems.map((problem, index) => (
{problem.icon}
{problem.title}

{problem.description}

))}
{'"There is no such thing as society" is just a false egregore that those in power would have us believe, '} {"in order to consolidate power in Westphalian state monoliths."}
— Jeff Emmett, Mycoeconomics
) }