-
+
Обучающиеся будут получать доступ к системе с высоко
детализированной 3D графикой для прохождения сценариев на любом
устройстве, без необходимости установки дополнительного ПО.
diff --git a/src/components/Main/Efficiency.tsx b/src/components/Main/Efficiency.tsx
index 9a5ee17..a704f01 100644
--- a/src/components/Main/Efficiency.tsx
+++ b/src/components/Main/Efficiency.tsx
@@ -2,9 +2,9 @@ import { MiniTitle } from '../../ui/MiniTitle';
export function Effeciency() {
return (
-
-
-
+
+
+
-
+
-
+
diff --git a/src/components/Main/Marquee.tsx b/src/components/Main/Marquee.tsx
index bd5bbbf..ad7d528 100644
--- a/src/components/Main/Marquee.tsx
+++ b/src/components/Main/Marquee.tsx
@@ -1,56 +1,199 @@
export function Marquee() {
return (
-
-
-

+
+
-
-

+
+
+

+
+
+

+
+
+

+
+
+

+
+
+

+
+
+

+
+
+

+
+
+

+
+
+

+
+
+

+
+
+

+
+
+

+
+
+

+
-
-

-
-
-

-
-
-

-
-
-

-
-
-

-
-
-

-
-
-

-
-
-

-
-
-

-
-
-

-
-
-

-
-
-

-
-
-

-
-
-

-
-
-

+
+
+

+
+
+

+
+
+

+
+
+

+
+
+

+
+
+

+
+
+

+
+
+

+
+
+

+
+
+

+
+
+

+
+
+
+

+
+
+

+
);
diff --git a/src/components/Main/Pluses.tsx b/src/components/Main/Pluses.tsx
index fca56d8..a50d7bd 100644
--- a/src/components/Main/Pluses.tsx
+++ b/src/components/Main/Pluses.tsx
@@ -30,7 +30,7 @@ export function Pluses() {
сократить затраты на обучение, повысить безопасность и
производительность
-
+
diff --git a/src/components/Main/Products.tsx b/src/components/Main/Products.tsx
index c818f16..6f9cf5b 100644
--- a/src/components/Main/Products.tsx
+++ b/src/components/Main/Products.tsx
@@ -23,7 +23,7 @@ export function Products() {
-
+
setCurTab(0)}
diff --git a/src/components/Main/Projects.tsx b/src/components/Main/Projects.tsx
index 98f73ba..2339113 100644
--- a/src/components/Main/Projects.tsx
+++ b/src/components/Main/Projects.tsx
@@ -4,7 +4,7 @@ import { useWindowWidth } from '../../hooks/useWindowWidth';
export function Projects() {
return (
-
+
+
-
+
+
, основываясь на специфике вашего тренировочного процесса
-
+
+
+
+
+
);
}
diff --git a/src/ui/MiniTitle.tsx b/src/ui/MiniTitle.tsx
index 25217b8..d8192db 100644
--- a/src/ui/MiniTitle.tsx
+++ b/src/ui/MiniTitle.tsx
@@ -2,7 +2,7 @@ export function MiniTitle({ text }: { text: string }) {
return (
diff --git a/tailwind.config.js b/tailwind.config.js
index 0b2eb59..e02db07 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -15,7 +15,15 @@ export default {
},
colors: {
"text-gradient": '-webkit-linear-gradient(#798FFF, #D375FF)'
+ }, animation: {
+ 'infinite-scroll': 'infinite-scroll 25s linear infinite',
},
+ keyframes: {
+ 'infinite-scroll': {
+ from: { transform: 'translateX(0)' },
+ to: { transform: 'translateX(-100%)' },
+ }
+ }
},
},
plugins: [],