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
blogs={posts}
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"
useInvertedBackground={false}
animationType="slide-up"
@@ -89,4 +89,4 @@ export default function BlogPage() {
</ReactLenis>
</ThemeProvider>
);
}
}