diff --git a/src/components/sections/LodgeJournalSection.tsx b/src/components/sections/LodgeJournalSection.tsx new file mode 100644 index 0000000..d59a3e9 --- /dev/null +++ b/src/components/sections/LodgeJournalSection.tsx @@ -0,0 +1,48 @@ +'use client' +import { useEmDashContent } from '@/hooks/useEmDashContent' +import Image from 'next/image' +import { Calendar, User } from 'lucide-react' + +export default function LodgeJournalSection() { + const { items, loading } = useEmDashContent('posts') + + if (loading) return
{d.excerpt}
+