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

61 lines
3.8 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_cards_grid" name="Cards Grid">
<section class="s_cards_grid o_colored_level o_cc o_cc2 pt64 pb64">
<div class="container">
<div class="row s_nb_column_fixed">
<div class="col-lg-12">
<h3>Features that set us apart</h3>
</div>
<div data-name="Card" class="col-lg-6">
<div class="s_card o_card_img_horizontal o_cc o_cc1 card flex-lg-row" data-vxml="001" data-snippet="s_card" data-name="Card" style="--card-img-size-h: 25%;">
<figure class="o_card_img_wrapper ratio ratio-1x1 mb-0">
<img class="o_card_img rounded-start" src="/web/image/website.s_key_images_default_image_1" alt=""/>
</figure>
<div class="card-body">
<h5 class="card-title">Quality and Excellence</h5>
<p class="card-text">We provide personalized solutions to meet your unique needs. Our team works with you to ensure optimal results from start to finish.</p>
</div>
</div>
</div>
<div data-name="Card" class="col-lg-6">
<div class="s_card o_card_img_horizontal o_cc o_cc1 card flex-lg-row" data-vxml="001" data-snippet="s_card" data-name="Card" style="--card-img-size-h: 25%;">
<figure class="o_card_img_wrapper ratio ratio-1x1 mb-0">
<img class="o_card_img rounded-start" src="/web/image/website.s_key_images_default_image_2" alt=""/>
</figure>
<div class="card-body">
<h5 class="card-title">Expertise and Knowledge</h5>
<p class="card-text">Customer satisfaction is our priority. Our support team is always ready to assist, ensuring you have a smooth and successful experience.</p>
</div>
</div>
</div>
<div data-name="Card" class="col-lg-6">
<div class="s_card o_card_img_horizontal o_cc o_cc1 card flex-lg-row" data-vxml="001" data-snippet="s_card" data-name="Card" style="--card-img-size-h: 25%;">
<figure class="o_card_img_wrapper ratio ratio-1x1 mb-0">
<img class="o_card_img rounded-start" src="/web/image/website.s_key_images_default_image_3" alt=""/>
</figure>
<div class="card-body">
<h5 class="card-title">Eco-Friendly Solutions</h5>
<p class="card-text">We offer cutting-edge products and services to tackle modern challenges. Leveraging the latest technology, we help you achieve your goals.</p>
</div>
</div>
</div>
<div data-name="Card" class="col-lg-6">
<div class="s_card o_card_img_horizontal o_cc o_cc1 card flex-lg-row" data-vxml="001" data-snippet="s_card" data-name="Card" style="--card-img-size-h: 25%;">
<figure class="o_card_img_wrapper ratio ratio-1x1 mb-0">
<img class="o_card_img rounded-start" src="/web/image/website.s_key_images_default_image_4" alt=""/>
</figure>
<div class="card-body">
<h5 class="card-title">Tailored Solutions</h5>
<p class="card-text">With extensive experience and deep industry knowledge, we provide insights and solutions that keep you ahead of the curve.</p>
</div>
</div>
</div>
</div>
</div>
</section>
</template>
</odoo>