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

42 lines
2.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_faq_list" name="FAQ List">
<section class="s_faq_list pt56 pb56">
<div class="container">
<div class="row s_nb_column_fixed">
<div class="col-lg-12 pb24">
<h3>Need help?</h3>
<p class="lead">In this section, you can address common questions efficiently.</p>
</div>
<div class="col-lg-4 pt16 pb16">
<h6><strong>What sets us apart?</strong></h6>
<p>We deliver personalized solutions, ensuring that every customer receives top-tier service tailored to their needs.</p>
</div>
<div class="col-lg-4 pt16 pb16">
<h6><strong>Is the website user-friendly?</strong></h6>
<p>Our website is designed for easy navigation, allowing you to find the information you need quickly and efficiently.</p>
</div>
<div class="col-lg-4 pt16 pb16">
<h6><strong>Can you trust our partners?</strong></h6>
<p>We collaborate with trusted, high-quality partners to bring you reliable and top-notch products and services.</p>
</div>
<div class="col-lg-4 pt16 pb16">
<h6><strong>What support do we offer?</strong></h6>
<p>We provide 24/7 support through various channels, including live chat, email, and phone, to assist with any queries.</p>
</div>
<div class="col-lg-4 pt16 pb16">
<h6><strong>How is your data secured?</strong></h6>
<p>Your data is protected by advanced encryption and security protocols, keeping your personal information safe.</p>
</div>
<div class="col-lg-4 pt16 pb16">
<h6><strong>Are links to other websites approved?</strong></h6>
<p>Although this Website may be linked to other websites, we are not, directly or indirectly, implying any approval.</p>
</div>
</div>
</div>
</section>
</template>
</odoo>