diff --git a/src/components/Layouts/Layout.tsx b/src/components/Layouts/Layout.tsx index 25919c6..2af9fa5 100644 --- a/src/components/Layouts/Layout.tsx +++ b/src/components/Layouts/Layout.tsx @@ -1,17 +1,18 @@ import { Outlet } from 'react-router-dom'; -import { Motivation } from '../Main/Motivation'; import { Header } from './Header'; import { Footer } from './Footer'; import { ModalContainer } from '../Main/ModalContainer'; +import { Contacts } from '../Main/Contacts'; export function Layout() { return ( <>
- -
+
+ +