diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 7ff9b38..1e09af7 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -28,13 +28,13 @@ export default function BlogPage() { @@ -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" } ] }, {