Update src/app/blog/page.tsx

This commit is contained in:
2026-02-23 15:17:42 +00:00
parent 330452b487
commit 5227b349fb

View File

@@ -39,7 +39,7 @@ export default function BlogPage() {
<div id="blog-section" data-section="blog-section">
{!isLoading && posts && posts.length > 0 && (
<BlogCardThree
posts={posts}
items={posts}
animationType="slide-up"
gridVariant="three-columns-all-equal-width"
textboxLayout="default"