Odoo18-Base/addons/website/views/snippets/s_shape_image.xml

25 lines
1.2 KiB
XML
Raw Permalink Normal View History

2025-01-06 10:57:38 +07:00
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_shape_image" name="Shape image">
<section class="s_shape_image pt32 pb32">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-5 pt16 pb16">
<img class="img img-fluid" data-shape="web_editor/composite/composite_double_pill" data-file-name="s_shape_image_default_image.jpg" data-original-mimetype="image/jpeg" src="/web_editor/image_shape/website.s_shape_image_default_image/web_editor/composite/composite_double_pill.svg" alt=""/>
</div>
<div class="col-lg-6 offset-lg-1 pt16 pb16">
<h2 class="h3-fs">About our product line</h2>
<p><br/>Our product line offers a range of innovative solutions designed to meet your needs. Each product is crafted for quality and reliability.</p>
<p>Enhance your experience with our user-focused designs, ensuring you get the best value.<br/></p>
<p>
<a href="#" class="btn btn-primary">Learn more</a>
</p>
</div>
</div>
</div>
</section>
</template>
</odoo>