diff --git a/src/components/sections/ExclusiveRetreatOffersSection.tsx b/src/components/sections/ExclusiveRetreatOffersSection.tsx new file mode 100644 index 0000000..d143b3c --- /dev/null +++ b/src/components/sections/ExclusiveRetreatOffersSection.tsx @@ -0,0 +1,98 @@ +'use client' + +import { useEmDashContent } from '@/hooks/useEmDashContent' +import Image from 'next/image' +import Button from '@/components/ui/Button' + +export default function ExclusiveRetreatOffersSection() { + const { items, loading } = useEmDashContent('offers') + + if (loading) { + return ( +
+ Hand‑picked packages for those who seek the extraordinary. +
+ +{d.description}
++ Valid until {d.valid_until} +
+ )} + +