diff --git a/src/components/sections/IkhambiBlogSection.tsx b/src/components/sections/IkhambiBlogSection.tsx new file mode 100644 index 0000000..7ca4fdf --- /dev/null +++ b/src/components/sections/IkhambiBlogSection.tsx @@ -0,0 +1,51 @@ +'use client' + +import { useVulaContent } from '@/hooks/useVulaContent' +import Image from 'next/image' +import Link from 'next/link' +import Button from '@/components/ui/Button' + +export default function IkhambiBlogSection() { + const { items, loading } = useVulaContent('posts') + + if (loading) return
Deepen your ritual with stories and guides.
+{d.excerpt}
} + {d.author &&By {d.author}
} + + + +