diff --git a/src/app/[locale]/pages/search/page.tsx b/src/app/[locale]/pages/search/page.tsx new file mode 100644 index 0000000..b21aa3b --- /dev/null +++ b/src/app/[locale]/pages/search/page.tsx @@ -0,0 +1,22 @@ +import SectionSearchFile from '@/app/components/section-search-file'; +export default function Page() { + return ( + <> +
+ Загрузите файл для поиска похожего защищенного контента в вашей библиотеке и в интернете +
++ {t('or')} +
*/} + + {fileType === "image" && ( ++ {t('image-resolution')}: 100x100 - 10000x10000 {t('pixels')} +
+ )} ++ {t('file-format')}: {acceptString} +
++ {t('file-size')}: {t('to')} {(maxFileSize / 1024 / 1024)} {t('mb')} +
+ + + + + + {error && ( +{error}
++ + {t('file')}: + {selectedFile.name} +
++ + {t('size')}: + {selectedFile.size} +
++ {t('cost-of-protection')}: 0 +
++ {t('current-balance')}: 0 +
+