diff --git a/src/components/sections/DropCampaignsSection.tsx b/src/components/sections/DropCampaignsSection.tsx new file mode 100644 index 0000000..eabf893 --- /dev/null +++ b/src/components/sections/DropCampaignsSection.tsx @@ -0,0 +1,95 @@ +'use client' + +import { useEmDashContent } from '@/hooks/useEmDashContent' +import Image from 'next/image' +import { Card, CardHeader, CardTitle, CardContent } from '@/components/ui/Card' +import Button from '@/components/ui/Button' +import { ArrowRight } from 'lucide-react' + +export default function DropCampaignsSection() { + const { items, loading } = useEmDashContent('campaigns') + + if (loading) { + return ( +
+ Limited drops, collabs, and special releases — grab before they vanish. +
+ ++ {d.headline} +
+ )} ++ {d.body} +
+ )} + {d.cta_text && ( + + )} +