import { Box, Button, Typography, useMediaQuery, useTheme } from "@mui/material"; import SectionWrapper from "@components/SectionWrapper"; import mainShapeVideo from "../../assets/animations/main.webm"; import previewMain from "../../assets/animations/preview_main.png"; declare module "react" { interface HTMLAttributes extends AriaAttributes, DOMAttributes { pip?: string; } } export default function Section1() { const theme = useTheme(); const upMd = useMediaQuery(theme.breakpoints.up("md")); const isTablet = useMediaQuery(theme.breakpoints.up(1000)); return ( Сервисы прокачки маркетинга Покажут эффективность рекламы. Соберут все обращения клиентов. Повысят конверсию сайта И все это в едином кабинете Подробнее ); }