diff --git a/src/components/sections/ClientTestimonialsSection.tsx b/src/components/sections/ClientTestimonialsSection.tsx new file mode 100644 index 0000000..5476fa5 --- /dev/null +++ b/src/components/sections/ClientTestimonialsSection.tsx @@ -0,0 +1,39 @@ +'use client' +import { useVulaContent } from '@/hooks/useVulaContent' + +export default function ClientTestimonialsSection() { + const { items, loading } = useVulaContent('posts') + + if (loading) { + return
Client outcomes
+Unedited feedback from clients across corporate, property and dispute work.
+{d.category}
: null} + {d.title ?“{d.excerpt}”
: null} + {d.author ?{d.author}
: null} +