diff --git a/src/components/sections/SowetoLookbookSection.tsx b/src/components/sections/SowetoLookbookSection.tsx new file mode 100644 index 0000000..49e4957 --- /dev/null +++ b/src/components/sections/SowetoLookbookSection.tsx @@ -0,0 +1,38 @@ +'use client' + +import { useVulaContent } from '@/hooks/useVulaContent' +import Image from 'next/image' + +export default function SowetoLookbookSection() { + const { items, loading } = useVulaContent('gallery') + if (loading) return
{d.description}
+