diff --git a/src/components/sections/KwaNtofontofoLocationSection.tsx b/src/components/sections/KwaNtofontofoLocationSection.tsx new file mode 100644 index 0000000..768973e --- /dev/null +++ b/src/components/sections/KwaNtofontofoLocationSection.tsx @@ -0,0 +1,91 @@ +'use client' + +import { useEmDashContent } from "@/hooks/useEmDashContent" +import { Car, Clock, MapPin } from 'lucide-react' + +export default function KwaNtofontofoLocationSection() { + const { items, loading } = useEmDashContent("business_hours") + + if (loading) { + return ( +
+
+
+ ) + } + + if (items.length === 0) return null + + return ( +
+
+

Our Location

+
+ {/* Address and Map */} +
+
+ +
+

Address

+

44 Rutherford Circle, Bisley, Pietermaritzburg, 3201, KwaZulu-Natal

+
+
+
+ +
+

Convenience & Safety

+

+ Opposite the Bisley Nature Reserve. Just 1 km from Pietermaritzburg Airport. Secure parking under burglar alarm. +

+
+
+ {/* Embedded Map */} +
+