From 16f7eccb5e5597e2e00063599b6e224f807b5c7a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 11:05:53 +0000 Subject: [PATCH] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index f9fff01..221d8cd 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -28,16 +28,15 @@ export default function BlogPage() { brandName="Nano Mango" navItems={[ { name: "Home", id: "/" }, - { name: "Products", id: "products" }, - { name: "About", id: "about" }, - { name: "Testimonials", id: "testimonials" }, - { name: "FAQs", id: "faqs" }, + { name: "Products", id: "/#products" }, + { name: "About", id: "/#about" }, + { name: "Testimonials", id: "/#testimonials" }, + { name: "FAQs", id: "/#faqs" }, ]} - button={{ text: "Shop Now", href: "#products" }} + button={{ text: "Shop Now", href: "/#products" }} buttonClassName="shadow-lg" navItemClassName="text-foreground/80 hover:text-foreground" className="backdrop-blur-sm bg-card/70" - navItemsAnimation="background-highlight" />