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}
))}