diff --git a/src/components/sections/StreetStyleGallerySection.tsx b/src/components/sections/StreetStyleGallerySection.tsx new file mode 100644 index 0000000..cb9faaa --- /dev/null +++ b/src/components/sections/StreetStyleGallerySection.tsx @@ -0,0 +1,70 @@ +'use client' + +import { useVulaContent } from "@/hooks/useVulaContent" +import Image from "next/image" + +export default function StreetStyleGallerySection() { + const { items, loading } = useVulaContent("gallery") + + if (loading) { + return ( +
+ From Vilakazi to the world +
++ {d.description} +
+ )} +