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">
|
<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>
|
||||||
|
|||||||
Reference in New Issue
Block a user