diff --git a/src/components/sections/LegalInsightsBlogSection.tsx b/src/components/sections/LegalInsightsBlogSection.tsx new file mode 100644 index 0000000..472fd4d --- /dev/null +++ b/src/components/sections/LegalInsightsBlogSection.tsx @@ -0,0 +1,87 @@ +'use client' + +import { useEmDashContent } from '@/hooks/useEmDashContent' +import Image from 'next/image' +import { Card, CardContent, CardHeader, CardTitle, CardDescription } from '@/components/ui/Card' +import Badge from '@/components/ui/Badge' + +export default function LegalInsightsBlogSection() { + const { items, loading } = useEmDashContent('posts') + + if (loading) { + return ( +
+ Practical advice and updates on South African criminal law. +
+