Update src/app/blog/page.tsx

This commit is contained in:
2026-02-16 15:05:56 +00:00
parent ff672b76ce
commit c5d52d7217

View File

@@ -48,7 +48,7 @@ export default function BlogPage() {
<BlogCardTwo <BlogCardTwo
blogs={posts} blogs={posts}
title="Latest Party Planning Tips" title="Latest Party Planning Tips"
description="Get expert advice and insights for planning the perfect event in Asheboro, NC" description="Get expert advice for planning the perfect event."
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
animationType="slide-up" animationType="slide-up"
@@ -89,4 +89,4 @@ export default function BlogPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }