diff --git a/src/components/sections/SeasonalSanctuaryOffersSection.tsx b/src/components/sections/SeasonalSanctuaryOffersSection.tsx new file mode 100644 index 0000000..f6ec538 --- /dev/null +++ b/src/components/sections/SeasonalSanctuaryOffersSection.tsx @@ -0,0 +1,90 @@ +'use client' + +import { useEmDashContent } from '@/hooks/useEmDashContent' +import Image from 'next/image' +import Link from 'next/link' + +export default function SeasonalSanctuaryOffersSection() { + const { items, loading } = useEmDashContent('promotions') + + if (loading) { + return ( +
+ Exclusive packages for the perfect escape +
++ {d.description} +
+