diff --git a/public/clamp.svg b/public/clamp.svg index 65f57b3..9aaf991 100644 --- a/public/clamp.svg +++ b/public/clamp.svg @@ -1,3 +1,4 @@ - + \ No newline at end of file diff --git a/public/docdownload.svg b/public/docdownload.svg new file mode 100644 index 0000000..8f40a42 --- /dev/null +++ b/public/docdownload.svg @@ -0,0 +1,6 @@ + + + + diff --git a/src/components/reusable/footer.tsx b/src/components/reusable/footer.tsx index 0b15a00..f41365a 100644 --- a/src/components/reusable/footer.tsx +++ b/src/components/reusable/footer.tsx @@ -4,7 +4,6 @@ import Logo from "../../../public/header_logo.svg"; import TgIcon from "../../../public/tg_icon.svg" import VkIcon from "../../../public/vk_icon.svg" import YouTubeIcon from "../../../public/YouTubeIcon.svg" -import {Img} from "react-image"; const Footer = () => { return ( @@ -19,9 +18,12 @@ const Footer = () => { +7(495)191-97-20
- - - + + + {/* */}
@@ -32,34 +34,47 @@ const Footer = () => {

Бренд

-

Продукция

+

Продукция

Информация

© ООО "ТД Технохим Групп" 2024

-

Политика конфиденциальности

-

Обработка персональных данных

+

Политика + конфиденциальности

+

Обработка персональных + данных

diff --git a/src/components/reusable/formCustomization.tsx b/src/components/reusable/formCustomization.tsx index 89806b9..ef6b411 100644 --- a/src/components/reusable/formCustomization.tsx +++ b/src/components/reusable/formCustomization.tsx @@ -125,23 +125,25 @@ const FormCustomization = () => { />
-
- -
- - Добавить документ - - - Общий объём файлов не более 5 Мб - -
+ +
+ + +
+ Добавить документ + + Общий объём файлов не более 5 Мб + +
+ +
+ { + return ( +
+ + +
+ ) +} + +export default LinkSupport \ No newline at end of file diff --git a/src/pages/personalization.tsx b/src/pages/personalization.tsx index b161bd2..2dcf73b 100644 --- a/src/pages/personalization.tsx +++ b/src/pages/personalization.tsx @@ -1,13 +1,10 @@ import Wrapper from "@/components/reusable/wrapper" -import { Button, Checkbox } from "@nextui-org/react"; import { Img } from "react-image" -import {Input} from "@nextui-org/input"; -import Link from "next/link"; import FormPersonalization from "@/components/reusable/formPersonalization"; import FormCustomization from "@/components/reusable/formCustomization"; -const Mission = () => { +const Personalization = () => { return ( @@ -41,4 +38,4 @@ const Mission = () => { ) } -export default Mission; \ No newline at end of file +export default Personalization; \ No newline at end of file diff --git a/src/pages/support.tsx b/src/pages/support.tsx new file mode 100644 index 0000000..66b8c85 --- /dev/null +++ b/src/pages/support.tsx @@ -0,0 +1,36 @@ +import Wrapper from "@/components/reusable/wrapper" +import LinkSupport from "@/components/reusable/linkSupport"; + +const Support = () => { + return ( + +
+
+

Мы всегда готовы ответить на вопросы, связанные с качеством выпускаемых смазочных материалов. Если у Вас возникли вопросы, то вы можете обратиться в службу технической поддержки компании ООО «ТД Технохим Групп»

+
+ + + + + + +
+
+ +
+

Важно

+
    +
  • Данные о партии и сроке хранения продукции смотрите на этикетке канистры.
  • +
  • Перед началом работы следует внимательно ознакомиться с инструкцией по эксплуатации.
  • +
  • Все условия гарантии соответствуют действующему законодательству РФ.
  • +
+
+ +
+ +
+ ) +} + +export default Support; \ No newline at end of file diff --git a/tailwind.config.ts b/tailwind.config.ts index 0b556bf..817dd14 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -53,6 +53,7 @@ const config: Config = { light: { colors: { "primary": "#92E727", + "secondary": '#fff', "green-1": "#B3C53F", "green-2": "#92E727", "yellow-1": "#FFD235",