diff --git a/src/components/sections/LimitedEditionDropsSection.tsx b/src/components/sections/LimitedEditionDropsSection.tsx new file mode 100644 index 0000000..93b9345 --- /dev/null +++ b/src/components/sections/LimitedEditionDropsSection.tsx @@ -0,0 +1,73 @@ +'use client' + +import { useVulaContent } from '@/hooks/useVulaContent' +import Image from 'next/image' +import Link from 'next/link' +import Button from '@/components/ui/Button' +import Badge from '@/components/ui/Badge' + +export default function LimitedEditionDropsSection() { + const { items, loading } = useVulaContent('campaigns') + + if (loading) { + return ( +
+ {d.body || ''} +
+ {d.cta_text && ( + + + + )} +