mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
1201131f28
Revamp of `theme_real_estate` task-4178611 closes odoo/design-themes#906 Signed-off-by: Outagant Mehdi (mou) <mou@odoo.com>
32 lines
1.3 KiB
XML
32 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="s_key_benefits" inherit_id="website.s_key_benefits">
|
|
<!-- Section -->
|
|
<xpath expr="//section" position="attributes">
|
|
<attribute name="class" add="o_cc o_cc2" separator=" "/>
|
|
</xpath>
|
|
<!-- Titles -->
|
|
<xpath expr="(//h3)[1]" position="replace" mode="inner">
|
|
Personalized Property Searches
|
|
</xpath>
|
|
<xpath expr="(//h3)[2]" position="replace" mode="inner">
|
|
Dedicated Client Support
|
|
</xpath>
|
|
<xpath expr="(//h3)[3]" position="replace" mode="inner">
|
|
Exclusive Listings
|
|
</xpath>
|
|
<!-- Paragraphs -->
|
|
<xpath expr="//div[hasclass('col-lg-4')][1]/p" position="replace" mode="inner">
|
|
We offer customized property searches based on your specific preferences and needs, helping you find the perfect home or investment.
|
|
</xpath>
|
|
<xpath expr="//div[hasclass('col-lg-4')][2]/p" position="replace" mode="inner">
|
|
Our team provides continuous support throughout the buying or selling process, ensuring a smooth and stress-free experience.
|
|
</xpath>
|
|
<xpath expr="//div[hasclass('col-lg-4')][3]/p" position="replace" mode="inner">
|
|
Access unique and high-value properties that are not widely available, giving you an edge in finding exceptional real estate opportunities.
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|