Update src/app/blog/page.tsx
This commit is contained in:
@@ -28,13 +28,13 @@ export default function BlogPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "Products", id: "/shop" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Collections", id: "collections" },
|
||||
{ name: "Collections", id: "/shop" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{ text: "Shop Now", href: "products" }}
|
||||
button={{ text: "Shop Now", href: "/shop" }}
|
||||
brandName="Bee Cups"
|
||||
/>
|
||||
</div>
|
||||
@@ -64,10 +64,10 @@ export default function BlogPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Shop", items: [
|
||||
{ label: "All Products", href: "products" },
|
||||
{ label: "Collections", href: "collections" },
|
||||
{ label: "All Products", href: "/shop" },
|
||||
{ label: "Collections", href: "/shop" },
|
||||
{ label: "Custom Orders", href: "contact" },
|
||||
{ label: "Sale Items", href: "products" }
|
||||
{ label: "Sale Items", href: "/shop" }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user