diff --git a/src/components/sections/AttorneyProfilesSection.tsx b/src/components/sections/AttorneyProfilesSection.tsx new file mode 100644 index 0000000..0fc5e16 --- /dev/null +++ b/src/components/sections/AttorneyProfilesSection.tsx @@ -0,0 +1,59 @@ +'use client' + +import { useEmDashContent } from '@/hooks/useEmDashContent' +import Image from 'next/image' +import { Card, CardContent, CardHeader, CardTitle } from '@/components/ui/Card' +import Badge from '@/components/ui/Badge' + +export default function AttorneyProfilesSection() { + const { items, loading } = useEmDashContent('team_members') + + if (loading) { + return ( +
+ With 32 years of combined experience, Mashobane & Associates brings + tenacity, legal acumen, and a deep commitment to every client we represent. +
+{d.bio}
+