diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index e830705..19f2cbe 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 (