+ Скрытый водяной знак встраивается незаметно в ваш контент и позволяет отслеживать его использование в интернете. Технология работает на основе скрытого водяного знака No Copy и не влияет на качество изображений, видео или аудио.
+
+
+
+
+
+ Насколько надежна защита?
+
+
+
+
+ Наша многослойная защита обеспечивает 99.8% точность определения авторства даже после обработки файлов.
+
+
+
+
+ )
+}
\ No newline at end of file
diff --git a/src/app/ui/faq/popular-asked-questions.tsx b/src/app/ui/faq/popular-asked-questions.tsx
new file mode 100644
index 0000000..625b27e
--- /dev/null
+++ b/src/app/ui/faq/popular-asked-questions.tsx
@@ -0,0 +1,23 @@
+export default function PopularAskedQuestions() {
+ return (
+
+
+ Популярные вопросы
+
+
+
+
Как работает защита?
+
Мы встраиваем невидимые водяные знаки в ваш контент
+
+
+
Сколько файлов можно загрузить?
+
Зависит от вашего тарифного плана
+
+
+
Безопасность данных
+
Все файлы хранятся на защищенных серверах
+
+
+
+ )
+}
\ No newline at end of file
diff --git a/src/app/ui/header/userMenuButton.tsx b/src/app/ui/header/userMenuButton.tsx
index 5cbda6e..73e375e 100644
--- a/src/app/ui/header/userMenuButton.tsx
+++ b/src/app/ui/header/userMenuButton.tsx
@@ -74,7 +74,7 @@ export default function UserMenuButton() {
{t('settings')}
-
+
diff --git a/src/i18n/messages/en.json b/src/i18n/messages/en.json
index 671da66..8f5aacf 100644
--- a/src/i18n/messages/en.json
+++ b/src/i18n/messages/en.json
@@ -293,7 +293,8 @@
"there-are-not-enough-funds-to-protect-files": "There are not enough funds to protect files. {count} tokens required",
"there-are-not-enough-funds-to-protect-file": "There are not enough funds to protect file. {count} tokens required",
"duplicate-files": "Duplicate files",
- "monitoring-is-not-supported": "Monitoring is not supported"
+ "monitoring-is-not-supported": "Monitoring is not supported",
+ "frequently-asked-questions": "Frequently Asked Questions"
},
"Login-register-form": {
"and": "and",
diff --git a/src/i18n/messages/ru.json b/src/i18n/messages/ru.json
index 2b247ed..b0e1e46 100644
--- a/src/i18n/messages/ru.json
+++ b/src/i18n/messages/ru.json
@@ -293,7 +293,8 @@
"there-are-not-enough-funds-to-protect-files": "Для защиты файлов недостаточно средств. Необходимо {count} токен(ов/а)",
"there-are-not-enough-funds-to-protect-file": "Для защиты файла недостаточно средств. Необходимо {count} токен(ов/а)",
"duplicate-files": "Дубликаты файлов",
- "monitoring-is-not-supported": "Мониторинг не поддерживается"
+ "monitoring-is-not-supported": "Мониторинг не поддерживается",
+ "frequently-asked-questions": "Часто задаваемые вопросы"
},
"Login-register-form": {
"and": "и",