diff --git a/src/components/sections/GuestGallerySection.tsx b/src/components/sections/GuestGallerySection.tsx new file mode 100644 index 0000000..89a0914 --- /dev/null +++ b/src/components/sections/GuestGallerySection.tsx @@ -0,0 +1,38 @@ +'use client' +import { useEmDashContent } from '@/hooks/useEmDashContent' +import Image from 'next/image' + +export default function GuestGallerySection() { + const { items, loading } = useEmDashContent('gallery') + + if (loading) return