diff --git a/src/components/sections/StoriesOfTheLandSection.tsx b/src/components/sections/StoriesOfTheLandSection.tsx new file mode 100644 index 0000000..4d221bb --- /dev/null +++ b/src/components/sections/StoriesOfTheLandSection.tsx @@ -0,0 +1,104 @@ +'use client' + +import { useEmDashContent } from '@/hooks/useEmDashContent' +import Image from 'next/image' +import Link from 'next/link' +import { ArrowRight } from 'lucide-react' + +export default function StoriesOfTheLandSection() { + const { items, loading } = useEmDashContent('posts') + + if (loading) { + return ( +
+ Tales of nature, culture, and discovery from the heart of Kenya +
++ {d.excerpt || (d.body ? d.body.substring(0, 120) : '')} +
+ + Read More