diff --git a/src/components/sections/GuestRavesSection.tsx b/src/components/sections/GuestRavesSection.tsx new file mode 100644 index 0000000..4d5a2a8 --- /dev/null +++ b/src/components/sections/GuestRavesSection.tsx @@ -0,0 +1,45 @@ +'use client' + +import { useEmDashContent } from '@/hooks/useEmDashContent' +import Image from 'next/image' + +export default function GuestRavesSection() { + const { items, loading } = useEmDashContent('posts') + + if (loading) return
Real stories from travellers who found more than a room—they found a home in the Mara.
+"{d.excerpt}"
+{d.author || 'Guest'}
+ {d.title &&{d.title}
} +