class Footer extends React.Component { constructor(props) { super(props); this.state = { } } render() { return (
{/*

Go Mobile!

Access our products from the comfort of your mobile device. Join us now for an enhanced experience!

Loyalty Points!

Enjoy of the benefits brought to you by our Loyalty Point System!

SIGN UP FOR EMAIL OFFERS!

Exclusive deals, delivered straight to your inbox.

*/}
); } }