Update src/app/blog/page.tsx

This commit is contained in:
2026-02-25 11:36:07 +00:00
parent 897517c5f9
commit cdd4d8e9e5

View File

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