2021-05-10 15:45:35 +02:00
<?xml version="1.0" encoding="utf-8"?>
<odoo >
<!-- ======== COVER ======== -->
<template id= "s_cover" inherit_id= "website.s_cover" name= "Graphene s_cover" >
<xpath expr= "//section" position= "attributes" >
2024-07-15 22:42:09 +02:00
<attribute name= "class" add= "pt160 pb240 s_parallax_no_overflow_hidden o_cc3" remove= "pt232 pb232 s_parallax_is_fixed s_parallax o_cc4" separator= " " />
2021-05-10 15:45:35 +02:00
</xpath>
<xpath expr= "//h1" position= "replace" />
<xpath expr= "//p" position= "replace" />
<xpath expr= "//p" position= "replace" />
<xpath expr= "//section/div[hasclass('container')]" position= "inside" >
<div class= "row" >
<div class= "col col-lg-11" >
<h1 style= "text-align: right;" >
2024-07-15 22:42:09 +02:00
Making the difference.
2021-05-10 15:45:35 +02:00
</h1>
<p class= "lead o_default_snippet_text" style= "text-align: right" >
Our mission is to give customers the best experience.<br /> Extensive documentation & guides, an active community,<br /> 24/7 support make it a pleasure to work with us.
</p>
<p style= "text-align: right" >
2023-08-01 12:52:07 +00:00
<a t-att-href= "cta_btn_href" class= "btn btn-primary btn-lg o_default_snippet_text" > <t t-esc= "cta_btn_text" > Contact us</t> </a>
2021-05-10 15:45:35 +02:00
</p>
</div>
</div>
</xpath>
</template>
2023-08-28 14:42:05 +02:00
<template id= "configurator_s_cover" inherit_id= "website.configurator_s_cover" name= "Graphene s_cover" >
<xpath expr= "//section" position= "attributes" >
<attribute name= "data-oe-shape-data" > {"shape":"web_editor/Origins/02_001","flip":[]}</attribute>
</xpath>
<xpath expr= "//section/div[hasclass('container')]" position= "before" >
<div class= "o_we_shape o_web_editor_Origins_02_001" />
</xpath>
</template>
2021-05-10 15:45:35 +02:00
<!-- ======== TEXT - IMAGE ======== -->
2021-07-28 08:01:42 +00:00
<template id= "s_text_image" inherit_id= "website.s_text_image" name= "Graphene s_text_image" >
2021-05-10 15:45:35 +02:00
<xpath expr= "//section" position= "attributes" >
2024-07-24 17:28:39 +02:00
<attribute name= "class" add= "pb96 pt0" remove= "pb80 pt80" separator= " " />
2021-05-10 15:45:35 +02:00
</xpath>
<xpath expr= "//h2" position= "replace" >
<h3 > Unique experiences to drive engagement</h3>
2024-04-23 15:43:44 +02:00
<div class= "s_hr pt16 pb0" data-snippet= "s_hr" data-name= "Separator" >
<hr class= "w-100 mx-auto" style= "border-top-color: rgba(0, 0, 0, 0) !important;" />
2021-05-10 15:45:35 +02:00
</div>
</xpath>
2021-07-28 08:01:42 +00:00
<xpath expr= "//p[1]" position= "replace" mode= "inner" >
Users are looking to consume engaging content.<br /> We empowers our teams to create the most relevant content.
2021-05-10 15:45:35 +02:00
</xpath>
<xpath expr= "//p[2]" position= "replace" >
<p > We have one goal in mind, the user satisfaction.</p>
2024-04-23 15:43:44 +02:00
<div class= "s_hr p0 pb32" data-snippet= "s_hr" data-name= "Separator" >
<hr class= "w-100 mx-auto" style= "border-top-color: var(--o-color-3) !important;" />
2021-05-10 15:45:35 +02:00
</div>
</xpath>
2024-07-24 17:28:39 +02:00
<xpath expr= "//div[hasclass('col-lg-5')]" position= "attributes" >
<attribute name= "class" add= "col-lg-4 offset-lg-1" remove= "col-lg-5" separator= " " />
2021-05-10 15:45:35 +02:00
</xpath>
2024-07-24 17:28:39 +02:00
<xpath expr= "//div[hasclass('col-lg-6')]" position= "attributes" >
<attribute name= "class" add= "col-lg-5" remove= "col-lg-6" separator= " " />
2021-05-10 15:45:35 +02:00
</xpath>
<xpath expr= "//a[hasclass('btn')]" position= "attributes" >
2023-10-23 14:43:38 +02:00
<attribute name= "class" add= "btn-lg" remove= "btn-primary" separator= " " />
2021-05-10 15:45:35 +02:00
</xpath>
</template>
2023-08-28 14:42:05 +02:00
<template id= "configurator_s_text_image" inherit_id= "website.configurator_s_text_image" name= "Graphene s_text_image" >
<xpath expr= "//section" position= "attributes" >
<attribute name= "data-oe-shape-data" > {"shape":"web_editor/Origins/02_001","flip":["x","y"]}</attribute>
</xpath>
<xpath expr= "//section/div[hasclass('container')]" position= "before" >
<div class= "o_we_shape o_web_editor_Origins_02_001 o_second_extra_shape_mapping" style= "background-image: url('/web_editor/shape/web_editor/Origins/02_001.svg?c4=o-color-3&c5=rgba%280%2C%200%2C%200%2C%200%29&flip=xy'); background-position: 50% 0%;" />
</xpath>
</template>
2021-05-10 15:45:35 +02:00
<!-- ======== IMAGE - TEXT ======== -->
2021-07-28 08:01:42 +00:00
<template id= "s_image_text" inherit_id= "website.s_image_text" name= "Graphene s_image_text" >
2024-07-24 17:49:48 +02:00
<xpath expr= "//div[hasclass('col-lg-6')]" position= "attributes" >
2021-05-10 15:45:35 +02:00
<attribute name= "class" add= "col-lg-5 offset-lg-1" remove= "col-lg-6" separator= " " />
</xpath>
2024-07-24 17:49:48 +02:00
<xpath expr= "//div[hasclass('col-lg-5')]" position= "attributes" >
<attribute name= "class" add= "col-lg-4" remove= "col-lg-5" separator= " " />
2021-05-10 15:45:35 +02:00
</xpath>
<xpath expr= "//h2" position= "after" >
2024-04-23 15:43:44 +02:00
<div class= "s_hr pt16 pb0" data-snippet= "s_hr" data-name= "Separator" >
<hr class= "w-100 mx-auto" style= "border-top-color: rgba(0, 0, 0, 0) !important;" />
2021-05-10 15:45:35 +02:00
</div>
</xpath>
<xpath expr= "//p[2]" position= "after" >
2024-04-23 15:43:44 +02:00
<div class= "s_hr p0 pb32" data-snippet= "s_hr" data-name= "Separator" >
<hr class= "w-100 mx-auto" style= "border-top-color: var(--o-color-3) !important;" />
2021-05-10 15:45:35 +02:00
</div>
</xpath>
<xpath expr= "//a[hasclass('btn')]" position= "attributes" >
<attribute name= "class" add= "btn-lg" separator= " " />
</xpath>
</template>
<!-- ======== CAROUSEL ======== -->
2021-07-28 08:01:42 +00:00
<template id= "s_carousel" inherit_id= "website.s_carousel" name= "Graphene s_carousel" >
2024-07-17 20:52:53 +02:00
<xpath expr= "//div[hasclass('s_carousel')]" position= "attributes" >
<attribute name= "class" add= "s_carousel_controllers_indicators_outside s_carousel_boxed carousel-dark" separator= " " />
</xpath>
2021-05-10 15:45:35 +02:00
<xpath expr= "//div[hasclass('carousel-inner')]/div[1]" position= "attributes" >
2024-07-17 20:52:53 +02:00
<attribute name= "class" add= "o_cc1" remove= "o_cc5" separator= " " />
2021-05-10 15:45:35 +02:00
<attribute name= "style" add= "background-position: 50% 100%;" separator= ";" />
</xpath>
<xpath expr= "//div[hasclass('carousel-inner')]/div[2]" position= "attributes" >
<attribute name= "style" add= "background-position: 50% 100%;" separator= ";" />
2024-07-17 20:52:53 +02:00
<attribute name= "class" add= "o_cc o_cc3" separator= " " />
2021-05-10 15:45:35 +02:00
</xpath>
<xpath expr= "//div[hasclass('carousel-inner')]/div[3]" position= "attributes" >
<attribute name= "style" add= "background-position: 50% 100%;" separator= ";" />
</xpath>
2024-07-17 20:52:53 +02:00
<xpath expr= "//div[hasclass('o_we_bg_filter')]" position= "replace" />
<xpath expr= "(//div[hasclass('container')])[2]" position= "before" >
<div class= "o_we_bg_filter bg-black-75" />
</xpath>
<xpath expr= "(//div[hasclass('container')])[3]" position= "before" >
<div class= "o_we_bg_filter bg-black-75" />
</xpath>
2021-05-10 15:45:35 +02:00
</template>
<!-- ======== COMPANY TEAM ======== -->
2021-07-28 08:01:42 +00:00
<template id= "s_company_team" inherit_id= "website.s_company_team" name= "Graphene s_company_team" >
2021-05-10 15:45:35 +02:00
<xpath expr= "//section" position= "attributes" >
<attribute name= "class" add= "pb64" remove= "pb48" separator= " " />
</xpath>
</template>
<!-- ======== 3 COLUMNS ======== -->
2021-07-28 08:01:42 +00:00
<template id= "s_three_columns" inherit_id= "website.s_three_columns" name= "Graphene s_three_columns" >
2021-05-10 15:45:35 +02:00
<xpath expr= "//div[hasclass('row')]/div//h3[1]" position= "replace" >
<h5 > Powerful API</h5>
2024-04-23 15:43:44 +02:00
<div class= "s_hr pt8 pb16" data-snippet= "s_hr" data-name= "Separator" >
<hr class= "w-100 mx-auto" style= "border-top-color: var(--o-color-3) !important;" />
2021-05-10 15:45:35 +02:00
</div>
</xpath>
2021-07-28 08:01:42 +00:00
<xpath expr= "//div[hasclass('row')]/div//p[1]" position= "replace" mode= "inner" >
Thanks to our API, Developers report building their solutions 4x faster. Discover why and how.
2021-05-10 15:45:35 +02:00
</xpath>
<xpath expr= "//div[hasclass('row')]/div[2]//h3[1]" position= "replace" >
<h5 > Mobile Experience</h5>
2024-04-23 15:43:44 +02:00
<div class= "s_hr pt8 pb16" data-snippet= "s_hr" data-name= "Separator" >
<hr class= "w-100 mx-auto" style= "border-top-color: var(--o-color-3) !important;" />
2021-05-10 15:45:35 +02:00
</div>
</xpath>
2021-07-28 08:01:42 +00:00
<xpath expr= "//div[hasclass('row')]/div[2]//p[1]" position= "replace" mode= "inner" >
Probably the only CRM with a full mobile experience. Never wondered how it works? That's because it just works
2021-05-10 15:45:35 +02:00
</xpath>
<xpath expr= "//div[hasclass('row')]/div[3]//h3[1]" position= "replace" >
<h5 > Support Team</h5>
2024-04-23 15:43:44 +02:00
<div class= "s_hr pt8 pb16" data-snippet= "s_hr" data-name= "Separator" >
<hr class= "w-100 mx-auto" style= "border-top-color: var(--o-color-3) !important;" />
2021-05-10 15:45:35 +02:00
</div>
</xpath>
2021-07-28 08:01:42 +00:00
<xpath expr= "//div[hasclass('row')]/div[3]//p[1]" position= "replace" mode= "inner" >
We have a support team that will do everything to answer you as quickly as the voice assistants.
2021-05-10 15:45:35 +02:00
</xpath>
</template>
<!-- ======== CALL TO ACTION ======== -->
2021-07-28 08:01:42 +00:00
<template id= "s_call_to_action" inherit_id= "website.s_call_to_action" name= "Graphene s_call_to_action" >
2021-05-10 15:45:35 +02:00
<xpath expr= "//h3" position= "replace" >
2024-07-12 13:54:16 +02:00
<h3 style= "text-align: right;" > 50,000+ companies run our software.</h3>
2021-05-10 15:45:35 +02:00
</xpath>
<xpath expr= "//div[hasclass('col-lg-9')]" position= "attributes" >
<attribute name= "class" add= "col-lg-8" remove= "col-lg-9" separator= " " />
</xpath>
<xpath expr= "//div[hasclass('col-lg-8')]/p" position= "attributes" >
<attribute name= "style" add= "text-align: right;" separator= " " />
</xpath>
</template>
2024-08-12 11:14:35 +02:00
<!-- ======== CTA Box ======== -->
<template id= "s_cta_box" inherit_id= "website.s_cta_box" >
<!-- Card -->
<xpath expr= "//div[hasclass('card')]" position= "attributes" >
<attribute name= "class" add= "o_cc5" remove= "o_cc4" separator= " " />
</xpath>
<!-- Title -->
<xpath expr= "//h2" position= "replace" mode= "inner" >
Make a real difference,<br /> join our company !
</xpath>
<!-- Paragraphs -->
<xpath expr= "//p" position= "replace" mode= "inner" >
Looking for a fresh new start? View our job offers<br /> <br />
</xpath>
<!-- Image -->
<xpath expr= "//img" position= "attributes" >
<attribute name= "src" > theme_graphene/static/src/img/pictures/bg_image_04.jpg</attribute>
</xpath>
<!-- Button -->
<xpath expr= "//a[hasclass('btn')]" position= "replace" mode= "inner" >
View more
</xpath>
</template>
2021-05-10 15:45:35 +02:00
<!-- ======== COMPARISON ======== -->
2021-07-28 08:01:42 +00:00
<template id= "s_comparisons" inherit_id= "website.s_comparisons" name= "Graphene s_comparisons" >
2021-05-10 15:45:35 +02:00
<xpath expr= "//section" position= "attributes" >
2024-07-24 13:55:31 +02:00
<attribute name= "class" add= "pt24 o_cc o_cc4" remove= "pt48" separator= " " />
2021-05-10 15:45:35 +02:00
</xpath>
</template>
2023-08-28 14:42:05 +02:00
<template id= "configurator_s_comparisons" inherit_id= "website.configurator_s_comparisons" name= "Graphene s_comparisons" >
<xpath expr= "//section" position= "attributes" >
<attribute name= "data-oe-shape-data" > {"shape":"web_editor/Origins/06_001","flip":["x"]}</attribute>
</xpath>
<xpath expr= "//section/div[hasclass('container')]" position= "before" >
<div class= "o_we_shape o_web_editor_Origins_06_001" style= "background-image: url('/web_editor/shape/web_editor/Origins/06_001.svg?c3=o-color-3&c4=o-color-4&flip=x'); background-position: 50% 50%;" />
</xpath>
</template>
2021-07-28 08:01:42 +00:00
<!-- ======== NUMBERS ======== -->
<template id= "s_numbers" inherit_id= "website.s_numbers" name= "Graphene s_numbers" >
<xpath expr= "//section" position= "attributes" >
2024-07-13 16:02:13 +02:00
<attribute name= "class" add= "oe_img_bg o_bg_img_center pb56 pt56 s_parallax_no_overflow_hidden parallax s_parallax_is_fixed o_cc3" remove= "pb80 pt80 o_cc1" separator= " " />
2021-07-28 08:01:42 +00:00
</xpath>
<xpath expr= "//section/div[hasclass('container')]" position= "before" >
<span class= "s_parallax_bg oe_img_bg" style= "background-image: url('/web/image/website.s_parallax_default_image'); background-position: 50% 75%;" />
<div class= "o_we_bg_filter bg-black-75" > </div>
</xpath>
<!-- Content -->
<xpath expr= "//div[hasclass('row')]/div/span" position= "attributes" >
<attribute name= "class" add= "text-white" separator= " " />
</xpath>
<xpath expr= "(//div[hasclass('row')]/div/span)[2]" position= "attributes" >
<attribute name= "class" add= "text-white" separator= " " />
</xpath>
<xpath expr= "(//div[hasclass('row')]/div/span)[3]" position= "attributes" >
<attribute name= "class" add= "text-white" separator= " " />
</xpath>
</template>
<!-- ======== PICTURE ======== -->
<template id= "s_picture" inherit_id= "website.s_picture" name= "Graphene s_picture" >
<xpath expr= "//section" position= "attributes" >
2024-07-17 16:45:52 +02:00
<attribute name= "class" add= "pb0 pt48" remove= "pb64 pt64" separator= " " />
2023-10-17 14:52:06 +02:00
<attribute name= "data-oe-shape-data" > {"shape":"web_editor/Zigs/01_001","flip":[]}</attribute>
</xpath>
2024-07-17 16:45:52 +02:00
<xpath expr= "//section/div[hasclass('o_container_small')]" position= "before" >
2023-10-17 14:52:06 +02:00
<div class= "o_we_shape o_web_editor_Zigs_01_001" />
2021-07-28 08:01:42 +00:00
</xpath>
<!-- Content -->
<xpath expr= "//h2" position= "replace" mode= "inner" >
Grow with Us
</xpath>
<xpath expr= "//p" position= "replace" mode= "inner" >
Put your people at the heart of your marketing with tools that help you get to know your audience <br /> and see who you should be talking to.
</xpath>
</template>
2024-07-25 13:30:01 +02:00
<!-- ======== IMAGE WALL ======== -->
<template id= "s_images_wall" inherit_id= "website.s_images_wall" >
<xpath expr= "//img" position= "attributes" >
<attribute name= "class" remove= "rounded" separator= " " />
</xpath>
<xpath expr= "(//img)[2]" position= "attributes" >
<attribute name= "class" remove= "rounded" separator= " " />
</xpath>
<xpath expr= "(//img)[3]" position= "attributes" >
<attribute name= "class" remove= "rounded" separator= " " />
</xpath>
<xpath expr= "(//img)[4]" position= "attributes" >
<attribute name= "class" remove= "rounded" separator= " " />
</xpath>
<xpath expr= "(//img)[5]" position= "attributes" >
<attribute name= "class" remove= "rounded" separator= " " />
</xpath>
<xpath expr= "(//img)[6]" position= "attributes" >
<attribute name= "class" remove= "rounded" separator= " " />
</xpath>
</template>
2024-08-22 10:28:11 +02:00
<!-- ======== FREE GRID ======== -->
<template id= "s_freegrid" inherit_id= "website.s_freegrid" >
<!-- Title -->
<xpath expr= "//h2" position= "replace" mode= "inner" >
Robotics and Technology
</xpath>
<!-- Paragraph -->
<xpath expr= "//p[hasclass('lead')]" position= "replace" mode= "inner" >
Embrace the future with our advanced robotics and technology services. We provide innovative solutions that enhance productivity and drive business success in the digital age.
</xpath>
<!-- Button -->
<xpath expr= "//a" position= "replace" mode= "inner" >
Discover Robotics
</xpath>
</template>
2024-08-08 17:33:55 +02:00
<!-- ======== UNVEIL ======== -->
<template id= "s_unveil" inherit_id= "website.s_unveil" >
<!-- Section -->
<xpath expr= "//section" position= "attributes" >
<attribute name= "class" add= "o_cc o_cc2" separator= " " />
</xpath>
<!-- Title -->
<xpath expr= "//h2" position= "replace" mode= "inner" >
Boost your brand visibility
</xpath>
<!-- Paragraph -->
<xpath expr= "//p" position= "replace" mode= "inner" >
Engage your audience with our cutting-edge content and marketing strategies.
</xpath>
</template>
2024-08-14 09:07:39 +02:00
<!-- ======== 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>
2024-08-07 19:19:28 +02:00
<!-- ======== PRICELIST BOXED ======== -->
<template id= "s_pricelist_boxed" inherit_id= "website.s_pricelist_boxed" >
<!-- Layout -->
<xpath expr= "//section" position= "attributes" >
<attribute name= "data-scroll-background-ratio" />
<attribute name= "class" add= "o_cc o_cc2" remove= "parallax s_parallax_is_fixed s_parallax_no_overflow_hidden" separator= " " />
<attribute name= "data-oe-shape-data" > {'shape':'web_editor/Airy/11','flip':[],'showOnMobile':false,'shapeAnimationSpeed':'0'}</attribute>
</xpath>
<xpath expr= "//div[hasclass('container')]" position= "before" >
<div class= "o_we_shape o_web_editor_Airy_11" />
</xpath>
<xpath expr= "//div[hasclass('col-lg-8')]" position= "attributes" >
<attribute name= "class" remove= "rounded" separator= " " />
</xpath>
<xpath expr= "//span[hasclass('s_parallax_bg')]" position= "replace" />
<!-- Texts -->
<xpath expr= "//h2" position= "replace" mode= "inner" >
Our Corporate Services
</xpath>
<xpath expr= "//p[hasclass('lead')]" position= "replace" mode= "inner" >
Enhance your business operations with our comprehensive suite of professional services, tailored to meet your corporate needs.
</xpath>
<xpath expr= "//h3" position= "replace" mode= "inner" >
✽    Consulting Services
</xpath>
<xpath expr= "(//h3)[2]" position= "replace" mode= "inner" >
✽    Technology Solutions
</xpath>
<xpath expr= "//t[@t-set='name']" position= "replace" mode= "inner" >
Business Strategy Consulting
</xpath>
<xpath expr= "//t[@t-set='price']" position= "replace" mode= "inner" >
Starting at $2,500
</xpath>
<xpath expr= "//t[@t-set='description']" position= "replace" mode= "inner" >
Expert advice on business planning, market analysis, and competitive strategy to help your company achieve its goals.
</xpath>
<xpath expr= "(//t[@t-set='name'])[2]" position= "replace" mode= "inner" >
Financial Advisory Services
</xpath>
<xpath expr= "(//t[@t-set='price'])[2]" position= "replace" mode= "inner" >
Starting at $3,000
</xpath>
<xpath expr= "(//t[@t-set='description'])[2]" position= "replace" mode= "inner" >
Comprehensive financial planning, including risk assessment, investment strategy, and tax optimization for your business.
</xpath>
<xpath expr= "(//t[@t-set='name'])[3]" position= "replace" mode= "inner" >
Human Resources Management
</xpath>
<xpath expr= "(//t[@t-set='price'])[3]" position= "replace" mode= "inner" >
Starting at $1,800
</xpath>
<xpath expr= "(//t[@t-set='description'])[3]" position= "replace" mode= "inner" >
Customized HR solutions, including talent acquisition, employee training, and performance management to boost productivity.
</xpath>
<xpath expr= "(//t[@t-set='name'])[4]" position= "replace" mode= "inner" >
IT Support Services
</xpath>
<xpath expr= "(//t[@t-set='price'])[4]" position= "replace" mode= "inner" >
Starting at $2,000
</xpath>
<xpath expr= "(//t[@t-set='description'])[4]" position= "replace" mode= "inner" >
Reliable IT support, network management, and cybersecurity solutions to safeguard your business operations and data integrity.
</xpath>
<xpath expr= "(//t[@t-set='name'])[5]" position= "replace" mode= "inner" >
Cloud Computing Solutions
</xpath>
<xpath expr= "(//t[@t-set='price'])[5]" position= "replace" mode= "inner" >
Starting at $2,500
</xpath>
<xpath expr= "(//t[@t-set='description'])[5]" position= "replace" mode= "inner" >
Scalable cloud services to enhance your business’ s flexibility and data accessibility, supporting remote work and collaboration.
</xpath>
<xpath expr= "(//t[@t-set='name'])[6]" position= "replace" mode= "inner" >
Digital Marketing Services
</xpath>
<xpath expr= "(//t[@t-set='price'])[6]" position= "replace" mode= "inner" >
Starting at $1,500
</xpath>
<xpath expr= "(//t[@t-set='description'])[6]" position= "replace" mode= "inner" >
Strategic online marketing, SEO optimization, and social media management to boost your brand visibility and customer engagement.
</xpath>
</template>
2024-08-14 09:53:12 +02:00
<!-- ======== STRIPED CENTER TOP ======== -->
<template id= "s_striped_center_top" inherit_id= "website.s_striped_center_top" >
<!-- Title -->
<xpath expr= "//h1" position= "replace" mode= "inner" >
Robotics and Technology Driving Innovation
</xpath>
<!-- Paragraph -->
<xpath expr= "//p[hasclass('lead')]" position= "replace" mode= "inner" >
Lead the future with cutting-edge robotics and technology solutions, designed to revolutionize your business operations.
</xpath>
<!-- Button -->
<xpath expr= "//a[hasclass('btn')]/t" position= "replace" mode= "inner" >
Explore Our Technology
</xpath>
<!-- Figcaption -->
<xpath expr= "//figcaption" position= "replace" mode= "inner" >
Innovation through advanced tech
</xpath>
</template>
2024-08-13 16:00:16 +02:00
<!-- ======== IMAGE TITLE ======== -->
<template id= "s_image_title" inherit_id= "website.s_image_title" >
<xpath expr= "//section" position= "attributes" >
<attribute name= "class" add= "o_cc3" remove= "o_cc5" separator= " " />
</xpath>
</template>
2021-05-10 15:45:35 +02:00
</odoo>