banatie-service/apps/landing/src/app/(landings)/blog/blog-posts.json

23 lines
701 B
JSON

{
"posts": [
{
"slug": "placeholder-images-guide",
"title": "Getting Started with AI Placeholder Images",
"description": "Learn how to use Banatie to generate contextual placeholder images for your projects.",
"heroImage": "/blog/placeholder-guide-hero.jpg",
"category": "guides",
"date": "2025-01-15",
"author": {
"name": "Banatie Team",
"avatar": "/blog/authors/default.jpg"
},
"readTime": "5 min",
"relatedArticles": [],
"relatedDocs": [
{ "title": "API Reference", "href": "/docs/api/", "icon": "code" },
{ "title": "Quick Start", "href": "/docs/guides/", "icon": "book" }
]
}
]
}