[IMP] theme_*: adapt s_split_intro snippet

*: anelusia, artists, avantgarde, aviato, beauty, bewise, bistro,
bookstore, buzzy, cobalt, enark, kiddo, loftspace, monglia, nano, notes,
odoo_experts, orchid, real_estate, treehouse, vehicle, yes, zap.

This commit reviews the occurrences of `s_split_intro` snippet across
design themes.

task-4077616
part of task-4077427

closes odoo/design-themes#876

Related: odoo/odoo#175321
Signed-off-by: Christopher du Toit (chto) <chto@odoo.com>
This commit is contained in:
Chrysanthe (chgo)
2024-08-01 13:45:39 +02:00
parent bd4b876b57
commit b93e7407e5
81 changed files with 462 additions and 0 deletions
+12
View File
@@ -929,4 +929,16 @@
</xpath>
</template>
<!-- ======== SPLIT INTRO ======== -->
<template id="s_split_intro" inherit_id="website.s_split_intro">
<!-- Title -->
<xpath expr="//h1" position="replace" mode="inner">
Transform your<br/>architectural vision
</xpath>
<!-- Paragraph -->
<xpath expr="//p" position="replace" mode="inner">
<br/>Step into the future with our cutting-edge solutions tailored to enhance your architectural projects. From optimizing designs to driving innovative outcomes, our tools provide the foundation for sustainable success. Dont let traditional methods limit your creative potential any longer.<br/><br/>
</xpath>
</template>
</odoo>