From 124ce846f12d2874a1dc7566d6afc878653ba13d Mon Sep 17 00:00:00 2001 From: Lanskikh Date: Mon, 19 Aug 2024 15:06:53 +0500 Subject: [PATCH] fixes,meta tags --- index.html | 9 +- src/components/Layouts/Footer.tsx | 6 +- src/components/Layouts/Header.tsx | 10 +- src/components/Main/Availables.tsx | 76 ++++--- src/components/Main/Contacts.tsx | 204 ++++++------------ src/components/Main/ContactsForm.tsx | 5 +- src/components/Main/Decreasing.tsx | 6 +- src/components/Main/Distance.tsx | 36 ++-- src/components/Main/Efficiency.tsx | 11 +- src/components/Main/Events.tsx | 8 +- src/components/Main/ModalWithForm.tsx | 2 +- src/components/Main/Motivation.tsx | 8 +- src/components/Main/Products/Products.tsx | 2 +- .../Main/Products/Tabs/SimulatorsTab.tsx | 10 +- src/components/Main/Projects.tsx | 15 +- src/components/Main/Teaching.tsx | 14 +- src/components/Main/Trainings.tsx | 22 +- src/components/Main/Video.tsx | 9 +- src/ui/AnchorLink.tsx | 2 +- src/ui/Button.tsx | 4 +- src/ui/MiniTitle.tsx | 2 +- 21 files changed, 201 insertions(+), 260 deletions(-) diff --git a/index.html b/index.html index c23aef9..ebfe220 100644 --- a/index.html +++ b/index.html @@ -3,13 +3,12 @@ - + + - + Интерактивные тренажеры для промышленности и образования diff --git a/src/components/Layouts/Footer.tsx b/src/components/Layouts/Footer.tsx index 717b333..b8c0e37 100644 --- a/src/components/Layouts/Footer.tsx +++ b/src/components/Layouts/Footer.tsx @@ -5,13 +5,13 @@ export function Footer() { return (