From b079db8029d5aa6847f04d523329bcb603b3fb39 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 4 Feb 2026 16:57:36 +0000 Subject: [PATCH] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index f988b78..1c99b9d 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -30,7 +30,7 @@ export default function BlogPage() { navItems={[ { name: "Home", id: "/" }, { name: "About", id: "about" }, - { name: "Our Cakes", id: "products" }, + { name: "Our Cakes", id: "/shop" }, { name: "Pricing", id: "pricing" }, { name: "Contact", id: "contact" } ]} @@ -57,7 +57,7 @@ export default function BlogPage() { columns={[ { title: "Shop", items: [ - { label: "Our Cakes", href: "#products" }, + { label: "Our Cakes", href: "/shop" }, { label: "Pricing", href: "#pricing" }, { label: "Custom Orders", href: "#contact" }, { label: "Gift Certificates", href: "#contact" }