mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
4f1fdf7c41
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>
22 lines
593 B
XML
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>
|