diff --git a/src/components/sections/RoyalGallerySection.tsx b/src/components/sections/RoyalGallerySection.tsx new file mode 100644 index 0000000..0e6e314 --- /dev/null +++ b/src/components/sections/RoyalGallerySection.tsx @@ -0,0 +1,53 @@ +'use client' + +import { useEmDashContent } from '@/hooks/useEmDashContent' +import Image from 'next/image' +import { Card, CardContent, CardHeader, CardTitle } from '@/components/ui/Card' + +export default function RoyalGallerySection() { + const { items, loading } = useEmDashContent('gallery') + + if (loading) { + return ( +
+ Experience the beauty of KwaNtofontofo through our curated collection +
+{d.description}
} +