[IMP] theme_*: adapt s_key_benefits within themes

*: artists, avantgarde, aviato, beauty, bewise, bistro, bookstore, buzzy,
clean, cobalt, enark, graphene, kea, kiddo, lofspace, monglia, nano,
notes, odoo_experts, orchid, paptic, real_estate, treehouse, vehicle,
yes, zap

This commit reviews the `s_key_benefits` snippet occurrences within
design themes.

task-4104927
part of task-4077427

closes odoo/design-themes#871

Related: odoo/odoo#176638
Signed-off-by: Benoit Socias (bso) <bso@odoo.com>
This commit is contained in:
Chrysanthe (chgo)
2024-08-14 09:07:39 +02:00
parent 30e8f21e66
commit 3be4d83c91
45 changed files with 703 additions and 0 deletions
+1
View File
@@ -35,6 +35,7 @@
'views/snippets/s_color_blocks_2.xml',
'views/snippets/s_numbers_showcase.xml',
'views/snippets/s_accordion_image.xml',
'views/snippets/s_key_benefits.xml',
'views/new_page_template.xml',
],
'images': [
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_key_benefits" inherit_id="website.s_key_benefits">
<!-- Titles -->
<xpath expr="(//h3)[1]" position="replace" mode="inner">
Bespoke Art Creations
</xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner">
Dedicated Artist Support
</xpath>
<xpath expr="(//h3)[3]" position="replace" mode="inner">
Exclusive Artworks
</xpath>
<!-- Paragraphs -->
<xpath expr="//div[hasclass('col-lg-4')][2]/p" position="replace" mode="inner">
We craft personalized artworks that capture your vision and style, delivering unique pieces that reflect your individuality.
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][3]/p" position="replace" mode="inner">
Receive ongoing guidance and assistance throughout your project, ensuring that your artistic needs and preferences are fully realized.
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][4]/p" position="replace" mode="inner">
Explore one-of-a-kind pieces and limited editions that showcase exceptional creativity and offer a distinctive touch to your collection.
</xpath>
</template>
</odoo>
+24
View File
@@ -258,4 +258,28 @@
</xpath>
</template>
<!-- ======== KEY BENEFITS ======== -->
<template id="s_key_benefits" inherit_id="website.s_key_benefits">
<!-- Titles -->
<xpath expr="(//h3)[1]" position="replace" mode="inner">
Tailored Pricing
</xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner">
Continuous Support
</xpath>
<xpath expr="(//h3)[3]" position="replace" mode="inner">
Tax-Free Services
</xpath>
<!-- Paragraphs -->
<xpath expr="//div[hasclass('col-lg-4')][2]/p" position="replace" mode="inner">
We provide custom pricing based on the unique needs of your project, ensuring you receive exceptional design services that fit your budget.
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][3]/p" position="replace" mode="inner">
Our team is here to assist you at every stage of your project, ensuring a smooth and stress-free process for your project.
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][4]/p" position="replace" mode="inner">
We maximize value by offering tax-efficient design services, helping you achieve your vision while keeping your project financially streamlined.
</xpath>
</template>
</odoo>
+1
View File
@@ -23,6 +23,7 @@
'views/snippets/s_quotes_carousel.xml',
'views/snippets/s_unveil.xml',
'views/snippets/s_accordion_image.xml',
'views/snippets/s_key_benefits.xml',
'views/new_page_template.xml',
],
'images': [
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_key_benefits" inherit_id="website.s_key_benefits">
<!-- Titles -->
<xpath expr="//h2" position="attributes">
<attribute name="class" add="display-4" remove="display-3" separator=" "/>
</xpath>
<xpath expr="(//h3)[1]" position="replace" mode="inner">
<h5>Personalized Itineraries</h5>
</xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner">
<h5>24/7 Travel Support</h5>
</xpath>
<xpath expr="(//h3)[3]" position="replace" mode="inner">
<h5>Exclusive Experiences</h5>
</xpath>
<!-- Paragraphs -->
<xpath expr="//div[hasclass('col-lg-4')][2]/p" position="replace" mode="inner">
We craft custom travel plans that suit your interests and needs, ensuring every trip is unique and unforgettable.
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][3]/p" position="replace" mode="inner">
Our dedicated team is here to assist you at any time, from the moment you book until you return home safely.
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][4]/p" position="replace" mode="inner">
Gain access to curated experiences and hidden gems that go beyond the usual tourist paths, making your journey truly special.
</xpath>
</template>
</odoo>
+1
View File
@@ -29,6 +29,7 @@
'views/snippets/s_unveil.xml',
'views/snippets/s_numbers_showcase.xml',
'views/snippets/s_accordion_image.xml',
'views/snippets/s_key_benefits.xml',
'views/new_page_template.xml',
],
'images': [
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_key_benefits" inherit_id="website.s_key_benefits">
<!-- Titles -->
<xpath expr="(//h3)[1]" position="replace" mode="inner">
Custom Beauty Solutions
</xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner">
Expert Support Anytime
</xpath>
<xpath expr="(//h3)[3]" position="replace" mode="inner">
Exclusive Cosmetics Offers
</xpath>
<!-- Paragraphs -->
<xpath expr="//div[hasclass('col-lg-4')][2]/p" position="replace" mode="inner">
We provide custom pricing based on the unique needs of your project, ensuring you receive exceptional design services that fit your budget.
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][3]/p" position="replace" mode="inner">
Our team is here to assist you at every stage of your project, ensuring a smooth and stress-free process for your project.
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][4]/p" position="replace" mode="inner">
Enjoy access to special promotions and exclusive deals that elevate your beauty routine while offering great value.
</xpath>
</template>
</odoo>
+24
View File
@@ -453,4 +453,28 @@
</xpath>
</template>
<!-- ======== KEY BENEFITS ======== -->
<template id="s_key_benefits" inherit_id="website.s_key_benefits">
<!-- Titles -->
<xpath expr="(//h3)[1]" position="replace" mode="inner">
Tailored Academic Programs
</xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner">
24/7 Academic Support
</xpath>
<xpath expr="(//h3)[3]" position="replace" mode="inner">
Exclusive Opportunities
</xpath>
<!-- Paragraphs -->
<xpath expr="//div[hasclass('col-lg-4')][2]/p" position="replace" mode="inner">
Explore customized academic programs designed to match your interests and career goals, providing a personalized educational experience.
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][3]/p" position="replace" mode="inner">
Receive continuous assistance and guidance from our dedicated staff, available around the clock to help with your academic needs.
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][4]/p" position="replace" mode="inner">
Gain access to unique scholarships, internships, and research programs that enhance your educational journey and career prospects.
</xpath>
</template>
</odoo>
+1
View File
@@ -27,6 +27,7 @@
'views/snippets/s_text_block.xml',
'views/snippets/s_text_image.xml',
'views/snippets/s_accordion_image.xml',
'views/snippets/s_key_benefits.xml',
'views/new_page_template.xml',
],
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_key_benefits" inherit_id="website.s_key_benefits">
<!-- Titles -->
<xpath expr="(//h3)[1]" position="replace" mode="inner">
Curated Menus
</xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner">
Attentive Service
</xpath>
<xpath expr="(//h3)[3]" position="replace" mode="inner">
Exclusive Events
</xpath>
<!-- Paragraphs -->
<xpath expr="//div[hasclass('col-lg-4')][2]/p" position="replace" mode="inner">
Enjoy thoughtfully crafted dishes that highlight seasonal ingredients and local flavors, offering a unique dining experience.
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][3]/p" position="replace" mode="inner">
Our team is here to provide warm, personalized service, ensuring that every visit is comfortable and memorable.
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][4]/p" position="replace" mode="inner">
Take part in special events and tasting nights that showcase new dishes, local wines, and culinary creativity.
</xpath>
</template>
</odoo>
+1
View File
@@ -32,6 +32,7 @@
'views/snippets/s_quotes_carousel.xml',
'views/snippets/s_unveil.xml',
'views/snippets/s_numbers_showcase.xml',
'views/snippets/s_key_benefits.xml',
'views/new_page_template.xml',
],
'images': [
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_key_benefits" inherit_id="website.s_key_benefits">
<!-- Titles -->
<xpath expr="(//h3)[1]" position="replace" mode="inner">
Curated Collections
</xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner">
Personalized Recommendations
</xpath>
<xpath expr="(//h3)[3]" position="replace" mode="inner">
Exclusive Book Events
</xpath>
<!-- Paragraphs -->
<xpath expr="//div[hasclass('col-lg-4')][2]/p" position="replace" mode="inner">
Explore handpicked books that cater to all interests, offering a carefully selected range of genres and authors.
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][3]/p" position="replace" mode="inner">
Our knowledgeable staff provides tailored book suggestions, helping you discover new favorites that match your taste.
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][4]/p" position="replace" mode="inner">
Join us for author signings, readings, and special events that connect you with the literary community.
</xpath>
</template>
</odoo>
+1
View File
@@ -43,6 +43,7 @@
'views/snippets/s_blockquote.xml',
'views/snippets/s_numbers_showcase.xml',
'views/snippets/s_accordion_image.xml',
'views/snippets/s_key_benefits.xml',
'views/new_page_template.xml',
],
'images': [
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_key_benefits" inherit_id="website.s_key_benefits">
<!-- Titles -->
<xpath expr="(//h3)[1]" position="replace" mode="inner">
Strategic Solutions
</xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner">
Dedicated Support
</xpath>
<xpath expr="(//h3)[3]" position="replace" mode="inner">
Exclusive Partnerships
</xpath>
<!-- Paragraphs -->
<xpath expr="//div[hasclass('col-lg-4')][2]/p" position="replace" mode="inner">
We offer tailored strategies that align with your business goals, driving growth and maximizing efficiency.
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][3]/p" position="replace" mode="inner">
Our team provides continuous support, ensuring your projects run smoothly and challenges are addressed promptly.
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][4]/p" position="replace" mode="inner">
Benefit from unique collaborations and partnerships that give your business a competitive edge in the market.
</xpath>
</template>
</odoo>
+1
View File
@@ -26,6 +26,7 @@
'views/snippets/s_product_catalog.xml',
'views/snippets/s_quotes_carousel.xml',
'views/snippets/s_unveil.xml',
'views/snippets/s_key_benefits.xml',
'views/new_page_template.xml',
],
'images': [
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_key_benefits" inherit_id="website.s_key_benefits">
<!-- Titles -->
<xpath expr="(//h3)[1]" position="replace" mode="inner">
Customized Legal Strategies
</xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner">
Ongoing Client Support
</xpath>
<xpath expr="(//h3)[3]" position="replace" mode="inner">
Exclusive Legal Resources
</xpath>
<!-- Paragraphs -->
<xpath expr="//div[hasclass('col-lg-4')][2]/p" position="replace" mode="inner">
We develop tailored legal strategies that align with your specific needs, ensuring effective and precise solutions.
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][3]/p" position="replace" mode="inner">
Our team provides continuous support throughout your legal journey, guiding you through every step with clarity and care.
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][4]/p" position="replace" mode="inner">
Access specialized resources and expert insights that strengthen your case and keep you informed on all legal matters.
</xpath>
</template>
</odoo>
+24
View File
@@ -275,4 +275,28 @@
</xpath>
</template>
<!-- ======== KEY BENEFITS ======== -->
<template id="s_key_benefits" inherit_id="website.s_key_benefits">
<!-- Titles -->
<xpath expr="(//h3)[1]" position="replace" mode="inner">
Tailored Development Plans
</xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner">
Continuous Project Support
</xpath>
<xpath expr="(//h3)[3]" position="replace" mode="inner">
Innovative Solutions
</xpath>
<!-- Paragraphs -->
<xpath expr="//div[hasclass('col-lg-4')][2]/p" position="replace" mode="inner">
We create customized development strategies that meet your projects unique requirements, ensuring successful outcomes.
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][3]/p" position="replace" mode="inner">
Our team offers ongoing support throughout every phase of development, ensuring your project stays on track and on time.
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][4]/p" position="replace" mode="inner">
Leverage cutting-edge technologies and innovative approaches that drive your development projects forward and deliver exceptional results.
</xpath>
</template>
</odoo>
+1
View File
@@ -22,6 +22,7 @@
'views/snippets/s_parallax.xml',
'views/snippets/s_image_gallery.xml',
'views/snippets/s_unveil.xml',
'views/snippets/s_key_benefits.xml',
'views/new_page_template.xml',
],
'images': [
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_key_benefits" inherit_id="website.s_key_benefits">
<!-- Titles -->
<xpath expr="(//h3)[1]" position="replace" mode="inner">
Custom Design Solutions
</xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner">
End-to-End Support
</xpath>
<xpath expr="(//h3)[3]" position="replace" mode="inner">
Innovative Architecture
</xpath>
<!-- Paragraphs -->
<xpath expr="//div[hasclass('col-lg-4')][2]/p" position="replace" mode="inner">
We create tailored architectural designs that reflect your vision and meet the unique needs of your project.
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][3]/p" position="replace" mode="inner">
Our team provides comprehensive support from concept to completion, ensuring every detail of your project is expertly managed.
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][4]/p" position="replace" mode="inner">
Experience cutting-edge designs that blend creativity with functionality, pushing the boundaries of modern architecture.
</xpath>
</template>
</odoo>
+24
View File
@@ -279,4 +279,28 @@
</xpath>
</template>
<!-- ======== KEY BENEFITS ======== -->
<template id="s_key_benefits" inherit_id="website.s_key_benefits">
<!-- Titles -->
<xpath expr="(//h3)[1]" position="replace" mode="inner">
Tailored Service Solutions
</xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner">
24/7 Client Support
</xpath>
<xpath expr="(//h3)[3]" position="replace" mode="inner">
Exclusive Service Benefits
</xpath>
<!-- Paragraphs -->
<xpath expr="//div[hasclass('col-lg-4')][2]/p" position="replace" mode="inner">
We provide customized service offerings designed to meet your specific needs, ensuring optimal results and client satisfaction.
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][3]/p" position="replace" mode="inner">
Our team is available around the clock to assist you, providing prompt and reliable support whenever you need it.
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][4]/p" position="replace" mode="inner">
Take advantage of unique benefits and value-added services that set us apart and enhance your overall experience.
</xpath>
</template>
</odoo>
+1
View File
@@ -26,6 +26,7 @@
'views/snippets/s_image_gallery.xml',
'views/snippets/s_unveil.xml',
'views/snippets/s_accordion_image.xml',
'views/snippets/s_key_benefits.xml',
'views/new_page_template.xml',
],
'images': [
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_key_benefits" inherit_id="website.s_key_benefits">
<!-- Titles -->
<xpath expr="(//h3)[1]" position="replace" mode="inner">
Custom Tech Solutions
</xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner">
24/7 Technical Support
</xpath>
<xpath expr="(//h3)[3]" position="replace" mode="inner">
Cutting-Edge Innovations
</xpath>
<!-- Paragraphs -->
<xpath expr="//div[hasclass('col-lg-4')][2]/p" position="replace" mode="inner">
We develop tailored technology solutions that address your unique challenges, driving innovation and efficiency.
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][3]/p" position="replace" mode="inner">
Our dedicated support team is available around the clock to ensure your systems run smoothly and any issues are quickly resolved.
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][4]/p" position="replace" mode="inner">
Stay ahead with our latest advancements and technologies designed to give you a competitive edge in the ever-evolving tech landscape.
</xpath>
</template>
</odoo>
+1
View File
@@ -25,6 +25,7 @@
'views/snippets/s_unveil.xml',
'views/snippets/s_numbers_showcase.xml',
'views/snippets/s_accordion_image.xml',
'views/snippets/s_key_benefits.xml',
'views/new_page_template.xml',
],
'images': [
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_key_benefits" inherit_id="website.s_key_benefits">
<!-- Titles -->
<xpath expr="(//h3)[1]" position="replace" mode="inner">
Personalized Care Plans
</xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner">
Around-the-Clock Support
</xpath>
<xpath expr="(//h3)[3]" position="replace" mode="inner">
Enriching Activities
</xpath>
<!-- Paragraphs -->
<xpath expr="//div[hasclass('col-lg-4')][2]/p" position="replace" mode="inner">
We provide tailored care and learning programs that cater to the unique needs of each child, fostering their growth and development.
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][3]/p" position="replace" mode="inner">
Our dedicated staff is here to support you and your child, offering guidance and assistance whenever you need it.
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][4]/p" position="replace" mode="inner">
Your child will enjoy a variety of carefully curated activities designed to nurture creativity, curiosity, and social skills.
</xpath>
</template>
</odoo>
+1
View File
@@ -27,6 +27,7 @@
'views/snippets/s_comparisons.xml',
'views/snippets/s_product_catalog.xml',
'views/snippets/s_unveil.xml',
'views/snippets/s_key_benefits.xml',
'views/new_page_template.xml',
],
'images': [
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_key_benefits" inherit_id="website.s_key_benefits">
<!-- Titles -->
<xpath expr="(//h3)[1]" position="replace" mode="inner">
Custom Design Pieces
</xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner">
Comprehensive Support
</xpath>
<xpath expr="(//h3)[3]" position="replace" mode="inner">
Exclusive Collections
</xpath>
<!-- Paragraphs -->
<xpath expr="//div[hasclass('col-lg-4')][2]/p" position="replace" mode="inner">
We offer personalized furniture designs that match your style and space, ensuring each piece fits perfectly into your home.
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][3]/p" position="replace" mode="inner">
Our team is here to assist you from selection to delivery, ensuring a seamless experience and satisfaction with every purchase.
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][4]/p" position="replace" mode="inner">
Discover unique, high-quality furniture collections that combine craftsmanship with timeless design, adding elegance to any room.
</xpath>
</template>
</odoo>
+24
View File
@@ -264,4 +264,28 @@
</xpath>
</template>
<!-- ======== KEY BENEFITS ======== -->
<template id="s_key_benefits" inherit_id="website.s_key_benefits">
<!-- Titles -->
<xpath expr="(//h3)[1]" position="replace" mode="inner">
Tailored Event Planning
</xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner">
End-to-End Coordination
</xpath>
<xpath expr="(//h3)[3]" position="replace" mode="inner">
Exclusive Experiences
</xpath>
<!-- Paragraphs -->
<xpath expr="//div[hasclass('col-lg-4')][2]/p" position="replace" mode="inner">
We create custom event experiences designed to match your vision, ensuring every detail aligns perfectly with your goals.
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][3]/p" position="replace" mode="inner">
Our team provides full support from planning to execution, making sure your event runs smoothly and leaves a lasting impression.
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][4]/p" position="replace" mode="inner">
Access unique venues, entertainment, and services that elevate your event and make it truly unforgettable.
</xpath>
</template>
</odoo>
+1
View File
@@ -25,6 +25,7 @@
'views/snippets/s_three_columns.xml',
'views/snippets/s_unveil.xml',
'views/snippets/s_numbers_showcase.xml',
'views/snippets/s_key_benefits.xml',
'views/new_page_template.xml',
],
'images': [
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_key_benefits" inherit_id="website.s_key_benefits">
<!-- Titles -->
<xpath expr="(//h3)[1]" position="replace" mode="inner">
Custom Creations
</xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner">
Personalized Support
</xpath>
<xpath expr="(//h3)[3]" position="replace" mode="inner">
Exclusive Designs
</xpath>
<!-- Paragraphs -->
<xpath expr="//div[hasclass('col-lg-4')][2]/p" position="replace" mode="inner">
We design and build bespoke items tailored to your specifications, ensuring each piece is unique and meets your exact needs.
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][3]/p" position="replace" mode="inner">
Receive hands-on assistance throughout the creation process, from concept to completion, to ensure your vision comes to life.
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][4]/p" position="replace" mode="inner">
Explore one-of-a-kind designs and limited-edition pieces that showcase exceptional craftsmanship and creativity.
</xpath>
</template>
</odoo>
+1
View File
@@ -32,6 +32,7 @@
'views/snippets/s_comparisons.xml',
'views/snippets/s_quotes_carousel.xml',
'views/snippets/s_unveil.xml',
'views/snippets/s_key_benefits.xml',
'views/new_page_template.xml',
],
'images': [
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_key_benefits" inherit_id="website.s_key_benefits">
<!-- Titles -->
<xpath expr="(//h3)[1]" position="replace" mode="inner">
Custom Setlists
</xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner">
24/7 Booking Support
</xpath>
<xpath expr="(//h3)[3]" position="replace" mode="inner">
Exclusive Performances
</xpath>
<!-- Paragraphs -->
<xpath expr="//div[hasclass('col-lg-4')][2]/p" position="replace" mode="inner">
We craft personalized setlists that match the mood and theme of your event, delivering a memorable musical experience.
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][3]/p" position="replace" mode="inner">
Our team is available around the clock to handle bookings and logistics, ensuring a smooth and hassle-free process.
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][4]/p" position="replace" mode="inner">
Experience unique and special performances that highlight our band's signature style and offer an unforgettable show.
</xpath>
</template>
</odoo>
+1
View File
@@ -32,6 +32,7 @@
'views/snippets/s_picture.xml',
'views/snippets/s_title.xml',
'views/snippets/s_unveil.xml',
'views/snippets/s_key_benefits.xml',
'views/new_page_template.xml',
],
'images': [
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_key_benefits" inherit_id="website.s_key_benefits">
<!-- Titles -->
<xpath expr="(//h3)[1]" position="replace" mode="inner">
Personalized Guidance
</xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner">
Ongoing Support
</xpath>
<xpath expr="(//h3)[3]" position="replace" mode="inner">
Exclusive Insights
</xpath>
<!-- Paragraphs -->
<xpath expr="//div[hasclass('col-lg-4')][2]/p" position="replace" mode="inner">
Receive tailored advice and strategies designed to meet your specific goals and needs, ensuring effective and actionable solutions.
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][3]/p" position="replace" mode="inner">
Our advisory team offers continuous support and updates, providing you with reliable assistance whenever you need it.
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][4]/p" position="replace" mode="inner">
Gain access to specialized knowledge and unique insights that give you a competitive edge and inform your decision-making.
</xpath>
</template>
</odoo>
+1
View File
@@ -23,6 +23,7 @@
'views/snippets/s_product_catalog.xml',
'views/snippets/s_unveil.xml',
'views/snippets/s_numbers_showcase.xml',
'views/snippets/s_key_benefits.xml',
'views/new_page_template.xml',
],
'images': [
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_key_benefits" inherit_id="website.s_key_benefits">
<!-- Titles -->
<xpath expr="(//h3)[1]" position="replace" mode="inner">
Custom Floral Arrangements
</xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner">
Dedicated Service
</xpath>
<xpath expr="(//h3)[3]" position="replace" mode="inner">
Exclusive Designs
</xpath>
<!-- Paragraphs -->
<xpath expr="//div[hasclass('col-lg-4')][2]/p" position="replace" mode="inner">
We create personalized flower arrangements that match your style and occasion, ensuring a beautiful and unique presentation.
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][3]/p" position="replace" mode="inner">
Our team provides attentive service, guiding you through selection and delivery to ensure your floral needs are perfectly met.
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][4]/p" position="replace" mode="inner">
Explore our one-of-a-kind floral designs and seasonal specials that add a touch of elegance and freshness to any event.
</xpath>
</template>
</odoo>
+24
View File
@@ -449,4 +449,28 @@
</xpath>
</template>
<!-- ======== KEY BENEFITS ======== -->
<template id="s_key_benefits" inherit_id="website.s_key_benefits">
<!-- Titles -->
<xpath expr="(//h3)[1]" position="replace" mode="inner">
Bespoke Solutions
</xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner">
Dedicated Support
</xpath>
<xpath expr="(//h3)[3]" position="replace" mode="inner">
Exclusive Insights
</xpath>
<!-- Paragraphs -->
<xpath expr="//div[hasclass('col-lg-4')][2]/p" position="replace" mode="inner">
We provide tailored consulting strategies that address your unique challenges and objectives, ensuring effective and practical outcomes.
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][3]/p" position="replace" mode="inner">
Our consultants offer ongoing support and expert advice, guiding you through each phase of your project with personalized attention.
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][4]/p" position="replace" mode="inner">
Access cutting-edge insights and industry expertise that give you a strategic advantage and enhance your decision-making process.
</xpath>
</template>
</odoo>
+1
View File
@@ -25,6 +25,7 @@
'views/snippets/s_image_gallery.xml',
'views/snippets/s_call_to_action.xml',
'views/snippets/s_unveil.xml',
'views/snippets/s_key_benefits.xml',
'views/new_page_template.xml',
],
'images': [
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_key_benefits" inherit_id="website.s_key_benefits">
<!-- Titles -->
<xpath expr="(//h3)[1]" position="replace" mode="inner">
Personalized Property Searches
</xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner">
Dedicated Client Support
</xpath>
<xpath expr="(//h3)[3]" position="replace" mode="inner">
Exclusive Listings
</xpath>
<!-- Paragraphs -->
<xpath expr="//div[hasclass('col-lg-4')][2]/p" position="replace" mode="inner">
We offer customized property searches based on your specific preferences and needs, helping you find the perfect home or investment.
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][3]/p" position="replace" mode="inner">
Our team provides continuous support throughout the buying or selling process, ensuring a smooth and stress-free experience.
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][4]/p" position="replace" mode="inner">
Access unique and high-value properties that are not widely available, giving you an edge in finding exceptional real estate opportunities.
</xpath>
</template>
</odoo>
+1
View File
@@ -30,6 +30,7 @@
'views/snippets/s_three_columns.xml',
'views/snippets/s_title.xml',
'views/snippets/s_unveil.xml',
'views/snippets/s_key_benefits.xml',
'views/new_page_template.xml',
],
'images': [
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_key_benefits" inherit_id="website.s_key_benefits">
<!-- Titles -->
<xpath expr="(//h3)[1]" position="replace" mode="inner">
Customized Solutions
</xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner">
Ongoing Support
</xpath>
<xpath expr="(//h3)[3]" position="replace" mode="inner">
Exclusive Insights
</xpath>
<!-- Paragraphs -->
<xpath expr="//div[hasclass('col-lg-4')][2]/p" position="replace" mode="inner">
We develop tailored strategies and solutions to address your unique environmental challenges and goals, promoting sustainability and impact.
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][3]/p" position="replace" mode="inner">
Our team provides continuous assistance and expertise, ensuring you receive guidance and support throughout your environmental initiatives.
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][4]/p" position="replace" mode="inner">
Access specialized knowledge and innovative practices that enhance your understanding and effectiveness in environmental stewardship.
</xpath>
</template>
</odoo>
+24
View File
@@ -386,4 +386,28 @@
</xpath>
</template>
<!-- ======== KEY BENEFITS ======== -->
<template id="s_key_benefits" inherit_id="website.s_key_benefits">
<!-- Titles -->
<xpath expr="(//h3)[1]" position="replace" mode="inner">
Custom Vehicle Options
</xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner">
Comprehensive Support
</xpath>
<xpath expr="(//h3)[3]" position="replace" mode="inner">
Exclusive Features
</xpath>
<!-- Paragraphs -->
<xpath expr="//div[hasclass('col-lg-4')][2]/p" position="replace" mode="inner">
We offer personalized vehicle configurations to match your preferences and needs, ensuring you get the perfect fit for your lifestyle.
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][3]/p" position="replace" mode="inner">
Our team provides full support throughout your vehicle purchase and ownership experience, from initial consultation to ongoing service.
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][4]/p" position="replace" mode="inner">
Discover unique and advanced features that set our vehicles apart, providing you with exceptional performance and cutting-edge technology.
</xpath>
</template>
</odoo>
+1
View File
@@ -29,6 +29,7 @@
'views/snippets/s_three_columns.xml',
'views/snippets/s_title.xml',
'views/snippets/s_unveil.xml',
'views/snippets/s_key_benefits.xml',
'views/new_page_template.xml',
],
'images': [
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_key_benefits" inherit_id="website.s_key_benefits">
<!-- Titles -->
<xpath expr="(//h3)[1]" position="replace" mode="inner">
Bespoke Wedding Plans
</xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner">
Full-Service Support
</xpath>
<xpath expr="(//h3)[3]" position="replace" mode="inner">
Exclusive Vendor Access
</xpath>
<!-- Paragraphs -->
<xpath expr="//div[hasclass('col-lg-4')][2]/p" position="replace" mode="inner">
We create personalized wedding plans that reflect your vision and style, ensuring every detail is crafted to perfection for your special day.
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][3]/p" position="replace" mode="inner">
Our team provides comprehensive support from initial consultation to the big day, handling every aspect to ensure a smooth and stress-free experience.
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][4]/p" position="replace" mode="inner">
Gain access to a curated list of top-tier vendors and unique venues, offering exclusive options that enhance the elegance and individuality of your wedding.
</xpath>
</template>
</odoo>
+1
View File
@@ -26,6 +26,7 @@
'views/snippets/s_image_gallery.xml',
'views/snippets/s_unveil.xml',
'views/snippets/s_numbers_showcase.xml',
'views/snippets/s_key_benefits.xml',
'views/new_page_template.xml',
],
'images': [
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_key_benefits" inherit_id="website.s_key_benefits">
<!-- Titles -->
<xpath expr="(//h3)[1]" position="replace" mode="inner">
Customized Digital Solutions
</xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner">
24/7 Technical Support
</xpath>
<xpath expr="(//h3)[3]" position="replace" mode="inner">
Cutting-Edge Technology
</xpath>
<!-- Paragraphs -->
<xpath expr="//div[hasclass('col-lg-4')][2]/p" position="replace" mode="inner">
We provide tailored digital strategies and solutions that align with your specific goals, driving innovation and efficiency in your online presence.
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][3]/p" position="replace" mode="inner">
Our team offers round-the-clock support to ensure your digital platforms run smoothly and any issues are swiftly addressed.
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][4]/p" position="replace" mode="inner">
Access the latest advancements and tools that enhance your digital experience and keep you ahead in the ever-evolving tech landscape.
</xpath>
</template>
</odoo>