diff --git a/src/components/sections/LodgeRhythmsSection.tsx b/src/components/sections/LodgeRhythmsSection.tsx new file mode 100644 index 0000000..a9bab16 --- /dev/null +++ b/src/components/sections/LodgeRhythmsSection.tsx @@ -0,0 +1,67 @@ +'use client' + +import { useEmDashContent } from '@/hooks/useEmDashContent' +import { Clock } from 'lucide-react' + +export default function LodgeRhythmsSection() { + const { items, loading } = useEmDashContent('business_hours') + + if (loading) { + return ( +
+ From sunrise game drives to evening boma dinners — plan your immersion in the bush rhythm. +
+{d.note}
+ )} +