diff --git a/src/components/sections/GallerySection.tsx b/src/components/sections/GallerySection.tsx new file mode 100644 index 0000000..6dfebd7 --- /dev/null +++ b/src/components/sections/GallerySection.tsx @@ -0,0 +1,45 @@ +'use client' +import { useVulaContent } from '@/hooks/useVulaContent' +import Image from 'next/image' + +export default function GallerySection() { + const { items, loading } = useVulaContent('gallery') + + if (loading) { + return
Styled in Durban
+A living lookbook of Ukaya pieces styled in local interiors — from Morningside flats to Umhlanga homes.
+{d.title}
: null} + {d.description ?{d.description}
: null} +