diff --git a/src/components/sections/ExclusivePromotionsSection.tsx b/src/components/sections/ExclusivePromotionsSection.tsx new file mode 100644 index 0000000..62b14bd --- /dev/null +++ b/src/components/sections/ExclusivePromotionsSection.tsx @@ -0,0 +1,68 @@ +'use client' + +import { useEmDashContent } from '@/hooks/useEmDashContent' +import Image from 'next/image' +import Button from '@/components/ui/Button' +import { Card, CardContent, CardHeader, CardTitle, CardFooter } from '@/components/ui/Card' +import { Tag } from 'lucide-react' + +export default function ExclusivePromotionsSection() { + const { items, loading } = useEmDashContent('promotions') + + if (loading) { + return ( +
+ Limited‑time offers crafted for your royal stay +
+{d.description}
} + {priceDisplay &&{priceDisplay}
} +