import { Box, Typography, useMediaQuery, useTheme } from "@mui/material"; import pena_illustration02 from "../../assets/pena_illustration02.png"; import Button from "../../components/Button"; import PenaLogo from "../../components/PenaLogo"; import SectionWrapper from "../../components/SectionWrapper"; export default function Section1() { const theme = useTheme(); const upMd = useMediaQuery(theme.breakpoints.up("md")); return ( {upMd && } Сервисы прокачки маркетинга pena illustration Покажут эффективность рекламы Соберут все обращения клиентов Повысят конверсию сайта И все это в едином кабинете ); };