// ** MUI Imports import Card from '@mui/material/Card' import Button from '@mui/material/Button' import Typography from '@mui/material/Typography' import CardContent from '@mui/material/CardContent' // ** Icon Imports import Icon from 'src/@core/components/icon' // ** Custom Components Imports import CustomAvatar from 'src/@core/components/mui/avatar' const CardSupport = () => { return ( Support According to us blisters are a very common thing and we come across them very often in our daily lives. It is a very common occurrence like cold or fever depending upon your lifestyle. ) } export default CardSupport