'use client' import SankeyDiagram from '@/components/visualizations/SankeyDiagram' import SectionHeader from '@/components/ui/SectionHeader' import ScrollReveal from '@/components/ui/ScrollReveal' import { extractiveFlows } from '@/lib/sankey-data' export default function ExtractivePipeSection() { return (
The Extractive Pattern
The plumbing hired a marketing team and went public.
) }