Update src/app/blog/page.tsx

This commit is contained in:
2026-02-23 15:16:12 +00:00
parent 943e1f9a04
commit b68fd4c96f

View File

@@ -39,9 +39,7 @@ export default function BlogPage() {
<div id="blog-section" data-section="blog-section">
{!isLoading && posts && posts.length > 0 && (
<BlogCardThree
title="Our Latest Articles"
description="Stay updated with the latest news and tips from our bakery"
items={posts}
posts={posts}
animationType="slide-up"
gridVariant="three-columns-all-equal-width"
textboxLayout="default"