import React from "react"; import Box from "@mui/material/Box"; import { Typography, useMediaQuery, useTheme } 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 CalendarW from './image/calendar-W.svg' // import CalendarP from './image/calendar-P.svg' import CalendarIcon from "../../assets/LandingPict/calendarIcon"; // const BoxUse = styled('div')(({ theme }) => ({ // [theme.breakpoints.down('md')]: { // justifyContent: 'center', // }, // })); // // const BoxButtons = styled('div')(({ theme }) => ({ // [theme.breakpoints.down('md')]: { // flexDirection: 'column', // alignItems: 'center', // height: '100px', // width: '260px' // }, // })); const BoxQuiz = styled("div")(({ theme }) => ({ [theme.breakpoints.down("md")]: { maxWidth: "530px", }, })); function Quiz() { return ( Обучение английскому Квиз в сторис для блогера преподавателя английского языка. период: трафик: результат: 24 часа Сторисы 386 заявок Подробнее → ); } export default function Component() { const theme = useTheme(); const isMobile = useMediaQuery(theme.breakpoints.down(600)); const isTablet = useMediaQuery(theme.breakpoints.down(1000)); return ( {/**/} {/* */} {/* */} {/* Как используют квиз*/} {/* В крупном и малом бизнесе*/} {/* */} {/* */} {/* */} {/* */} {/* */} {/* */} {/* */} {/* */} {/* */} {/* */} {/* */} {/* */} {/* */} {/* */} {/**/} Что еще можно делать с Опросником Изящное решение исследовательских и бизнес-задач {/**/} {/* */} {/* */} {/* Исследования*/} {/* */} {/* */} {/* */} {/* Сегментация*/} {/* */} {/* */} {/* */} {/* Тестирование*/} {/* */} {/* */} {/* */} {/* E-commerce*/} {/* */} {/**/} Исследуйте аудиторию и проверяйте гипотезы Опросник помогает проверять гипотезы и принимать грамотные решения основанные на данных. Создавайте опросы, собирайте обратную связь и анализируйте ответы в удобной аналитике в личном кабинете. ); }