|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/tomcochemical/ |
Upload File : |
<?php
$pageTitle = "About Us";
$pageDescription = "Tomco Chemical has been helping its customers to meet their waste management needs since 1982. Tomco’s Liquid IN-GEST-O-Bac breaks down solids and reduces odor in a safe and sustainable fashion for humans and the environment. ";
include('inc/header.php')
?>
<div class="row">
<div class="large-12 columns">
<center><h2>About Us</h2></center>
</div>
</div>
<div class="row">
<div class="medium-3 large-4 columns hide-for-small">
<img src="images/swine-manure.jpg" class="stretch">
</div>
<div class="large-4 medium-6 columns">
<br class="show-for-small" />
<p class="font-2">Tomco Chemical has provided bacterial products designed specifically to break down solids and reduce odors since 1982. We are proud to work with our customers and help them meet their waste management needs. Tomco Chemical strives to protect the environment, allowing waste created by your business to be managed in a safe, sustainable fashion.</p>
<p class="font-2">Our guarantee is a testament to our product. If you are
unsatisfied with our LIQUID IN-GEST-O-BAC, we will refund your money, including delivery costs. We stand behind our LIQUID IN-GEST-O-BAC with the knowledge that, when used properly, it will meet your needs and exceed expectations when breaking down solids and reducing odor.</p>
<span itscope itemtype="http://schema.org/Organization">
<p class="font-2">Allow us the opportunity to answer questions specific to your needs by calling Tomco Chemical at <a href="tel:+18006453285" itemprop="telephone">1 (800) 645-3285</a>, or <a target="_blank" href="mailto:[email protected]">sending us an e-mail by clicking here</a>.</p>
</span>
</div>
<div class="large-4 medium-3 columns">
<img src="images/clean.jpg" alt="swine manure" class="stretch">
</div>
</div>
<?php include('inc/footer.php') ?>