'use client' import { useEmDashContent } from '@/hooks/useEmDashContent' import Image from 'next/image' import { Card, CardContent, CardHeader, CardTitle } from '@/components/ui/Card' import Button from '@/components/ui/Button' export default function CurrentCampaignsSection() { const { items, loading } = useEmDashContent('campaigns') if (loading) { return (
Justice doesn\'t end in the courtroom. See how we\'re giving back.
{d.headline}
)}{d.body}
)} {d.cta_text && ( )}