diff --git a/public/favicon.png b/public/favicon.png new file mode 100644 index 0000000..70f3ba9 Binary files /dev/null and b/public/favicon.png differ diff --git a/public/videos/1.mp4 b/public/videos/1.mp4 new file mode 100644 index 0000000..cefefa8 Binary files /dev/null and b/public/videos/1.mp4 differ diff --git a/public/videos/2.mp4 b/public/videos/2.mp4 new file mode 100644 index 0000000..c5748f6 Binary files /dev/null and b/public/videos/2.mp4 differ diff --git a/public/videos/3.mp4 b/public/videos/3.mp4 new file mode 100644 index 0000000..3124f84 Binary files /dev/null and b/public/videos/3.mp4 differ diff --git a/public/videos/4.mp4 b/public/videos/4.mp4 new file mode 100644 index 0000000..fad710e Binary files /dev/null and b/public/videos/4.mp4 differ diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 97e65e2..3370e08 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -41,6 +41,10 @@ export default function RootLayout({ return ( + + + DENCO Бизнес + {children} ); diff --git a/src/sections/FooterSection/FooterSection.module.css b/src/sections/FooterSection/FooterSection.module.css index 00d16e0..ff83d8c 100644 --- a/src/sections/FooterSection/FooterSection.module.css +++ b/src/sections/FooterSection/FooterSection.module.css @@ -23,15 +23,17 @@ .bottom { display: flex; - gap: 2rem; + justify-content: space-between; + align-items: flex-end; } .bottomLeft { - flex: 1 1 60%; + display: flex; + gap: 1rem; + flex-direction: column; } .bottomRight { - flex: 1 1 40%; display: flex; flex-direction: column; gap: 1rem; @@ -40,12 +42,14 @@ .instruction { font-family: var(--HelveticaNeueCyr); font-size: 2rem; - margin-bottom: 2rem; } .logo { width: 6rem; - margin-bottom: 1rem; +} + +.logoContainer { + } .contactUs { diff --git a/src/sections/FooterSection/FooterSection.tsx b/src/sections/FooterSection/FooterSection.tsx index f8cabff..556d2c3 100644 --- a/src/sections/FooterSection/FooterSection.tsx +++ b/src/sections/FooterSection/FooterSection.tsx @@ -11,27 +11,27 @@ export function FooterSection() {