Update src/app/blog/page.tsx
This commit is contained in:
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user