diff --git a/src/components/sections/MoltenMomentsGallerySection.tsx b/src/components/sections/MoltenMomentsGallerySection.tsx new file mode 100644 index 0000000..a41b576 --- /dev/null +++ b/src/components/sections/MoltenMomentsGallerySection.tsx @@ -0,0 +1,76 @@ +'use client' + +import { useEmDashContent } from '@/hooks/useEmDashContent' +import Image from 'next/image' + +export default function MoltenMomentsGallerySection() { + const { items, loading } = useEmDashContent('gallery') + + if (loading) { + return ( +
+ Golden-hour game drives, candlelit dinners, and the silent luxury of the suites. +
+ +