From 647e2c2dd96f22d1bcc859635bebf0d2af3d1987 Mon Sep 17 00:00:00 2001 From: belikovme Date: Wed, 4 Dec 2024 13:38:47 +0700 Subject: [PATCH] adaptive vers --- src/components/BufferLandingPage.js | 50 ++++++- src/components/ContactBlock.js | 225 ++++++++++++++++++++++++---- src/components/Header.js | 158 +++++++++++++++---- src/components/MainSection.js | 178 ++++++++++++++++++---- 4 files changed, 521 insertions(+), 90 deletions(-) diff --git a/src/components/BufferLandingPage.js b/src/components/BufferLandingPage.js index 80c1870..f1fcecc 100644 --- a/src/components/BufferLandingPage.js +++ b/src/components/BufferLandingPage.js @@ -53,6 +53,46 @@ // export default CustomLayout; +// import React from 'react'; +// import { Layout } from 'antd'; +// import MainSection from './MainSection'; +// import FourstepSection from './FourSteps'; +// import MakeEasier from './MakeEasier'; +// import Questions from './Questions'; +// import WorkInTeam from './WorkInTeam'; +// import PriceList from './PriceList'; +// import Udobno from './Udobno'; +// import Header from './Header'; +// import ContactBlock from './ContactBlock'; +// import Footer from './Footer'; + +// const { Content } = Layout; + +// const CustomLayout = () => ( +// +//
+// +// + +//
{/* Убрали ограничение высоты */} +//
+// +// +// +// +// +// +//
{/* Изменили mb-4 на w-full */} +//
+//
+//
+ +//