This commit is contained in:
2026-03-30 17:23:34 +09:00
parent 789719596b
commit 7fe13b59ae
6 changed files with 8 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="/src/index.css" rel="stylesheet">
<title>ООО «КОММИТ»</title>

BIN
public/assets/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
public/assets/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View File

@@ -57,7 +57,7 @@ const AboutSection = () => {
<path d="M5.75008 15.0834H6.33341V7.71011C6.33343 7.52645 6.39125 7.34744 6.49866 7.19846C6.60608 7.04947 6.75766 6.93807 6.93191 6.88003L11.5986 5.32487C11.7301 5.28106 11.8701 5.26913 12.0072 5.29006C12.1442 5.31098 12.2743 5.36417 12.3868 5.44523C12.4992 5.52629 12.5908 5.63291 12.654 5.7563C12.7171 5.87969 12.7501 6.01633 12.7501 6.15495V15.0834H13.3334V9.82761C13.3334 9.78448 13.343 9.74189 13.3615 9.70291C13.38 9.66393 13.4069 9.62953 13.4402 9.60219C13.4736 9.57485 13.5126 9.55525 13.5545 9.5448C13.5963 9.53436 13.6399 9.53333 13.6822 9.54178L14.9632 9.79845C15.1615 9.83808 15.34 9.94516 15.4682 10.1015C15.5965 10.2578 15.6666 10.4537 15.6667 10.6559V15.0834H16.2501C16.4048 15.0834 16.5532 15.1449 16.6626 15.2543C16.772 15.3637 16.8334 15.5121 16.8334 15.6668C16.8334 15.8215 16.772 15.9699 16.6626 16.0793C16.5532 16.1887 16.4048 16.2501 16.2501 16.2501H5.75008C5.59537 16.2501 5.447 16.1887 5.3376 16.0793C5.22821 15.9699 5.16675 15.8215 5.16675 15.6668C5.16675 15.5121 5.22821 15.3637 5.3376 15.2543C5.447 15.1449 5.59537 15.0834 5.75008 15.0834Z" fill="white" />
</svg>
,
title: 'Резидент ГАУ РС(Я) «Технопарк «Якутия»',
title: 'Резидент ГАУ РС (Я) «Технопарк «Якутия»',
description: 'Работаем в экосистеме развития, где технологическая экспертиза превращается в практические решения'
},
{
@@ -76,7 +76,7 @@ const AboutSection = () => {
</svg>
,
title: 'Собственные программные продукты',
description: 'запатентованы и внесены в реестр отечественного программного обеспечения'
description: 'Запатентованы и внесены в реестр отечественного программного обеспечения'
},
{
icon: <svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
@@ -87,7 +87,7 @@ const AboutSection = () => {
</svg>
,
title: 'Проекты цифровой трансформации',
description: 'реализация стратегических программ для госпредприятий'
description: 'Реализация стратегических программ для госпредприятий'
},
]
@@ -95,8 +95,8 @@ const AboutSection = () => {
<section id='about' className='h-auto w-full flex justify-center'>
<div className='max-w-7xl w-full h-auto xl:py-4'>
<CompanyInfoMockup>
<div className='w-full sm:p-8 flex flex-col space-y-8 justify-center'>
<span className='text-4xl text-center my-4'>О компании</span>
<div className='w-full sm:px-8 sm:pb-8 flex flex-col space-y-8 justify-center'>
<span className='text-4xl text-center my-4 leading-normal'>О компании</span>
<div className='grid grid-rows-2 sm:grid-rows-1 sm:grid-cols-2 gap-8 p-2 xl:p-0'>
<div className='p-8 flex flex-col space-y-4 bg-base-100 rounded-2xl'>

View File

@@ -31,7 +31,6 @@ const ProductsSection = () => {
title: 'ПО «Инженерно-картографическая система» ',
img: '/assets/iks.png',
descriptions: [
'Графическое отображение сетей тепло- и водоснабжения, котельных',
'Графическое отображение сетей тепло- и водоснабжения, котельных',
'Расчёт параметров объектов, паспортизация сетей на карте'
]

View File

@@ -55,6 +55,8 @@ export default function TypingEffect({
{lines.map((line, i) => (
<div key={i}>{line}</div>
))}
<br />
<br />
{visibleLines.map((line, index) => (
<div key={index}>{line}</div>
))}