diff --git a/src/components/sections/CommunityJusticeSection.tsx b/src/components/sections/CommunityJusticeSection.tsx new file mode 100644 index 0000000..4a56fa3 --- /dev/null +++ b/src/components/sections/CommunityJusticeSection.tsx @@ -0,0 +1,76 @@ +'use client' +import { useEmDashContent } from '@/hooks/useEmDashContent' +import Image from 'next/image' +import Link from 'next/link' +import { Card, CardContent, CardFooter, CardTitle } from '@/components/ui/Card' +import Button from '@/components/ui/Button' + +export default function CommunityJusticeSection() { + const { items, loading } = useEmDashContent('campaigns') + + if (loading) { + return ( +
+ Pro bono initiatives and legal workshops that uplift our communities +
+{desc}
+ )} +