From 085e7147d67d630d947c0d0317db0531fe16ce39 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Feb 2026 21:52:05 +0000 Subject: [PATCH] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index b60f44e..77a55da 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -28,13 +28,9 @@ export default function BlogPage() { brandName="Baba's Bakery" navItems={[ { name: "Home", id: "/" }, - { name: "About Us", id: "about" }, - { name: "Products", id: "products" }, - { name: "Testimonials", id: "testimonials" }, - { name: "FAQ", id: "faq" }, - { name: "Contact", id: "contact" }, + { name: "Shop", id: "/shop" } ]} - button={{ text: "Order Now", href: "#contact" }} + button={{ text: "Shop Now", href: "/shop" }} className="py-4 px-6 md:px-8 lg:px-12 xl:px-16" />