diff --git a/src/components/sections/iKhayaOffersSection.tsx b/src/components/sections/iKhayaOffersSection.tsx new file mode 100644 index 0000000..0c01959 --- /dev/null +++ b/src/components/sections/iKhayaOffersSection.tsx @@ -0,0 +1,30 @@ +'use client' +import Image from 'next/image' +import { useVulaContent } from '@/hooks/useVulaContent' + +export default function iKhayaOffersSection() { + const { items, loading } = useVulaContent('campaigns') + if (loading) return
{d.title}
} + {d.headline &&{d.body}
} + {d.cta_text && } +