import React from 'react'; import {Box, Grid, Typography} from "@mui/material"; import imgNotFound from "../../img/catalog/imgNotFound.png"; import romb from "../../img/our-team/romb.png"; import Social from "../../components/SocialLink"; import LocalPhoneIcon from "@mui/icons-material/LocalPhone"; import EmailIcon from "@mui/icons-material/Email"; export const ItemTeam = ({item: {img, name, spec, desc, links, phone, email}, breakpoint}) => { return ( face { name || 'no name' } item { spec || 'text' } { desc || 'description' } { links.map(item => ) } { phone || 'phone' } { email || 'email' } ) }