import React from 'react'; import Box from "@mui/material/Box"; import Typography from '@mui/material/Typography'; import Button from "@mui/material/Button"; import PenaLogo from "../../ui_kit/PenaLogo"; import SectionStyled from './SectionStyled'; import {styled} from "@mui/material/styles"; const RootBox = styled('div')(({ theme }) => ({ [theme.breakpoints.down('sm')]: { justifyContent: 'center', }, })); const BoxServis = styled('div')(({ theme}) => ({ [theme.breakpoints.down('lg')]: { width: '100%', display: 'flex', justifyContent: 'center', textAlign: 'center', alignItems: 'center', } })); const BoxMenu = styled('div')(({ theme }) => ({ [theme.breakpoints.down('xs')]: { width: '100%', }, })); export default function Component() { return( (с) 2023 Examplelink.com ) }