diff --git a/src/components/sections/ContactSection.tsx b/src/components/sections/ContactSection.tsx new file mode 100644 index 0000000..fa87794 --- /dev/null +++ b/src/components/sections/ContactSection.tsx @@ -0,0 +1,33 @@ +'use client' +import Image from 'next/image' +import { useVulaContent } from '@/hooks/useVulaContent' + +export default function ContactSection() { + const { items, loading } = useVulaContent('business_hours') + if (loading) return
{body}
} +