diff --git a/src/components/sections/StyleDiariesSection.tsx b/src/components/sections/StyleDiariesSection.tsx new file mode 100644 index 0000000..ff51d30 --- /dev/null +++ b/src/components/sections/StyleDiariesSection.tsx @@ -0,0 +1,44 @@ +'use client' + +import { useVulaContent } from '@/hooks/useVulaContent' +import Image from 'next/image' +import { Card, CardContent } from '@/components/ui/Card' +import Badge from '@/components/ui/Badge' + +export default function StyleDiariesSection() { + const { items, loading } = useVulaContent('posts') + + if (loading) return
Trend reports, how-to-wear guides, and behind-the-scenes stories.
+{d.excerpt}
} + {d.author &&By {d.author}
} +