diff --git a/public/images/dtr-logo.png b/public/images/dtr-logo.png new file mode 100644 index 0000000..157e80b Binary files /dev/null and b/public/images/dtr-logo.png differ diff --git a/public/images/footer-man.png b/public/images/footer-man.png new file mode 100644 index 0000000..f61b406 Binary files /dev/null and b/public/images/footer-man.png differ diff --git a/src/views/home/ui/footer/footer.module.scss b/src/views/home/ui/footer/footer.module.scss index d476492..d827e7b 100644 --- a/src/views/home/ui/footer/footer.module.scss +++ b/src/views/home/ui/footer/footer.module.scss @@ -39,6 +39,29 @@ @include ifdesktop { width: rem(1340px); } + + .Picture { + display: none; + position: absolute; + top: 0; + height: auto; + + @include iftablet{ + display: block; + right: rem(40px); + width: rem(130px); + } + + @include iflaptop{ + right: rem(80px); + width: rem(150px); + } + + @include ifdesktop{ + right: rem(160px); + width: rem(180px); + } + } } .Bottom { diff --git a/src/views/home/ui/footer/footer.tsx b/src/views/home/ui/footer/footer.tsx index f10b6ae..7a0f83f 100644 --- a/src/views/home/ui/footer/footer.tsx +++ b/src/views/home/ui/footer/footer.tsx @@ -2,12 +2,16 @@ import s from './footer.module.scss'; import { Button } from '@shared/ui'; import { FooterForm } from '@/widgets'; import Link from 'next/link'; +import Image from 'next/image'; + +import man from '@public/images/footer-man.png'; export default function Footer() { return (
+
-
Пожарная экспертиза
+
+ ДиТрасо +
+

ДИ ТРАСО

+

Пожарная экспертиза

+
+
+