diff --git a/src/components/sections/CurrentCampaignsSection.tsx b/src/components/sections/CurrentCampaignsSection.tsx new file mode 100644 index 0000000..4f9c54e --- /dev/null +++ b/src/components/sections/CurrentCampaignsSection.tsx @@ -0,0 +1,84 @@ +'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 && ( + + )} +