diff --git a/src/components/sections/KwaNtofontofoGuestStoriesSection.tsx b/src/components/sections/KwaNtofontofoGuestStoriesSection.tsx new file mode 100644 index 0000000..5d67068 --- /dev/null +++ b/src/components/sections/KwaNtofontofoGuestStoriesSection.tsx @@ -0,0 +1,80 @@ +'use client' + +import { useEmDashContent } from '@/hooks/useEmDashContent' +import Image from 'next/image' + +export default function KwaNtofontofoGuestStoriesSection() { + const { items, loading } = useEmDashContent('posts') + + if (loading) { + return ( +
+ "{d.excerpt || d.body?.slice(0, 120) || ''}" +
+ {d.author && ( ++ — {d.author} +
+ )} +