From e2bd403ddc6d7ca39396bcb37bd66e273799197c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 18:24:33 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 0363d60..f5f37ab 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -10,9 +10,9 @@ import FooterBase from "@/components/sections/footer/FooterBase"; export default function ContactPage() { const navItems = [ { name: "Features", id: "/features" }, - { name: "How It Works", id: "/" }, + { name: "How It Works", id: "product" }, { name: "Pricing", id: "/pricing" }, - { name: "FAQ", id: "/contact" }, + { name: "FAQ", id: "faq" }, { name: "Contact", id: "/contact" }, ]; @@ -45,16 +45,16 @@ export default function ContactPage() { return (