From baa886a51322d8d0e2dc89e610cfad233f5ed874 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 16:49:36 +0000 Subject: [PATCH] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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" }} />