diff --git a/src/components/sections/DivaLookbookSection.tsx b/src/components/sections/DivaLookbookSection.tsx new file mode 100644 index 0000000..4f7bb81 --- /dev/null +++ b/src/components/sections/DivaLookbookSection.tsx @@ -0,0 +1,42 @@ +'use client' + +import { useVulaContent } from '@/hooks/useVulaContent' +import Image from 'next/image' + +export default function DivaLookbookSection() { + const { items, loading } = useVulaContent('gallery') + + if (loading) return
Real women, real style – from Cape Town to Sandton.
+{d.title}
} + {d.description &&{d.description}
} +