diff --git a/src/components/sections/VineyardEscapeSpecialsSection.tsx b/src/components/sections/VineyardEscapeSpecialsSection.tsx new file mode 100644 index 0000000..47f82eb --- /dev/null +++ b/src/components/sections/VineyardEscapeSpecialsSection.tsx @@ -0,0 +1,67 @@ +'use client' + +import { useEmDashContent } from '@/hooks/useEmDashContent' +import { Card, CardContent, CardFooter, CardHeader, CardTitle } from '@/components/ui/Card' +import Image from 'next/image' +import Button from '@/components/ui/Button' + +export default function VineyardEscapeSpecialsSection() { + const { items, loading } = useEmDashContent('campaigns') + + if (loading) return
Seasonal escapes
++ Curated for couples exploring the winelands — from cellar tours to sunset picnics. +
+{d.body}
} +