Update src/app/blog/page.tsx

This commit is contained in:
2026-02-25 11:38:41 +00:00
parent 94fbebdc8f
commit 5598ef7301

View File

@@ -42,7 +42,7 @@ export default function BlogPage() {
) : (
<div id="blog" data-section="blog">
<BlogCardTwo
articles={posts}
posts={posts}
title="Latest Articles"
description="Insights and updates from our team"
animationType="slide-up"