Update src/app/blog/page.tsx
This commit is contained in:
@@ -47,13 +47,13 @@ export default function BlogPage() {
|
||||
<div id="blog" data-section="blog">
|
||||
<BlogCardThree
|
||||
blogs={posts}
|
||||
title="Featured Articles"
|
||||
description="Explore our latest culinary insights and dining experiences"
|
||||
title="Culinary Excellence"
|
||||
description="Discover the art of Brazilian churrasco and our passion for authentic flavors"
|
||||
tag="Featured"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
carouselMode="buttons"
|
||||
animationType="slide-up"
|
||||
tag="Blog"
|
||||
carouselMode="buttons"
|
||||
uniformGridCustomHeightClasses="min-h-[600px]"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user