diff --git a/src/components/sections/BushChronicleSection.tsx b/src/components/sections/BushChronicleSection.tsx new file mode 100644 index 0000000..bf32607 --- /dev/null +++ b/src/components/sections/BushChronicleSection.tsx @@ -0,0 +1,90 @@ +'use client' + +import { useEmDashContent } from '@/hooks/useEmDashContent' +import Image from 'next/image' +import { Card, CardHeader, CardTitle, CardContent, CardFooter } from '@/components/ui/Card' +import { BookOpen } from 'lucide-react' + +export default function BushChronicleSection() { + const { items, loading } = useEmDashContent('posts') + + if (loading) { + return ( +
+ Notes on wild moments, conservation milestones, and the chef's table under the stars. +
+{d.excerpt}
++ Recent dispatches from the reserve — updated each season. +
+