From 560f6b21af336ecc55ccb3d8e91a08dc4b9c9019 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 16:49:35 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: "#"