You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

87 lines
4.4 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<template id="index_expect_feature" name="Index Expect Feature2 snippet">
<!-- Designed to showcase the services offered by a commercial or residential sanitizing company. -->
<!-- It includes information on what to expect from the service and a call to action -->
<!-- for customers to get a price quote.-->
<section class="expect py-5 pb-5">
<div class="exp_wrapper">
<div class="container">
<div class="row">
<div class="col-lg-6 col-12">
<div class="ex-1">
<h4 class="sub-head">
What to expect
<div class="ex-line">
</div>
</h4>
<div class="main-head">
<h2>
Ready for Your Home or Office to Feel
Rejuvenated?
</h2>
</div>
<p>
Lorem ipsum viverra feugiat. Pellen tesque
libero ut justo,
ultrices in ligula. Semper at tempufddfel.
Lorem ipsum dolor sit amet consectetur
adipisicing elit. Non
quae, fugiat.
</p>
<div class="expect_bottom">
<div class="clean">
<span class="fas fa-paint-brush"></span>
<div class="wrapper">
<h4>
100k+
</h4>
<p>
cleans.
</p>
</div>
</div>
<div class="clean">
<span class="far fa-life-ring"></span>
<div class="wrapper">
<h4>
100%
</h4>
<p>
cleans.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-12 ">
<div class="exp_right">
<div class="about-img">
<img src="/theme_splash/static/src/images/exp/image2.jpg"/>
</div>
<div class="description">
<div class="wrapper">
<h4>
Get a Price Quote Today!
</h4>
<p>
Trust us with all of your commercial
<br/>
or residential sanitizing needs.
</p>
<span class="fas fa-mobile-alt">
<a href="tel: 1-800-654-3210">
1-800-654-3210
</a>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</template>
</odoo>