Update src/app/blog/page.tsx
This commit is contained in:
@@ -39,8 +39,6 @@ export default function BlogPage() {
|
||||
) : posts && posts.length > 0 ? (
|
||||
<BlogCardOne
|
||||
posts={posts}
|
||||
title="Latest Articles"
|
||||
description="Discover insights and stories from our artisanal bakery"
|
||||
/>
|
||||
) : (
|
||||
<div className="text-center text-gray-600">No blog posts available yet.</div>
|
||||
|
||||
Reference in New Issue
Block a user