diff --git a/src/components/sections/ContactAndHoursSection.tsx b/src/components/sections/ContactAndHoursSection.tsx new file mode 100644 index 0000000..d9669a0 --- /dev/null +++ b/src/components/sections/ContactAndHoursSection.tsx @@ -0,0 +1,122 @@ +'use client' + +import { useEmDashContent } from '@/hooks/useEmDashContent' +import { Clock, Mail, MapPin, Phone } from 'lucide-react' + +export default function ContactAndHoursSection() { + const { items, loading } = useEmDashContent('business_hours') + + if (loading) { + return ( +
Office Address
+
+ 1st Floor, Sandton Office Tower
+ 123 Maude Street, Sandton
+ Johannesburg, 2196
+ Gauteng, South Africa
+
Phone
++27 11 234 5678
+Emergency: 0800 123 456
+info@mashobanelaw.co.za
+{d.note}
+ )} ++ Closed on South African public holidays. +
+