diff --git a/src/components/sections/KasiLoveSection.tsx b/src/components/sections/KasiLoveSection.tsx new file mode 100644 index 0000000..5431d7e --- /dev/null +++ b/src/components/sections/KasiLoveSection.tsx @@ -0,0 +1,48 @@ +'use client' + +import { useVulaContent } from '@/hooks/useVulaContent' +import { Card, CardContent } from '@/components/ui/Card' +import { Heart, MessageCircle } from 'lucide-react' +import Image from 'next/image' + +export default function KasiLoveSection() { + const { items, loading } = useVulaContent('posts') + if (loading) return
{d.excerpt}
+— {d.author}
+