diff --git a/src/components/sections/TestimonialsSection.tsx b/src/components/sections/TestimonialsSection.tsx new file mode 100644 index 0000000..8edec6f --- /dev/null +++ b/src/components/sections/TestimonialsSection.tsx @@ -0,0 +1,45 @@ +'use client' + +import { useEmDashContent } from '@/hooks/useEmDashContent' + +export default function TestimonialsSection() { + const { items, loading } = useEmDashContent('posts') + + if (loading) { + return ( +
“{quote}”
+{d.author || 'Ospite'}
+ {d.category && {d.category}} +