diff --git a/src/components/sections/NurturingCampaignsSection.tsx b/src/components/sections/NurturingCampaignsSection.tsx new file mode 100644 index 0000000..7f3e4c6 --- /dev/null +++ b/src/components/sections/NurturingCampaignsSection.tsx @@ -0,0 +1,85 @@ +'use client' + +import { useVulaContent } from '@/hooks/useVulaContent' +import { Card, CardHeader, CardTitle, CardDescription, CardContent, CardFooter } from '@/components/ui/Card' +import Button from '@/components/ui/Button' +import Badge from '@/components/ui/Badge' +import Image from 'next/image' + +const IMAGE_PLACEHOLDER = 'https://images.pexels.com/photos/4841333/pexels-photo-4841333.jpeg?auto=compress&cs=tinysrgb&w=400&h=300&fit=crop' + +export default function NurturingCampaignsSection() { + const { items, loading } = useVulaContent('campaigns') + + if (loading) { + return ( +
+ Small-batch creations rooted in our Pretoria studio +
+ +{d.body}
+