diff --git a/src/components/sections/SeasonalSpecialsSection.tsx b/src/components/sections/SeasonalSpecialsSection.tsx new file mode 100644 index 0000000..b0f53a1 --- /dev/null +++ b/src/components/sections/SeasonalSpecialsSection.tsx @@ -0,0 +1,85 @@ +'use client' + +import { useEmDashContent } from '@/hooks/useEmDashContent' +import Image from 'next/image' +import { Card, CardHeader, CardTitle, CardContent, CardFooter } from '@/components/ui/Card' +import Button from '@/components/ui/Button' + +export default function SeasonalSpecialsSection() { + const { items, loading } = useEmDashContent('campaigns') + + if (loading) { + return ( +
+ Limited-time packages crafted for unhurried escapes. +
++ {d.headline} +
+ )} ++ {d.body || ''} +
+