Files
design-themes/theme_real_estate/views/snippets/s_empowerment.xml
T

29 lines
1.1 KiB
XML
Raw Normal View History

2024-08-13 11:37:04 +02:00
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_empowerment" inherit_id="website.s_empowerment">
<!-- Badge content -->
<xpath expr="//span[hasclass('s_cta_badge')]" position="replace" mode="inner">
<i class="fa fa-fw fa-info-circle o_not-animable" role="img"/>&#160;&#160;Prime properties&#160;&#160;&#160;&#160;
<a href="#">View our listings&#160;&#160; <i class="fa fa-long-arrow-right" role="img"/></a>
</xpath>
<!-- Title -->
<xpath expr="//h1" position="replace" mode="inner">
Finding your dream home<br/>with expert real estate services
</xpath>
<!-- Paragraphs -->
<xpath expr="//p" position="replace" mode="inner">
<br/>Connecting you with the perfect property through personalized guidance.<br/><br/>
</xpath>
<!-- Button -->
<xpath expr="//a[hasclass('btn')][1]" position="replace" mode="inner">
Search for homes
</xpath>
<!-- Second Button -->
<xpath expr="//a[hasclass('btn')][2]" position="replace" mode="inner">
Contact an agent
</xpath>
</template>
</odoo>