diff --git a/src/components/sections/TestimonialsSection.tsx b/src/components/sections/TestimonialsSection.tsx new file mode 100644 index 0000000..38395ce --- /dev/null +++ b/src/components/sections/TestimonialsSection.tsx @@ -0,0 +1,38 @@ +'use client' +import { useVulaContent } from '@/hooks/useVulaContent' + +export default function TestimonialsSection() { + const { items, loading } = useVulaContent('posts') + const featured = (items ?? []).slice(0, 3) + + if (loading) { + return
Customer stories
+“{quote}”
+{d.author || 'Ukaya Home customer'}
+{d.category || d.title || 'Verified buyer'}
+