// ** MUI Imports import Box from '@mui/material/Box' import Avatar from '@mui/material/Avatar' import Divider from '@mui/material/Divider' import { styled } from '@mui/material/styles' import TimelineDot from '@mui/lab/TimelineDot' import TimelineItem from '@mui/lab/TimelineItem' import Typography from '@mui/material/Typography' import IconButton from '@mui/material/IconButton' import TimelineContent from '@mui/lab/TimelineContent' import TimelineSeparator from '@mui/lab/TimelineSeparator' import TimelineConnector from '@mui/lab/TimelineConnector' import MuiTimeline, { TimelineProps } from '@mui/lab/Timeline' import Image from 'next/image' // ** Icon Imports import Icon from 'src/@core/components/icon' // Styled Timeline component const Timeline = styled(MuiTimeline)({ paddingLeft: 0, paddingRight: 0, '& .MuiTimelineItem-root': { width: '100%', '&:before': { display: 'none' } } }) // Styled component for the image of a shoe const ImgShoe = styled('img')(({ theme }) => ({ borderRadius: theme.shape.borderRadius })) const TimelineRight = () => { return ( Get on the flight Wednesday Charles de Gaulle Airport, Paris {' '} Heathrow Airport, London 6:30 AM invoice.pdf bookingCard.pdf Interview Schedule 6th October Lorem ipsum, dolor sit amet consectetur adipisicing elit. Possimus quos, voluptates voluptas rem. `${theme.spacing(3)} !important` }} /> Rebecca Godman Javascript Developer
Sold Puma POPX Blue Color 4th October PUMA presents the latest shoes from its collection. Light & comfortable made with highly durable material. Customer Micheal Scott Price $375.00
Quantity 1
Design Review 4th October Weekly review of freshly prepared design for our new application. John Doe (Client)
) } export default TimelineRight