Product Spotlight
Note: there can be as many li items as you'd like to include here. The dimensions need to stay on the image.
<div class="two-column">
<div class="column">
<h2> Product Spotlight:</h2>
<a href="#link to product page goes here">
<h3>Name of product goes here</h3>
</a>
<p>body text goes here</p>
<h3>Key Features:</h3>
<ul>
<li>product attributes go here</li>
</ul>
<a class="button" href="#button link goes here">button text goes here</a>
</div>
<div class="column">
<a href="h#image link goes here">
<img class="center" src="#image source goes here" alt="image description goes here" height="500">
</a>
</div>
</div>