// ** MUI Imports import Card from '@mui/material/Card' import Grid from '@mui/material/Grid' import Button from '@mui/material/Button' import Divider from '@mui/material/Divider' import { styled } from '@mui/material/styles' import Typography from '@mui/material/Typography' import Box, { BoxProps } from '@mui/material/Box' import CardContent from '@mui/material/CardContent' // ** Icons Imports import TrendingUp from 'mdi-material-ui/TrendingUp' import StarOutline from 'mdi-material-ui/StarOutline' import AccountOutline from 'mdi-material-ui/AccountOutline' import LockOpenOutline from 'mdi-material-ui/LockOpenOutline' // Styled Box component const StyledBox = styled(Box)(({ theme }) => ({ [theme.breakpoints.up('sm')]: { borderRight: `1px solid ${theme.palette.divider}` } })) const CardMembership = () => { return ( `${theme.spacing(3.25, 5.75, 6.25)} !important` }}> Lifetime Membership Here, I focus on a range of items and features that we use in life without giving them a second thought such as Coca Cola, body muscles and holding ones own breath. Though, most of these notes are not fundamentally necessary, they are such that you can use them for a good laugh, at a drinks party or for picking up women or men. Full Access 15 Members Access all Features Lifetime Free Update `${theme.spacing(18, 5, 16)} !important` }} > $ 899 USD 5 Tips For Offshore Software Development ) } export default CardMembership