// ** MUI Imports
import Box from '@mui/material/Box'
import Button from '@mui/material/Button'
import Typography from '@mui/material/Typography'
const HelpCenterLandingFooter = () => {
return (
<>
Still need help?
Our specialists are always happy to help.
Contact us during standard business hours or email us 24/7, and we'll get back to you.
>
)
}
export default HelpCenterLandingFooter