diff --git a/src/components/sections/DropBannerHypeSection.tsx b/src/components/sections/DropBannerHypeSection.tsx new file mode 100644 index 0000000..0eedc58 --- /dev/null +++ b/src/components/sections/DropBannerHypeSection.tsx @@ -0,0 +1,39 @@ +'use client' +import Image from 'next/image' +import Link from 'next/link' +import { ArrowRight } from 'lucide-react' +import { useVulaContent } from '@/hooks/useVulaContent' + +export default function DropBannerHypeSection() { + const { items, loading } = useVulaContent('advert_banners') + + if (loading) return