Files
design-themes/theme_anelusia/views/snippets/s_split_intro.xml
T
Chrysanthe (chgo) b93e7407e5 [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>
2025-02-17 11:58:30 +00:00

16 lines
653 B
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_split_intro" inherit_id="website.s_split_intro">
<!-- Title -->
<xpath expr="//h1" position="replace" mode="inner">
Discover new fashion trends
</xpath>
<!-- Paragraph -->
<xpath expr="//p" position="replace" mode="inner">
<br/>Step into the future with our inclusive styles designed to celebrate your unique expression. From expanding your wardrobe to embracing new trends, our collections provide the foundation for a vibrant fashion experience. Dont let conventional choices limit your style any longer.<br/><br/>
</xpath>
</template>
</odoo>