<div class="error-text">
<h1>We're sorry, something went wrong on our end.</h1>
<h3>Please check the URL and try again.</h3>
</div>
<div class="error-category">
<h2>Alternatively, you can try browsing through our product categories:</h2>
<div class="container row">
<div class="col-xs-12 col-sm-3"><a class="btn btn-default btn-block">Category 1</a></div>
<div class="col-xs-12 col-sm-3"><a class="btn btn-default btn-block">Category 2</a></div>
<div class="col-xs-12 col-sm-3"><a class="btn btn-default btn-block">Category 3</a></div>
<div class="col-xs-12 col-sm-3"><a class="btn btn-default btn-block">Category 4</a></div>
</div>
</div>
<div class="error-info container row">
<div class="error-contact col-xs-12 col-sm-6">
// Contact icon goes here
<h4>Still having trouble? We can give you a hand.</h4>
<p>We are available 24/7 through LiveChat, which is located on the bottom right of every page. If you would like to talk over the phone, you can reach us at:</p>
<a class="btn btn-primary" href="tel:1300 464 353">1300 4 Miele (1300 464 353)</a></div>
<div class="error-clock col-xs-12 col-sm-6">
// Clock icon goes here
<h4>Opening hours</h4>
<p>The operating hours for our Customer Care Center are:</p>
<ul>
<li><b>Monday to Friday: </b>7am - 7pm (AEDT)</li>
<li><b>Saturday: </b>9am - 5pm (AEDT)</li>
<li><b>Sunday: </b>Closed</li>
</ul>
</div>
</div>