import React from 'react'; import {Link, Typography} from "@mui/material"; export const Contact = ({Icon, text, link}) => { return ( {text} ) }