Update src/app/blog/page.tsx
This commit is contained in:
@@ -24,7 +24,7 @@ export default function BlogPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Blog", id: "/blog" }, { name: "Shop", id: "/shop" }]}
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "About", id: "/#about" }, { name: "Products", id: "/#products" }, { name: "Contact", id: "/#contact" }]}
|
||||
brandName="Zapah"
|
||||
button={{ text: "Shop Now", href: "/shop" }}
|
||||
className="py-4 px-6 md:px-10 lg:px-14"
|
||||
@@ -41,7 +41,7 @@ export default function BlogPage() {
|
||||
) : (
|
||||
<div id="blog" data-section="blog">
|
||||
<BlogCardOne
|
||||
posts={posts}
|
||||
blogs={posts}
|
||||
title="Latest Articles"
|
||||
description="Insights and updates from our team"
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user