Odoo18-Base/addons/website/views/snippets/s_discovery.xml
2025-01-06 10:57:38 +07:00

21 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_discovery" name="Discovery">
<section class="s_discovery pt136 pb136">
<div class="container" style="text-align: center;">
<span class="s_cta_badge o_cc o_cc1 d-inline-block my-3 border rounded py-2 px-3 o_animable" data-snippet="s_cta_badge" data-name="CTA Badge" style="border-radius: 32px !important;">
<i class="fa fa-fw fa-info-circle o_not-animable" role="img"/>&#160;&#160;What do you want to promote&amp;nbsp;? &#160;&#160;&#160;&#160;<a href="#">See more <i class="fa fa-long-arrow-right" role="img"/></a>
</span>
<h1 class="display-2" style="text-align: center;">Discover our solutions</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.<br/><br/></p>
<p style="text-align: center;">
<a t-att-href="cta_btn_href" class="btn btn-primary mb-2"><t t-out="cta_btn_text">Our store</t></a>
<a t-att-href="cta_btn_href" class="btn btn-secondary mb-2"><t t-out="cta_btn_text">Contact us</t></a>
</p>
</div>
</section>
</template>
</odoo>