diff --git a/index.html b/index.html index b29346b..d994b30 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - + ООО «КОММИТ» diff --git a/public/assets/favicon.ico b/public/assets/favicon.ico new file mode 100644 index 0000000..8b684b7 Binary files /dev/null and b/public/assets/favicon.ico differ diff --git a/public/assets/favicon.png b/public/assets/favicon.png new file mode 100644 index 0000000..74d023f Binary files /dev/null and b/public/assets/favicon.png differ diff --git a/src/components/AboutSection.tsx b/src/components/AboutSection.tsx index 2701973..2747be2 100644 --- a/src/components/AboutSection.tsx +++ b/src/components/AboutSection.tsx @@ -57,7 +57,7 @@ const AboutSection = () => { , - title: 'Резидент ГАУ РС(Я) «Технопарк «Якутия»', + title: 'Резидент ГАУ РС (Я) «Технопарк «Якутия»', description: 'Работаем в экосистеме развития, где технологическая экспертиза превращается в практические решения' }, { @@ -76,7 +76,7 @@ const AboutSection = () => { , title: 'Собственные программные продукты', - description: 'запатентованы и внесены в реестр отечественного программного обеспечения' + description: 'Запатентованы и внесены в реестр отечественного программного обеспечения' }, { icon: @@ -87,7 +87,7 @@ const AboutSection = () => { , title: 'Проекты цифровой трансформации', - description: 'реализация стратегических программ для госпредприятий' + description: 'Реализация стратегических программ для госпредприятий' }, ] @@ -95,8 +95,8 @@ const AboutSection = () => {
-
- О компании +
+ О компании
diff --git a/src/components/ProductsSection.tsx b/src/components/ProductsSection.tsx index 7e3d3ef..21de4a6 100644 --- a/src/components/ProductsSection.tsx +++ b/src/components/ProductsSection.tsx @@ -31,7 +31,6 @@ const ProductsSection = () => { title: 'ПО «Инженерно-картографическая система» ', img: '/assets/iks.png', descriptions: [ - 'Графическое отображение сетей тепло- и водоснабжения, котельных', 'Графическое отображение сетей тепло- и водоснабжения, котельных', 'Расчёт параметров объектов, паспортизация сетей на карте' ] diff --git a/src/components/TypingEffect.tsx b/src/components/TypingEffect.tsx index 86e78c1..05a74fc 100644 --- a/src/components/TypingEffect.tsx +++ b/src/components/TypingEffect.tsx @@ -55,6 +55,8 @@ export default function TypingEffect({ {lines.map((line, i) => (
{line}
))} +
+
{visibleLines.map((line, index) => (
{line}
))}