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

22 lines
975 B
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_picture" name="Title - Image">
<section class="s_picture pt64 pb64">
<div class="o_container_small">
<h2 style="text-align: center;">Step Up Your Game</h2>
<p style="text-align: center;">Experience unparalleled comfort, cutting-edge design, and performance-enhancing<br/>technology with this latest innovation, crafted to elevate every athlete's journey.</p>
<div class="row">
<div class="col-lg-12 pt24" style="text-align: center;">
<figure class="figure">
<img src="/web/image/website.s_picture_default_image" class="figure-img img-fluid rounded" alt=""/>
<figcaption class="figure-caption text-muted mt-2">Where innovation meets performance</figcaption>
</figure>
</div>
</div>
</div>
</section>
</template>
</odoo>