diff --git a/src/components/sections/SalonInsightsSection.tsx b/src/components/sections/SalonInsightsSection.tsx new file mode 100644 index 0000000..efa941c --- /dev/null +++ b/src/components/sections/SalonInsightsSection.tsx @@ -0,0 +1,67 @@ +'use client' + +import Image from 'next/image' +import Link from 'next/link' +import Badge from '@/components/ui/Badge' +import { Card, CardContent } from '@/components/ui/Card' +import { useVulaContent } from '@/hooks/useVulaContent' +import { ArrowRight } from 'lucide-react' + +interface PostData { + title?: string + excerpt?: string + author?: string + category?: string + image?: string | null +} + +export default function SalonInsightsSection() { + const { items, loading } = useVulaContent('posts') + + if (loading) return ( +
Hair care notes from our team
+Practical maintenance tips, seasonal trends and honest product guidance.
+{d.excerpt}
+