diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index b9c362c..9138cc2 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -27,8 +27,8 @@ export default function AboutPage() { brandName="AppFlow" navItems={[ { name: "Home", id: "/" }, - { name: "About", id: "/about" }, - { name: "Contact", id: "/contact" } + { name: "Features", id: "#features" }, + { name: "Testimonials", id: "#testimonials" } ]} button={{ text: "Download App", href: "#"