diff --git a/src/components/sections/FieldNotesJournalSection.tsx b/src/components/sections/FieldNotesJournalSection.tsx new file mode 100644 index 0000000..b4d11d1 --- /dev/null +++ b/src/components/sections/FieldNotesJournalSection.tsx @@ -0,0 +1,100 @@ +'use client' + +import { useEmDashContent } from '@/hooks/useEmDashContent' +import Image from 'next/image' +import Button from '@/components/ui/Button' + +export default function FieldNotesJournalSection() { + const { items, loading } = useEmDashContent('posts') + + if (loading) { + return ( +
+ Rangers’ diaries, conservation updates, and the quiet stories of the reserve. +
+ ++ {d.excerpt} +
+ {d.author && ( +By {d.author}
+ )} + +