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.
46 lines
2.0 KiB
46 lines
2.0 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<template id="services_banner" name="Service Banner">
|
|
<section class="about_page">
|
|
<div class="wrapper">
|
|
<div class="container">
|
|
<div class="service">
|
|
<div class="service_wrapprer">
|
|
<img src="/theme_voltro/static/src/images/about/Services.svg"
|
|
alt=""/>
|
|
<h5>FREE AND FAST DELIVERY</h5>
|
|
<p>
|
|
Free delivery for all orders over $140
|
|
</p>
|
|
</div>
|
|
<div class="service_wrapprer">
|
|
<img src="/theme_voltro/static/src/images/about/Services (3).svg"
|
|
alt=""/>
|
|
<h5>24/7 CUSTOMER SERVICE</h5>
|
|
<p>
|
|
Friendly 24/7 customer support
|
|
</p>
|
|
</div>
|
|
<div class="service_wrapprer">
|
|
<img src="/theme_voltro/static/src/images/about/Services (4).svg"
|
|
alt=""/>
|
|
<h5>MONEY BACK GUARANTEE</h5>
|
|
<p>
|
|
We return money within 30 days
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</template>
|
|
<template id="services_banner_snippet_thumbnail"
|
|
inherit_id="website.snippets"
|
|
priority="8">
|
|
<xpath expr="//div[@id='snippet_structure']/div[hasclass('o_panel_body')]"
|
|
position="inside">
|
|
<t t-snippet="theme_voltro.services_banner"
|
|
t-thumbnail="/theme_voltro/static/src/images/banner/about-banner.png"/>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|