import Box from '@mui/joy/Box'; import Button from '@mui/joy/Button'; import Typography from '@mui/joy/Typography'; import ArrowForward from '@mui/icons-material/ArrowForward'; import Star from '@mui/icons-material/Star'; import TwoSidedLayout from '../components/TwoSidedLayout'; export default function HeroLeft08() { return ( A large headlinerer about our product features & services A descriptive secondary text placeholder. Use it to explain your business offer better. *': { flex: 'auto' }, }} > ({ display: 'flex', columnGap: 4.5, rowGap: 1.5, textAlign: 'center', alignSelf: 'stretch', '& > *': { flex: 1, display: 'flex', flexDirection: 'column', gap: 1.5, alignItems: 'center', }, [theme.breakpoints.up(834)]: { textAlign: 'left', '& > *': { alignItems: 'initial', }, }, })} >
} sx={{ fontSize: 'xl4', fontWeight: 'lg' }} > 4.9 Rated by 5k people on trustpilot.com
9.5k+ Active users from the top world companies.
HeroLeft08
); }