diff --git a/src/components/sections/StreetStyleLookbookSection.tsx b/src/components/sections/StreetStyleLookbookSection.tsx new file mode 100644 index 0000000..381f0a4 --- /dev/null +++ b/src/components/sections/StreetStyleLookbookSection.tsx @@ -0,0 +1,85 @@ +'use client' + +import { useVulaContent } from '@/hooks/useVulaContent' +import Image from 'next/image' +import Link from 'next/link' + +export default function StreetStyleLookbookSection() { + const { items, loading } = useVulaContent('gallery') + + if (loading) { + return ( +
Real people, real fits, real streets.
+{d.description}
+ )} + + Shop Look → + +{d.title || 'Untitled'}
+