diff --git a/src/pages/Landing/BusinessPluses.tsx b/src/pages/Landing/BusinessPluses.tsx
index faf86013..42ade565 100644
--- a/src/pages/Landing/BusinessPluses.tsx
+++ b/src/pages/Landing/BusinessPluses.tsx
@@ -3,6 +3,9 @@ import Box from '@mui/material/Box';
import {Typography} from "@mui/material";
import SectionStyled from './SectionStyled';
import {styled} from "@mui/material/styles";
+import Icon1 from "./images/icons/Handshake";
+import Icon2 from "./images/icons/UserCircle";
+import Icon3 from "./images/icons/DoneIcon";
const BoxPluses = styled('div')(({ theme }) => ({
[theme.breakpoints.down('md')]: {
@@ -70,7 +73,7 @@ export default function Component () {
marginBottom: '10px',
}}
>
-
+
Человек ощущает заботу и склоняется к выбору вашей компании
@@ -84,7 +87,7 @@ export default function Component () {
marginBottom: '10px',
}}
>
-
+
Получаете заинтересованного, квалифицированного клиента
@@ -98,7 +101,7 @@ export default function Component () {
marginBottom: '10px',
}}
>
-
+
Увеличиваете качество цифрового общения и конверсию в продажи
diff --git a/src/pages/Landing/HeaderLanding.tsx b/src/pages/Landing/HeaderLanding.tsx
index ac90f373..b6fa7497 100644
--- a/src/pages/Landing/HeaderLanding.tsx
+++ b/src/pages/Landing/HeaderLanding.tsx
@@ -59,7 +59,7 @@ export default function Component() {
borderRadius: '8px',
padding: '8px 17px',
}}
- >Личный кабинет
+ >Предрегистрация
)
}
\ No newline at end of file
diff --git a/src/pages/Landing/HowItWorks.tsx b/src/pages/Landing/HowItWorks.tsx
index 9189e2a6..659ee0c6 100644
--- a/src/pages/Landing/HowItWorks.tsx
+++ b/src/pages/Landing/HowItWorks.tsx
@@ -5,14 +5,16 @@ import SectionStyled from './SectionStyled';
import {styled} from "@mui/material/styles";
import YoutobeIcon from "../../assets/LandingPict/youtobeIcon";
import OneIconBorder from "@icons/OneIconBorder";
-import CalendarIcon from "../../assets/LandingPict/calendarIcon";
+import TwoIcon from "./images/icons/IconNumber2";
+import ThreeIcon from "./images/icons/IconNumber3";
+import FourIcon from "./images/icons/IconNumber4";
import Firstblock1 from "./images/firstblock1.png";
import Firstblock2 from "./images/firstblock2.png";
import Firstblock3 from "./images/firstblock3.png";
import Firstblock4 from "./images/firstblock4.png";
-import Icon1 from "./images/icons/Group127";
-import Icon2 from "./images/icons/Group128";
-import Icon3 from "./images/icons/Group129";
+import Icon1 from "./images/icons/vkIcon";
+import Icon2 from "./images/icons/clipIcon";
+import Icon3 from "./images/icons/tiktokIcon";
import Icon4 from "./images/icons/Group133";
import Icon5 from "./images/icons/Group134";
import Icon6 from "./images/icons/Group135";
@@ -30,7 +32,7 @@ import Icon17 from "./images/icons/Group151";
import Icon18 from "./images/icons/Group152";
import Icon19 from "./images/icons/Group153";
import Icon20 from "./images/icons/Group154";
-import Icon21 from "./images/icons/Group22";
+import Icon21 from "./images/icons/Network";
export default function HowItWorks () {
return(
@@ -122,7 +124,7 @@ export default function HowItWorks () {
sx={{
display: 'flex',
flexDirection: 'column',
- maxWidth: '427px',
+ maxWidth: '507px',
height: '50%',
justifyContent: 'end',
}}
@@ -139,11 +141,12 @@ export default function HowItWorks () {
@@ -152,11 +155,12 @@ export default function HowItWorks () {
@@ -168,17 +172,18 @@ export default function HowItWorks () {
display: 'flex',
flexWrap: 'wrap',
justifyContent: 'space-between',
- padding: '20px 20px 0 0',
+ padding: '20px 94px 0 0',
}}
>
@@ -187,11 +192,12 @@ export default function HowItWorks () {
@@ -248,7 +254,7 @@ export default function HowItWorks () {
background: "#EEE4FC"
}}
>
-
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
@@ -343,7 +353,7 @@ export default function HowItWorks () {
background: "#EEE4FC"
}}
>
-
+
@@ -392,11 +402,11 @@ export default function HowItWorks () {
@@ -413,11 +423,11 @@ export default function HowItWorks () {
@@ -472,7 +482,7 @@ export default function HowItWorks () {
background: "#EEE4FC",
}}
>
-
+
@@ -520,32 +530,32 @@ export default function HowItWorks () {
- воронки и чат боты
+ воронки и чат-боты
@@ -554,11 +564,11 @@ export default function HowItWorks () {
diff --git a/src/pages/Landing/HowToUse.tsx b/src/pages/Landing/HowToUse.tsx
index 43583644..bdfd6c97 100644
--- a/src/pages/Landing/HowToUse.tsx
+++ b/src/pages/Landing/HowToUse.tsx
@@ -2,15 +2,16 @@ import React from 'react';
import Box from '@mui/material/Box';
import {Typography} from "@mui/material";
import SectionStyled from './SectionStyled';
+import Link from '@mui/material/Link';
+import {styled} from "@mui/material/styles";
+import Notebook from "../../assets/LandingPict/notebook";
+import BigBlock from "./images/bigblock.png";
import Button from "@mui/material/Button";
// import Note from './image/note.png'
import ArrowBackIcon from '@mui/icons-material/ArrowBack';
import ArrowForwardIcon from '@mui/icons-material/ArrowForward';
-import Link from '@mui/material/Link';
// import CalendarW from './image/calendar-W.svg'
// import CalendarP from './image/calendar-P.svg'
-import {styled} from "@mui/material/styles";
-import Notebook from "../../assets/LandingPict/notebook";
import CalendarIcon from "../../assets/LandingPict/calendarIcon";
const BoxUse = styled('div')(({ theme }) => ({
@@ -122,7 +123,7 @@ function Quiz () {
export default function Component () {
return (
-
-
- */}
+ {/* */}
+ {/*
- Как используют квиз
- В крупном и малом бизнесе
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ {/* }}*/}
+ {/* >*/}
+ {/* Как используют квиз*/}
+ {/* В крупном и малом бизнесе*/}
+ {/* */}
+ {/* */}
+ {/* */}
+ {/* */}
+ {/* */}
+ {/* */}
+ {/* */}
+ {/* */}
+ {/* */}
+ {/* */}
+ {/* */}
+ {/* */}
+ {/* */}
+ {/* */}
+ {/**/}
-
-
-
-
-
-
+ {/**/}
+ {/* */}
+ {/* */}
+ {/* */}
+ {/* */}
+ {/**/}
+ />
diff --git a/src/pages/Landing/Landing.tsx b/src/pages/Landing/Landing.tsx
index 0eff582c..03de49a7 100644
--- a/src/pages/Landing/Landing.tsx
+++ b/src/pages/Landing/Landing.tsx
@@ -21,10 +21,10 @@ export default function Landing() {
-
-
+ {/**/}
+ {/**/}
-
+ {/**/}
>
diff --git a/src/pages/Landing/WhatTheFeatures.tsx b/src/pages/Landing/WhatTheFeatures.tsx
index b15535ae..9b70ddd5 100644
--- a/src/pages/Landing/WhatTheFeatures.tsx
+++ b/src/pages/Landing/WhatTheFeatures.tsx
@@ -3,7 +3,14 @@ import Box from '@mui/material/Box';
import {Typography} from "@mui/material";
import SectionStyled from './SectionStyled';
import Button from "@mui/material/Button";
-import Desktop from '../../assets/LandingPict/Desktop.png';
+// import Desktop from '../../assets/LandingPict/Desktop.png';
+import Desktop1 from './images/Frame 1171274552.png';
+import Desktop2 from './images/Frame 1171274552-1.png';
+import Desktop3 from './images/Frame 1171274552-2.png';
+import Desktop4 from './images/Frame 1171274552-3.png';
+import Desktop5 from './images/Frame 1171274552-4.png';
+import Desktop6 from './images/Frame 1171274552-5.png';
+import Desktop7 from './images/Frame 1171274552-6.png';
import {styled} from "@mui/material/styles";
//
// const BoxCard = styled('div')(({ theme }) => ({
@@ -19,6 +26,7 @@ const BoxCardHead = styled('div')(({ theme }) => ({
}));
interface Props {
children: React.ReactNode;
+ image: string;
}
function BoxFich(props: Props) {
@@ -52,7 +60,7 @@ function BoxFich(props: Props) {
alignItems: 'end',
}}
>
-
+
)
@@ -92,7 +100,7 @@ export default function Component () {
lineHeight:'43px',
}}
>
- Что по фичам?
+ {/*Что по фичам?*/}
- Самый функциональный конструктор квизов
+ {/*Самый функциональный конструктор квизов*/}
-
+
-
+
-
+
-
+
-
+
-
+
-
+
+
+
+
+
+ )
+};
\ No newline at end of file
diff --git a/src/pages/Landing/images/icons/Handshake.tsx b/src/pages/Landing/images/icons/Handshake.tsx
new file mode 100644
index 00000000..803acd42
--- /dev/null
+++ b/src/pages/Landing/images/icons/Handshake.tsx
@@ -0,0 +1,35 @@
+import { Box } from "@mui/material";
+
+
+interface Props {
+ color?: string;
+}
+
+export default function ({color}:Props) {
+
+ return (
+
+
+
+
+ )
+};
\ No newline at end of file
diff --git a/src/pages/Landing/images/icons/IconNumber2.tsx b/src/pages/Landing/images/icons/IconNumber2.tsx
new file mode 100644
index 00000000..d3f8c645
--- /dev/null
+++ b/src/pages/Landing/images/icons/IconNumber2.tsx
@@ -0,0 +1,27 @@
+import { Box } from "@mui/material";
+
+
+interface Props {
+ color?: string;
+}
+
+export default function OneIconBorder({color}:Props) {
+
+ return (
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/pages/Landing/images/icons/IconNumber3.tsx b/src/pages/Landing/images/icons/IconNumber3.tsx
new file mode 100644
index 00000000..94c1e531
--- /dev/null
+++ b/src/pages/Landing/images/icons/IconNumber3.tsx
@@ -0,0 +1,28 @@
+import { Box } from "@mui/material";
+
+
+interface Props {
+ color?: string;
+}
+
+export default function OneIconBorder({color}:Props) {
+
+ return (
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/pages/Landing/images/icons/IconNumber4.tsx b/src/pages/Landing/images/icons/IconNumber4.tsx
new file mode 100644
index 00000000..4c4ba2f2
--- /dev/null
+++ b/src/pages/Landing/images/icons/IconNumber4.tsx
@@ -0,0 +1,29 @@
+import { Box } from "@mui/material";
+
+
+interface Props {
+ color?: string;
+}
+
+export default function OneIconBorder({color}:Props) {
+
+ return (
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/pages/Landing/images/icons/Group22.tsx b/src/pages/Landing/images/icons/Network.tsx
similarity index 100%
rename from src/pages/Landing/images/icons/Group22.tsx
rename to src/pages/Landing/images/icons/Network.tsx
diff --git a/src/pages/Landing/images/icons/UserCircle.tsx b/src/pages/Landing/images/icons/UserCircle.tsx
new file mode 100644
index 00000000..3a9fc31e
--- /dev/null
+++ b/src/pages/Landing/images/icons/UserCircle.tsx
@@ -0,0 +1,34 @@
+import { Box } from "@mui/material";
+
+
+interface Props {
+ color?: string;
+}
+
+export default function ({color}:Props) {
+
+ return (
+
+
+
+
+
+ )
+};
\ No newline at end of file
diff --git a/src/pages/Landing/images/icons/Group128.tsx b/src/pages/Landing/images/icons/clipIcon.tsx
similarity index 100%
rename from src/pages/Landing/images/icons/Group128.tsx
rename to src/pages/Landing/images/icons/clipIcon.tsx
diff --git a/src/pages/Landing/images/icons/Group129.tsx b/src/pages/Landing/images/icons/tiktokIcon.tsx
similarity index 100%
rename from src/pages/Landing/images/icons/Group129.tsx
rename to src/pages/Landing/images/icons/tiktokIcon.tsx
diff --git a/src/pages/Landing/images/icons/Group127.tsx b/src/pages/Landing/images/icons/vkIcon.tsx
similarity index 100%
rename from src/pages/Landing/images/icons/Group127.tsx
rename to src/pages/Landing/images/icons/vkIcon.tsx