diff --git a/src/components/sections/IthubaSpecialsSection.tsx b/src/components/sections/IthubaSpecialsSection.tsx new file mode 100644 index 0000000..e305499 --- /dev/null +++ b/src/components/sections/IthubaSpecialsSection.tsx @@ -0,0 +1,74 @@ +'use client' + +import { useEmDashContent } from '@/hooks/useEmDashContent' +import Image from 'next/image' +import Link from 'next/link' +import Button from '@/components/ui/Button' + +export default function IthubaSpecialsSection() { + const { items, loading } = useEmDashContent('promotions') + + if (loading) { + return ( +
+ Seasonal packages designed for discovery and indulgence, crafted to make your Zulu escape unforgettable. +
+{d.description}
+ {d.price && ( +{d.price}
+ )} + +