'use client'; import { useState } from 'react'; import { Info, ChevronDown, ChevronUp, ShieldCheck, Clock, Leaf, TrendingUp } from 'lucide-react'; export function StandardsLegend() { const [isExpanded, setIsExpanded] = useState(false); return (
{/* Header */} {/* Expanded Content */} {isExpanded && (
{/* Intro */}

Wren maximizes climate impact by combining multiple layers of solutions: Certified offsets (verified carbon removal/reduction), In-progress offsets (long-term removal projects), Additional contributions (policy & conservation work), and Investments (scaling climate companies). This hybrid approach delivers the greatest impact per dollar.

{/* Standard Categories */}
{/* Certified Offsets */}

Certified Offsets

Standard 2025+ Compliant

Quantified CO₂e that has already been prevented or removed from the atmosphere. These offsets follow strict rules and are verified by independent auditors.

Peer-reviewed measurement methodology

ISO-accredited third-party verification

Tracked on carbon credit registry

Credits issued within 12 months

{/* In-Progress Offsets */}

In-Progress Offsets

Long-term carbon removal

Activities currently removing CO₂e from the atmosphere using proven methods. Credits will be issued once the work is complete and verified (within 5 years).

Peer-reviewed methodology

Third-party verification pending

Credits issued within 5 years

Example: Enhanced mineral weathering

{/* Additional Contributions */}

Additional Contributions

Systems-change initiatives

Funding for climate policy, conservation, and initiatives that are difficult to quantify but essential for creating systemic change toward a carbon-neutral world.

Peer-reviewed science (proof of concept)

Clear theory of change

Transparent monitoring & evaluation

Example: Rainforest protection technology

{/* Investments */}

Investments

Scaling climate solutions

Capital investments in climate companies to scale operations. Returns amplify climate impact rather than profit. Not counted in tonnes offset.

Clear theory of change

Financial additionality

High scalability potential

Example: Pacific Biochar expansion

{/* Why This Approach */}

Why Wren Uses This Hybrid Approach

Addressing the climate crisis requires more than just measurable carbon offsets. By combining verified removals, emerging technologies, policy change, and strategic investments, Wren maximizes climate impact per dollar while supporting the systemic changes needed for a sustainable future.

{/* Learn More */}
Learn more about Wren's certification standards
)}
); }