From abda07ad6013d384c4329c34b66e42730c4e7117 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 16:49:37 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 7ff2988..cfd6a50 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -27,8 +27,8 @@ export default function ContactPage() { 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: "#"