[IMP] theme_*: adapt s_wavy_grid

This commit adapts customizations for `s_wavy_grid`, added in
https://github.com/odoo/odoo/pull/177620

task-4105125
Part of task-4077427

Part-of: odoo/design-themes#919
Related: odoo/odoo#180736
Signed-off-by: Benjamin Vray (bvr) <bvr@odoo.com>
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
Brieuc-brd
2024-08-22 18:03:22 +02:00
committed by qsm-odoo
parent 9eecd12db1
commit ebb9ca2ab3
73 changed files with 1465 additions and 0 deletions
+31
View File
@@ -510,5 +510,36 @@
</xpath>
</template>
<!-- ===== WAVY GRID ======== -->
<template id="s_wavy_grid" inherit_id="website.s_wavy_grid">
<xpath expr="//h2" position="replace" mode="inner">
What we envision for our clients
</xpath>
<xpath expr="//h3" position="replace" mode="inner">
Revolutionary Concepts
</xpath>
<xpath expr="//p" position="replace" mode="inner">
We design groundbreaking solutions that push the boundaries of creativity. Our team collaborates with you to bring visionary ideas to life from start to finish.
</xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner">
Sustainable Innovation
</xpath>
<xpath expr="(//p)[2]" position="replace" mode="inner">
Your satisfaction fuels our drive. Our support team is ever-ready to guide you, ensuring a seamless and impactful experience.
</xpath>
<xpath expr="(//h3)[3]" position="replace" mode="inner">
Excellence and Innovation
</xpath>
<xpath expr="(//p)[3]" position="replace" mode="inner">
With profound expertise and forward-thinking strategies, we deliver insights that keep you ahead of the curve.
</xpath>
<xpath expr="(//h3)[4]" position="replace" mode="inner">
Expertise and Vision
</xpath>
<xpath expr="(//p)[4]" position="replace" mode="inner">
We offer cutting-edge innovations to tackle modern challenges. Embracing the latest advancements, we help you redefine success.
</xpath>
</template>
</odoo>