new changes

This commit is contained in:
2025-05-26 22:30:04 +02:00
parent 5baa62e86d
commit 735f98f564
9 changed files with 28 additions and 17 deletions

View File

@ -50,7 +50,7 @@ const TechTalkPage = async () => {
</p>
</div>
{/* Blog Post Grid */}
{posts.length > 0 ? (
{false && posts.length > 0 ? (
<div className="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-8 md:gap-10">
{posts.map((post: Post) => (
<BlogPostCard