'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}
}