diff --git a/src/components/sections/OfficeGallerySection.tsx b/src/components/sections/OfficeGallerySection.tsx new file mode 100644 index 0000000..cd383af --- /dev/null +++ b/src/components/sections/OfficeGallerySection.tsx @@ -0,0 +1,52 @@ +'use client' +import Image from 'next/image' +import { useVulaContent } from '@/hooks/useVulaContent' +import { Camera } from 'lucide-react' + +export default function OfficeGallerySection() { + const { items, loading } = useVulaContent('gallery') + + if (loading) { + return
The Pietermaritzburg office
+Boardroom, meeting rooms and reception — where clients are received with discretion.
+{d.title}
: null} + {d.description ?{d.description}
: null} +