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