Files
design-themes/theme_aviato/views/snippets/s_wavy_grid.xml
T
Brieuc-brd ebb9ca2ab3 [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>
2024-09-21 16:34:53 +00:00

42 lines
1.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_wavy_grid" inherit_id="website.s_wavy_grid">
<!-- Layout -->
<xpath expr="//section" position="attributes">
<attribute name="data-oe-shape-data"/>
</xpath>
<xpath expr="//div[hasclass('o_we_shape')]" position="replace"/>
<!-- Texts -->
<xpath expr="//h2" position="replace" mode="inner">
What we deliver to our travelers
</xpath>
<xpath expr="//h3" position="replace" mode="inner">
Tailored Journeys
</xpath>
<xpath expr="//p" position="replace" mode="inner">
We craft personalized itineraries to match your travel dreams. Our team works with you to ensure a seamless adventure from start to finish.
</xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner">
Sustainable Travel
</xpath>
<xpath expr="(//p)[2]" position="replace" mode="inner">
Your satisfaction is our priority. Our support team is always ready to assist, ensuring you have a smooth and memorable journey.
</xpath>
<xpath expr="(//h3)[3]" position="replace" mode="inner">
Quality and Experience
</xpath>
<xpath expr="(//p)[3]" position="replace" mode="inner">
With vast experience and deep travel knowledge, we offer insights and destinations that keep you ahead of the curve.
</xpath>
<xpath expr="(//h3)[4]" position="replace" mode="inner">
Expertise and Adventure
</xpath>
<xpath expr="(//p)[4]" position="replace" mode="inner">
We provide cutting-edge travel solutions to explore the world. Leveraging the latest trends, we help you achieve your travel goals.
</xpath>
</template>
</odoo>