diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 3878860..038bf67 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -29,7 +29,7 @@ export default function BlogPage() { navItems={[ { name: "Home", id: "/" }, { name: "Features", id: "/#features" }, - { name: "Products", id: "/#products" }, + { name: "Testimonials", id: "/#testimonials" }, { name: "Contact", id: "/#contact" } ]} @@ -72,4 +72,4 @@ export default function BlogPage() { ); -} +} \ No newline at end of file