'use client' import { useEmDashContent } from '@/hooks/useEmDashContent' import { Clock, Mail, MapPin, Phone } from 'lucide-react' interface BusinessHour { day_of_week: string open_time?: string close_time?: string is_closed?: boolean note?: string } export default function ContactSection() { const { items, loading } = useEmDashContent('business_hours') if (loading) { return (
We're here for you. Call, email, or visit our offices in Newtown.
Closed on South African public holidays.
Map loaded here
23 Mary Fitzgerald Street, Newtown, Johannesburg