diff --git a/src/components/sections/VictoryMomentsGallerySection.tsx b/src/components/sections/VictoryMomentsGallerySection.tsx new file mode 100644 index 0000000..bf444b5 --- /dev/null +++ b/src/components/sections/VictoryMomentsGallerySection.tsx @@ -0,0 +1,68 @@ +'use client' + +import { useEmDashContent } from '@/hooks/useEmDashContent' +import Image from 'next/image' +import { Card, CardContent, CardHeader, CardTitle, CardDescription } from '@/components/ui/Card' + +export default function VictoryMomentsGallerySection() { + const { items, loading } = useEmDashContent('gallery') + + if (loading) { + return ( +
+ Every case we win is a life restored. Here are some of the moments that matter. +
+