feat: add AboutTopInfo and HomePageProducts components; update translations and styles

This commit is contained in:
2025-06-02 16:45:30 +03:30
parent 2f6d022fb9
commit 86dc740dfd
6 changed files with 84 additions and 9 deletions
+1
View File
@@ -2,4 +2,5 @@ export interface ISectionTitleProps {
title: string;
description: string;
description_bold?: string;
reverseColor?: boolean;
}