Update src/app/blog/page.tsx

This commit is contained in:
2026-02-24 04:45:39 +00:00
parent 9d83bb4e98
commit 7d09c17a92

View File

@@ -47,13 +47,13 @@ export default function BlogPage() {
<div id="blog" data-section="blog"> <div id="blog" data-section="blog">
<BlogCardThree <BlogCardThree
blogs={posts} blogs={posts}
title="Featured Articles" title="Culinary Excellence"
description="Explore our latest culinary insights and dining experiences" description="Discover the art of Brazilian churrasco and our passion for authentic flavors"
tag="Featured"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
carouselMode="buttons"
animationType="slide-up" animationType="slide-up"
tag="Blog" carouselMode="buttons"
uniformGridCustomHeightClasses="min-h-[600px]" uniformGridCustomHeightClasses="min-h-[600px]"
/> />
</div> </div>