Update src/app/blog/page.tsx
This commit is contained in:
@@ -37,7 +37,6 @@ export default function BlogPage() {
|
||||
className="py-4 px-6 md:px-10 lg:px-14"
|
||||
navItemClassName="text-lg font-medium"
|
||||
buttonClassName="px-6 py-3 text-lg"
|
||||
logoOnClick={null}
|
||||
logoHref="#"
|
||||
/>
|
||||
|
||||
@@ -47,7 +46,7 @@ export default function BlogPage() {
|
||||
</div>
|
||||
) : (
|
||||
<BlogCardOne
|
||||
posts={posts}
|
||||
items={posts}
|
||||
title="Latest Articles"
|
||||
description="Insights and updates from our team"
|
||||
animationType="slide-up"
|
||||
@@ -83,7 +82,6 @@ export default function BlogPage() {
|
||||
]}
|
||||
copyrightText="© 2024 Zapah. All rights reserved."
|
||||
ariaLabel="Footer Navigation"
|
||||
useInvertedBackground={false}
|
||||
wrapperClassName="mt-10 md:mt-16 lg:mt-24"
|
||||
footerClassName="bg-background py-10"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user