From 8e9bc8f7af7c254296f61d41db50c754a6868ae6 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Tue, 23 Jun 2026 08:38:49 +0000 Subject: [PATCH] Deploy --- .../sections/ContactAndHoursSection.tsx | 122 ++++++++++++++++++ 1 file changed, 122 insertions(+) create mode 100644 src/components/sections/ContactAndHoursSection.tsx 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 ( +
+
+
+ ) + } + + if (items.length === 0) return null + + return ( +
+
+
+ {/* Left: Contact details + Map */} +
+

Contact Us

+
+
+ +
+

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

+
+
+
+ +
+

Email

+

info@mashobanelaw.co.za

+
+
+
+ {/* Embedded map placeholder */} +
+