diff --git a/src/components/sections/GuestTalesSection.tsx b/src/components/sections/GuestTalesSection.tsx new file mode 100644 index 0000000..6260908 --- /dev/null +++ b/src/components/sections/GuestTalesSection.tsx @@ -0,0 +1,58 @@ +'use client' + +import { useEmDashContent } from '@/hooks/useEmDashContent' +import { Card, CardContent, CardHeader, CardTitle } from '@/components/ui/Card' +import { Quote } from 'lucide-react' + +export default function GuestTalesSection() { + const { items, loading } = useEmDashContent('posts') + + if (loading) { + return ( +
+ Stories of warmth, privacy, and regal service from our guests +
++ {d.excerpt && ( +
+ “{d.excerpt}” +
+ )} + {d.title && ( +