Update src/app/blog/page.tsx

This commit is contained in:
2026-02-23 01:28:47 +00:00
parent 984a0863a8
commit b5942554cd

View File

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