[IMP] theme_*: adapt s_cards_grid

task-4104964

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:
mano-odoo
2024-09-11 18:09:24 +02:00
committed by qsm-odoo
parent 11b9705708
commit 8e2ad3496f
34 changed files with 823 additions and 0 deletions
+36
View File
@@ -781,4 +781,40 @@
</xpath>
</template>
<!-- ======== CARDS GRID ======== -->
<template id="s_cards_grid" inherit_id="website.s_cards_grid">
<!-- Title -->
<xpath expr="//h3" position="replace" mode="inner">
Unleash the Power of Our Sports Cars
</xpath>
<!-- Card 1 -->
<xpath expr="(//h5)[1]" position="replace" mode="inner">
High-Performance Engine
</xpath>
<xpath expr="(//p)[1]" position="replace" mode="inner">
Experience thrilling acceleration and top speeds with our sports cars high-performance engine, designed for an exhilarating driving experience on both the track and the road.
</xpath>
<!-- Card 2 -->
<xpath expr="(//h5)[2]" position="replace" mode="inner">
Sporty Interior
</xpath>
<xpath expr="(//p)[2]" position="replace" mode="inner">
Immerse yourself in a driver-focused cockpit with sport seats, intuitive controls, and premium materials, all crafted to enhance your driving pleasure and comfort.
</xpath>
<!-- Card 3 -->
<xpath expr="(//h5)[3]" position="replace" mode="inner">
Precision Handling
</xpath>
<xpath expr="(//p)[3]" position="replace" mode="inner">
Enjoy exceptional control and responsiveness with advanced suspension systems and precise steering, offering unmatched agility and cornering capabilities.
</xpath>
<!-- Card 4 -->
<xpath expr="(//h5)[4]" position="replace" mode="inner">
Aerodynamic Design
</xpath>
<xpath expr="(//p)[4]" position="replace" mode="inner">
Achieve optimal performance with a sleek, aerodynamic design that reduces drag and enhances stability, ensuring superior speed and efficiency.
</xpath>
</template>
</odoo>