This commit is contained in:
2024-09-06 13:45:40 +05:00
parent cf2e539fa8
commit 624c6631c3
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -2,7 +2,7 @@ import { Outlet } from 'react-router-dom';
import { Header } from './Header';
import { Footer } from './Footer';
import { ModalContainer } from '../Main/ModalContainer';
import { Feedback } from '../Main/Contacts';
import { Contacts } from '../Main/Contacts';
import { Clients } from '../Main/Clients';
import { ScrollToHashElement } from './ScrollToHashElement';
@@ -14,7 +14,7 @@ export function Layout() {
<main className="relative px-4 overflow-clip lg:px-10 sm:px-6">
<Outlet />
<Clients />
<Feedback />
<Contacts />
</main>
<Footer />
<ModalContainer />
+1 -1
View File
@@ -7,7 +7,7 @@ import { TelegramIcon } from '../icons/TelegramIcon';
import { VKIcon } from '../icons/VKIcon';
import { YouTubeIcon } from '../icons/YoutubeIcon';
export function Feedback() {
export function Contacts() {
return (
<div className="sm:grid lg:grid-cols-12 sm:grid-cols-2 lg:grid-rows-[repeat(min-content,2)] sm:grid-rows-[repeat(min-content,3)] lg:gap-x-4 sm:gap-x-14 lg:gap-y-[68px] pb-20 pt-[70px]">
<h2 className="font-medium lg:col-span-7 sm:col-span-full h2 max-lg:mb-6">