Files
Antoine (anso) 4f1fdf7c41 [IMP] theme_real_estate: theme improvement
Revamp of `theme_real_estate`

task-4178611

closes odoo/design-themes#945

X-original-commit: 1201131f28
Signed-off-by: Outagant Mehdi (mou) <mou@odoo.com>
2024-09-26 17:21:42 +00:00

22 lines
593 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_banner" inherit_id="website.s_banner">
<!-- Title -->
<xpath expr="//h1" position="replace" mode="inner">
<b>Real Estate Agency.<br/>Near You.</b>
</xpath>
<!-- Paragraph -->
<xpath expr="//p" position="replace">
<p class="lead">Now you can find more than 5,000+ property choices with our professional agents!<br/></p>
</xpath>
<!-- Button -->
<xpath expr="//a[@t-att-href='cta_btn_href']" position="replace" mode="inner">
See properties
</xpath>
</template>
</odoo>