diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index bf27cd2..5b91297 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -28,11 +28,7 @@ export default function BlogPage() { brandName="The Daily Grind" navItems={[ { name: "Home", id: "/" }, - { name: "Menu", id: "menu" }, - { name: "About", id: "about" }, - { name: "Reviews", id: "testimonials" }, - { name: "FAQ", id: "faq" }, - { name: "Contact", id: "contact" }, + { name: "Shop", id: "/shop" }, ]} /> @@ -60,9 +56,8 @@ export default function BlogPage() { columns={[ { title: "Quick Links", items: [ - { label: "Menu", href: "#menu" }, - { label: "About Us", href: "#about" }, - { label: "Reviews", href: "#testimonials" }, + { label: "Home", href: "/" }, + { label: "Shop", href: "/shop" }, ], }, {