22 lines
1.1 KiB
XML
22 lines
1.1 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<odoo>
|
||
|
|
||
|
<template id="s_closer_look" name="Closer Look">
|
||
|
<section class="s_closer_look pt96">
|
||
|
<div class="container">
|
||
|
<h1 class="display-3" style="text-align: center;">Take a closer look</h1>
|
||
|
<p class="lead" style="text-align: center;">Write one or two paragraphs describing your product, services or a specific feature.<br/> To be successful your content needs to be useful to your readers.</p>
|
||
|
<p style="text-align: center;">
|
||
|
<a t-att-href="cta_btn_href" class="btn btn-primary mb-2">Start Now</a>
|
||
|
<a t-att-href="cta_btn_href" class="btn btn-outline-primary mb-2"><t t-out="cta_btn_text">Contact us</t></a>
|
||
|
</p>
|
||
|
<p>
|
||
|
<br/>
|
||
|
</p>
|
||
|
<img class="img-fluid mx-auto" data-shape="web_editor/devices/macbook_front" data-file-name="s_closer_look.jpg" data-original-mimetype="image/jpeg" src="/web_editor/image_shape/website.s_closer_look_default_image/web_editor/devices/macbook_front.svg" alt=""/>
|
||
|
</div>
|
||
|
</section>
|
||
|
</template>
|
||
|
|
||
|
</odoo>
|