diff --git a/src/components/sections/SpecialOffersSection.tsx b/src/components/sections/SpecialOffersSection.tsx new file mode 100644 index 0000000..31a9dfc --- /dev/null +++ b/src/components/sections/SpecialOffersSection.tsx @@ -0,0 +1,66 @@ +'use client' +import Link from 'next/link' +import Image from 'next/image' +import Button from '@/components/ui/Button' +import { Card, CardContent } from '@/components/ui/Card' +import { useVulaContent } from '@/hooks/useVulaContent' +import { ArrowRight } from 'lucide-react' + +export default function SpecialOffersSection() { + const { items, loading } = useVulaContent('campaigns') + + if (loading) { + return
Current client incentives
+Fixed-fee packages and introductory consultations, published when available.
+Every campaign is vetted by a practising attorney before it reaches this page.
+{d.title}
: null} + {d.headline ?{d.body}
: null} + + + +