diff --git a/src/components/sections/CurrentOffersSection.tsx b/src/components/sections/CurrentOffersSection.tsx new file mode 100644 index 0000000..ca2a5c5 --- /dev/null +++ b/src/components/sections/CurrentOffersSection.tsx @@ -0,0 +1,51 @@ +'use client' +import { useEmDashContent } from '@/hooks/useEmDashContent' +import Image from 'next/image' +import Button from '@/components/ui/Button' +import { Card, CardContent, CardFooter } from '@/components/ui/Card' + +export default function CurrentOffersSection() { + const { items, loading } = useEmDashContent('promotions') + + if (loading) return
{d.description}
+