diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index e2f615d..278d464 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -56,6 +56,8 @@ export default function BlogPage() { carouselMode="buttons" animationType="slide-up" tag="Blog" + textBoxTitleClassName="text-red-600" + textBoxDescriptionClassName="text-red-500" /> )} @@ -87,4 +89,4 @@ export default function BlogPage() { ); -} \ No newline at end of file +}