Создана страницы faq

This commit is contained in:
Web-serfer 2026-04-11 21:38:18 +05:00
parent ed01ec28ed
commit 12d6c87f39
20 changed files with 89 additions and 158 deletions

View file

@ -57,6 +57,7 @@ const categories = ['Все', ...new Set(posts.map((post: any) => post.data.cate
text: "ПОЛЕЗНЫХ СТАТЕЙ"
}}
bgImage="/images/blog/blogBg.avif"
icon="edit"
/>
<BlogCategories categories={categories} activeCategory="Все" currentPage={currentPage} />