import React from 'react'; const LandingLogoText = ({ width = 188, height = 27, color = '#fff' }) => ( ); export default LandingLogoText;