File: s_faq_list.xml

package info (click to toggle)
odoo 18.0.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 878,716 kB
  • sloc: javascript: 927,937; python: 685,670; xml: 388,524; sh: 1,033; sql: 415; makefile: 26
file content (41 lines) | stat: -rw-r--r-- 2,214 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?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>