diff --git a/src/app/faq/page.tsx b/src/app/faq/page.tsx index 86fa785..0f734fd 100644 --- a/src/app/faq/page.tsx +++ b/src/app/faq/page.tsx @@ -28,7 +28,6 @@ export default function FaqPage() { navItems={[ { name: "Home", id: "/" }, { name: "Products", id: "/products" }, - { name: "About", id: "/about" }, { name: "Pricing", id: "/pricing" }, { name: "FAQ", id: "/faq" } ]}