diff --git a/src/components/sections/MoltenRockCampaignsSection.tsx b/src/components/sections/MoltenRockCampaignsSection.tsx new file mode 100644 index 0000000..a2ba11f --- /dev/null +++ b/src/components/sections/MoltenRockCampaignsSection.tsx @@ -0,0 +1,80 @@ +'use client' + +import { useEmDashContent } from '@/hooks/useEmDashContent' +import Image from 'next/image' +import Button from '@/components/ui/Button' +import { Card, CardHeader, CardTitle, CardContent, CardFooter } from '@/components/ui/Card' +import { ArrowRight } from 'lucide-react' + +export default function MoltenRockCampaignsSection() { + const { items, loading } = useEmDashContent('campaigns') + + if (loading) { + return ( +
+ Curated privileges reserved for those who book directly with Molten Rock Private Reserve. +
+{d.headline}
+ )} +{d.body}
++ + Limited availability — rates are subject to change upon confirmation. +
+