import { Box, Typography, useMediaQuery, useTheme } from "@mui/material"; import CustomButton from "@components/CustomButton"; 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")); return ( Сервисы прокачки маркетинга Покажут эффективность рекламы. Соберут все обращения клиентов. Повысят конверсию сайта И все это в едином кабинете Подробнее ); }