fix: remove description

This commit is contained in:
2026-02-03 16:55:38 -06:00
parent 1f3fed93a1
commit c2bf64c6cc

View File

@@ -25,9 +25,6 @@ const recentPosts = posts
>
Latest Posts
</h1>
<p class="smooth-reveal mt-1 text-pretty text-neutral-600 dark:text-neutral-300">
More recent posts.
</p>
</div>
<div class="grid gap-6 sm:grid-cols-2 lg:grid-cols-3">
{recentPosts.map((b) => <BlogCard post={b} />)}