{d.image && (
)}
{d.category || 'Style'}
{d.title}
{d.excerpt}
Read more'use client' import { useEmDashContent } from '@/hooks/useEmDashContent' import Image from 'next/image' import Link from 'next/link' export default function BlogPreviewSection() { const { items, loading } = useEmDashContent('posts') if (loading) { return (
The Thread
{d.category || 'Style'}
{d.excerpt}
Read more