Update src/app/faq/page.tsx

This commit is contained in:
2026-01-22 20:39:37 +00:00
parent b283cb0b2d
commit 246c5cfa35

View File

@@ -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" }
]}