diff --git a/src/components/sections/CustomerStoriesSection.tsx b/src/components/sections/CustomerStoriesSection.tsx new file mode 100644 index 0000000..79fb01e --- /dev/null +++ b/src/components/sections/CustomerStoriesSection.tsx @@ -0,0 +1,45 @@ +'use client' + +import { useEmDashContent } from '@/hooks/useEmDashContent' +import Image from 'next/image' +import { Quote } from 'lucide-react' + +export default function CustomerStoriesSection() { + const { items, loading } = useEmDashContent('posts') + + if (loading) return
Stories from the streets of Durban and beyond.
+{d.excerpt}
} + {d.author && ( +
+ {d.author}
+