diff --git a/src/components/sections/VisitOurPretoriaOasisSection.tsx b/src/components/sections/VisitOurPretoriaOasisSection.tsx new file mode 100644 index 0000000..87c738e --- /dev/null +++ b/src/components/sections/VisitOurPretoriaOasisSection.tsx @@ -0,0 +1,132 @@ +'use client' + +import { useVulaContent } from "@/hooks/useVulaContent" +import { ArrowRight, Clock, MapPin } from 'lucide-react' +import Button from "@/components/ui/Button" +import Image from "next/image" + +export default function VisitOurPretoriaOasisSection() { + const { items, loading } = useVulaContent("business_hours") + + // Hooks must be before early returns + if (loading) { + return ( +
+ Come smell the botanicals, feel the textures, and meet the hands that + craft each batch. Our workshop door is always open — just knock and + say you're from the land of marula. +
+ +Ndlovu Naturals Workshop
+
+ 123 Lynnwood Road, Pretoria,
Gauteng 0002
+
Opening hours
++ {hours.find((h) => h.note)?.note} +
+ )} +