Update src/app/blog/page.tsx

This commit is contained in:
2026-02-23 15:12:37 +00:00
parent 009bf88233
commit bcd2ab7424

View File

@@ -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>