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" />