diff --git a/src/components/sections/ContactSection.tsx b/src/components/sections/ContactSection.tsx new file mode 100644 index 0000000..fd42c13 --- /dev/null +++ b/src/components/sections/ContactSection.tsx @@ -0,0 +1,144 @@ +'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. +
++ {email} +
+Closed on South African public holidays.
+Map loaded here
+23 Mary Fitzgerald Street, Newtown, Johannesburg
+