2024-08-03 16:14:32 +02:00
<?xml version="1.0" encoding="utf-8"?>
<odoo >
<template id= "s_framed_intro" inherit_id= "website.s_framed_intro" >
<!-- Section -->
<xpath expr= "//section" position= "attributes" >
2024-09-19 18:09:29 +02:00
<attribute name= "class" add= "o_cc o_cc3 pt80 pb80" remove= "pt56 pb56" separator= " " />
2024-08-03 16:14:32 +02:00
</xpath>
<!-- Title -->
<xpath expr= "//h1" position= "replace" mode= "inner" >
2024-09-27 17:02:35 +02:00
Unplug & Unwind: The <span class= "o_text_highlight o_translate_inline o_text_highlight_underline" style= "--text-highlight-width: 6px; --text-highlight-color: var(--o-color-1);" > Ultimate</span> Music Experience
2024-08-03 16:14:32 +02:00
</xpath>
<!-- Image -->
<xpath expr= "//div[hasclass('col-lg-5')]" position= "attributes" >
<attribute name= "class" add= "o_cc4" remove= "o_cc2" separator= " " />
</xpath>
<xpath expr= "//img" position= "attributes" >
<attribute name= "src" > /web/image/website.s_three_columns_default_image_2</attribute>
</xpath>
2024-09-19 18:09:29 +02:00
<xpath expr= "//p" position= "replace" mode= "inner" >
A groundbreaking force in modern rock, bringing an electrifying blend of high-energy performances and innovative sound
</xpath>
2024-08-03 16:14:32 +02:00
</template>
</odoo>