diff --git a/src/ui/hero-main.tsx b/src/ui/hero-main.tsx index f41bda7..9115b89 100644 --- a/src/ui/hero-main.tsx +++ b/src/ui/hero-main.tsx @@ -23,41 +23,74 @@ export const HeroMain: React.FC = () => { {language === 'English' ? ( <>
-

- {textMainPageEng.t1} +

+ + {textMainPageEng.t1} +

-

- {textMainPageEng.t2} +

+ + {textMainPageEng.t2} +

) : ( <>
-

- {textMainPageRu.t1} +

+ + {textMainPageRu.t1} +

-

- {textMainPageRu.t2} +

+ + {textMainPageRu.t2} +