feat: add faq

This commit is contained in:
2026-06-17 16:18:28 +03:30
parent b1de8cfdc1
commit 012d928120
3 changed files with 475 additions and 0 deletions
+8
View File
@@ -130,4 +130,12 @@ export const NAV: NavSection[] = [
{ href: "/dashboard/app-feedback", label: "نظرات و ایده‌ها برنامه" },
],
},
{
label: "سوالات متداول",
icon: QuestionIcon,
items: [
{ href: "/dashboard/faq", label: "پرسش‌ها" },
{ href: "/dashboard/faq/categories", label: "دسته‌بندی‌ها" },
],
},
];