diff --git a/src/components/sections/ShopTheLookSection.tsx b/src/components/sections/ShopTheLookSection.tsx new file mode 100644 index 0000000..3fccfc5 --- /dev/null +++ b/src/components/sections/ShopTheLookSection.tsx @@ -0,0 +1,33 @@ +'use client' +import Image from 'next/image' +import { useVulaContent } from '@/hooks/useVulaContent' + +export default function ShopTheLookSection() { + const { items, loading } = useVulaContent('product_carousels') + if (loading) return
{body}
} +