diff --git a/src/components/sections/SpecialOffersSection.tsx b/src/components/sections/SpecialOffersSection.tsx new file mode 100644 index 0000000..0450a75 --- /dev/null +++ b/src/components/sections/SpecialOffersSection.tsx @@ -0,0 +1,62 @@ +'use client' +import { useEmDashContent } from '@/hooks/useEmDashContent' +import Image from 'next/image' +import Link from 'next/link' +import Button from '@/components/ui/Button' +import { Card, CardHeader, CardTitle, CardContent, CardFooter } from '@/components/ui/Card' + +export default function SpecialOffersSection() { + const { items, loading } = useEmDashContent('promotions') + + if (loading) return
{d.description}
+ {d.price &&KSh {d.price} / night
} +