diff --git a/src/components/sections/GallerySection.tsx b/src/components/sections/GallerySection.tsx new file mode 100644 index 0000000..60b97c5 --- /dev/null +++ b/src/components/sections/GallerySection.tsx @@ -0,0 +1,50 @@ +'use client' + +import Image from 'next/image' +import { useVulaContent } from '@/hooks/useVulaContent' + +export default function GallerySection() { + const { items, loading } = useVulaContent('gallery') + + if (loading) { + return ( +
From Bulwer weaving circles to Durban lounges
+{d.title}
} + {d?.description &&{d.description}
} +