diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index b5711bf..d3aec2e 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -29,9 +29,8 @@ export default function BlogPage() { brandName="AppFlow" navItems={[ { name: "Home", id: "/" }, - { name: "Features", id: "features" }, - { name: "Testimonials", id: "testimonials" }, - { name: "Pricing", id: "metrics" } + { name: "Features", id: "#features" }, + { name: "Testimonials", id: "#testimonials" } ]} button={{ text: "Download App", href: "#cta" }} />