diff --git a/src/components/sections/NdlovuHeritageHeroSection.tsx b/src/components/sections/NdlovuHeritageHeroSection.tsx new file mode 100644 index 0000000..1acc97c --- /dev/null +++ b/src/components/sections/NdlovuHeritageHeroSection.tsx @@ -0,0 +1,39 @@ +'use client' + +import { useVulaContent } from '@/hooks/useVulaContent' +import Image from 'next/image' +import Button from '@/components/ui/Button' +import Link from 'next/link' + +export default function NdlovuHeritageHeroSection() { + const { items, loading } = useVulaContent('hero_banners') + + if (loading) return
{d.subtitle}
+ {d.cta_text && d.cta_url && ( + + + + )} +