Update src/app/blog/page.tsx
This commit is contained in:
@@ -39,9 +39,7 @@ export default function BlogPage() {
|
||||
<div id="blog-section" data-section="blog-section">
|
||||
{!isLoading && posts && posts.length > 0 && (
|
||||
<BlogCardThree
|
||||
title="Our Latest Articles"
|
||||
description="Stay updated with the latest news and tips from our bakery"
|
||||
items={posts}
|
||||
posts={posts}
|
||||
animationType="slide-up"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user