diff --git a/theme_odoo_experts/__manifest__.py b/theme_odoo_experts/__manifest__.py index dbeddebb6..663e798ab 100644 --- a/theme_odoo_experts/__manifest__.py +++ b/theme_odoo_experts/__manifest__.py @@ -49,6 +49,9 @@ 'views/snippets/s_big_number.xml', 'views/snippets/s_wavy_grid.xml', 'views/snippets/s_empowerment.xml', + 'views/snippets/s_numbers_list.xml', + 'views/snippets/s_showcase.xml', + 'views/snippets/s_mockup_image.xml', 'views/new_page_template.xml', ], 'images': [ @@ -56,11 +59,15 @@ 'static/description/odoo_experts_screenshot.jpg', ], 'images_preview_theme': { - 'website.s_picture_default_image': '/theme_odoo_experts/static/src/img/snippets/s_picture.jpg', + 'website.s_mockup_image_default_image': '/theme_odoo_experts/static/src/img/snippets/s_mockup_image_default_image.jpg', 'website.s_text_image_default_image': '/theme_odoo_experts/static/src/img/snippets/s_text_image.jpg', + 'website.s_image_text_default_image': '/theme_odoo_experts/static/src/img/snippets/s_image_text.jpg', + 'website.s_showcase_default_image': '/theme_odoo_experts/static/src/img/snippets/s_showcase_default_image.jpg', + 'website.library_image_08': '/theme_odoo_experts/static/src/img/snippets/library_image_08.jpg', + 'website.s_picture_default_image': '/theme_odoo_experts/static/src/img/snippets/s_picture.jpg', }, 'configurator_snippets': { - 'homepage': ['s_picture', 's_references', 's_image_text', 's_text_image', 's_title', 's_comparisons', 's_call_to_action'], + 'homepage': ['s_mockup_image', 's_references', 's_image_text', 's_text_image', 's_showcase', 's_faq_collapse', 's_cta_box'], }, 'new_page_templates': { 'about': { diff --git a/theme_odoo_experts/models/theme_odoo_experts.py b/theme_odoo_experts/models/theme_odoo_experts.py index 7e9e54758..5e857181f 100644 --- a/theme_odoo_experts/models/theme_odoo_experts.py +++ b/theme_odoo_experts/models/theme_odoo_experts.py @@ -5,5 +5,4 @@ class ThemeOdooExperts(models.AbstractModel): _inherit = 'theme.utils' def _theme_odoo_experts_post_copy(self, mod): - self.enable_view('website.template_header_sales_three') self.enable_view('website.template_footer_contact') diff --git a/theme_odoo_experts/static/description/odoo_experts_screenshot.jpg b/theme_odoo_experts/static/description/odoo_experts_screenshot.jpg index 5b2926178..b27dcbf31 100644 Binary files a/theme_odoo_experts/static/description/odoo_experts_screenshot.jpg and b/theme_odoo_experts/static/description/odoo_experts_screenshot.jpg differ diff --git a/theme_odoo_experts/static/description/theme_odoo_experts.svg b/theme_odoo_experts/static/description/theme_odoo_experts.svg index d35b1a854..071a91b66 100644 --- a/theme_odoo_experts/static/description/theme_odoo_experts.svg +++ b/theme_odoo_experts/static/description/theme_odoo_experts.svg @@ -1,330 +1,536 @@ - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - - - - - - - - - - - - + + - - - - - - - - - - - - - + + + - - - + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - Discover - - - - - + + + + Section title + + + + + - - - + + + + + + + + Section title + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - Section Title + + + + + + + + + + + + A longer + + section title - - Discover - - - - - - - - - - - - - - - - - - - - - - - - - Section Title - - - Discover - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Section Title - - - - - - - - - - + + - - - - $35 - - - - - - Discover - - - - - - - - - - - - - + - - - - - $55 - - - - - - Discover - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + - - - - - $85 - - - - - - Discover - - - - - - + + + + + + + Section title + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + + + + + + + + + + + - - - - - + + + + + + + + + + + - - - Section Title - - - Discover - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + Section + + title + + + + + + + + + + - - - - - - + + + + + + + + + + + + + + - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_odoo_experts/static/src/img/snippets/s_image_text.jpg b/theme_odoo_experts/static/src/img/snippets/s_image_text.jpg index c914e12df..b9ad63e12 100644 Binary files a/theme_odoo_experts/static/src/img/snippets/s_image_text.jpg and b/theme_odoo_experts/static/src/img/snippets/s_image_text.jpg differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_image_text_device.jpg b/theme_odoo_experts/static/src/img/snippets/s_image_text_device.jpg index 27f261d77..4107e0e76 100644 Binary files a/theme_odoo_experts/static/src/img/snippets/s_image_text_device.jpg and b/theme_odoo_experts/static/src/img/snippets/s_image_text_device.jpg differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_image_text_device_perspective.jpg b/theme_odoo_experts/static/src/img/snippets/s_image_text_device_perspective.jpg index 0b1b9d13e..93202d23b 100644 Binary files a/theme_odoo_experts/static/src/img/snippets/s_image_text_device_perspective.jpg and b/theme_odoo_experts/static/src/img/snippets/s_image_text_device_perspective.jpg differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_showcase_default_image.jpg b/theme_odoo_experts/static/src/img/snippets/s_showcase_default_image.jpg new file mode 100644 index 000000000..b918e42ec Binary files /dev/null and b/theme_odoo_experts/static/src/img/snippets/s_showcase_default_image.jpg differ diff --git a/theme_odoo_experts/static/src/img/snippets/s_text_image.jpg b/theme_odoo_experts/static/src/img/snippets/s_text_image.jpg index 7ff7b8fb1..8a93fb30e 100644 Binary files a/theme_odoo_experts/static/src/img/snippets/s_text_image.jpg and b/theme_odoo_experts/static/src/img/snippets/s_text_image.jpg differ diff --git a/theme_odoo_experts/static/src/js/tour.js b/theme_odoo_experts/static/src/js/tour.js index 8b7e5f8bc..76e0b90af 100644 --- a/theme_odoo_experts/static/src/js/tour.js +++ b/theme_odoo_experts/static/src/js/tour.js @@ -5,9 +5,9 @@ import { _t } from "@web/core/l10n/translation"; const snippets = [ { - id: 's_picture', - name: 'Title - Image', - groupName: "Images", + id: 's_mockup_image', + name: 'Mockup Image', + groupName: "content", }, { id: 's_references', @@ -25,24 +25,24 @@ const snippets = [ groupName: "Content", }, { - id: 's_title', - name: 'Title', - groupName: "Text", - }, - { - id: 's_comparisons', - name: 'Comparisons', + id: 's_showcase', + name: 'Showcase', groupName: "Content", }, { - id: 's_call_to_action', - name: 'Call to Action', + id: 's_faq_collapse', + name: 'FAQ Block', + groupName: "Text", + }, + { + id: 's_cta_box', + name: 'Box Call to Action', groupName: "Content", }, ]; wTourUtils.registerThemeHomepageTour("odoo_experts_tour", () => [ - wTourUtils.assertCssVariable('--color-palettes-name', '"odoo-experts-1"'), + wTourUtils.assertCssVariable('--color-palettes-name', '"default-11"'), ...wTourUtils.insertSnippet(snippets[0]), ...wTourUtils.insertSnippet(snippets[1]), ...wTourUtils.insertSnippet(snippets[2]), diff --git a/theme_odoo_experts/static/src/scss/primary_variables.scss b/theme_odoo_experts/static/src/scss/primary_variables.scss index e3e1c3703..dba2491af 100644 --- a/theme_odoo_experts/static/src/scss/primary_variables.scss +++ b/theme_odoo_experts/static/src/scss/primary_variables.scss @@ -51,17 +51,17 @@ $o-theme-font-configs: ( 'family': ('Anton', sans-serif), 'url': 'Anton:300,300i,400,400i,700,700i', ), - 'Lato': ( - 'family': ('Lato', sans-serif), - 'url': 'Lato:300,300i,400,400i,700,700i', + 'Inter': ( + 'family': ('Inter', sans-serif), + 'url': 'Inter:300,300i,400,400i,700,700i', ), 'Oswald': ( 'family': ('Oswald', sans-serif), 'url': 'Oswald:300,300i,400,400i,700,700i', ), - 'Work Sans': ( - 'family': ('Work Sans', sans-serif), - 'url': 'Work+Sans:300,300i,400,400i,700,700i', + 'Manrope': ( + 'family': ('Manrope', sans-serif), + 'url': 'Manrope:300,300i,400,400i,700,700i', ), ); @@ -71,30 +71,29 @@ $o-theme-font-configs: ( $o-website-values-palettes: ( ( - 'color-palettes-name': 'odoo-experts-1', + 'color-palettes-name': 'default-11', 'logo-height': (52 / 16) * 1rem, 'fixed-logo-height': (52 / 16) * 1rem, 'header-font-size': 1rem, - 'btn-border-radius': 10rem, - 'btn-border-radius-lg': 10rem, - 'btn-border-radius-sm': 10rem, + 'btn-border-radius': .5rem, + 'btn-border-radius-lg': .5rem, + 'btn-border-radius-sm': .5rem, 'btn-padding-y': .45rem, 'btn-padding-x': 1.35rem, 'btn-padding-y-sm': .3rem, 'btn-padding-x-sm': .9rem, 'btn-padding-y-lg': .6rem, 'btn-padding-x-lg': 1.8rem, - 'font': 'Lato', - 'headings-font': 'Work Sans', - 'navbar-font': 'Work Sans', - 'header-template': 'sales_three', + 'font': 'Inter', + 'headings-font': 'Manrope', + 'navbar-font': 'Inter', + 'header-template': 'default', 'footer-template': 'contact', 'link-underline': 'never', ), ); $o-palette-priority-prefix: 'odoo-experts'; -$o-selected-color-palettes-names: append($o-selected-color-palettes-names, 'odoo-experts-1'); $o-color-palettes-compatibility-indexes: ( 1: 'odoo-experts-1', diff --git a/theme_odoo_experts/views/images.xml b/theme_odoo_experts/views/images.xml index 8473f1722..8a9fbe056 100644 --- a/theme_odoo_experts/views/images.xml +++ b/theme_odoo_experts/views/images.xml @@ -350,6 +350,21 @@ Check in theme_loftspace's primary_variables.scss and theme.scss --> website.s_images_constellation_default_image_2 /theme_odoo_experts/static/src/img/snippets/s_images_constellation_default_image_2.jpg + + website.s_cta_box_default_image + website.s_cta_box_default_image + /theme_odoo_experts/static/src/img/snippets/library_image_08.jpg + + + website.s_showcase_default_image + website.s_showcase_default_image + /theme_odoo_experts/static/src/img/snippets/s_showcase_default_image.jpg + + + website.s_mockup_image_default_image + website.s_mockup_image_default_image + /theme_odoo_experts/static/src/img/snippets/s_mockup_image_default_image.jpg + diff --git a/theme_odoo_experts/views/new_page_template.xml b/theme_odoo_experts/views/new_page_template.xml index 0789a6a90..6301b78e0 100644 --- a/theme_odoo_experts/views/new_page_template.xml +++ b/theme_odoo_experts/views/new_page_template.xml @@ -207,4 +207,16 @@ + + + + diff --git a/theme_odoo_experts/views/snippets/s_cta_box.xml b/theme_odoo_experts/views/snippets/s_cta_box.xml index 7991cbf7e..a6025df46 100644 --- a/theme_odoo_experts/views/snippets/s_cta_box.xml +++ b/theme_odoo_experts/views/snippets/s_cta_box.xml @@ -2,6 +2,14 @@
+ @@ -14,13 +22,9 @@ Get in touch with us and see how we can help you. - - - /theme_odoo_experts/static/src/img/content/content_img_02.jpg - - - Contact us + + diff --git a/theme_odoo_experts/views/snippets/s_image_text.xml b/theme_odoo_experts/views/snippets/s_image_text.xml index b14fb8930..cf8b38458 100644 --- a/theme_odoo_experts/views/snippets/s_image_text.xml +++ b/theme_odoo_experts/views/snippets/s_image_text.xml @@ -2,40 +2,34 @@ - - diff --git a/theme_odoo_experts/views/snippets/s_mockup_image.xml b/theme_odoo_experts/views/snippets/s_mockup_image.xml new file mode 100644 index 000000000..55e40f9fb --- /dev/null +++ b/theme_odoo_experts/views/snippets/s_mockup_image.xml @@ -0,0 +1,39 @@ + + + + + + diff --git a/theme_odoo_experts/views/snippets/s_numbers_list.xml b/theme_odoo_experts/views/snippets/s_numbers_list.xml new file mode 100644 index 000000000..39b5e8c02 --- /dev/null +++ b/theme_odoo_experts/views/snippets/s_numbers_list.xml @@ -0,0 +1,52 @@ + + + + + + diff --git a/theme_odoo_experts/views/snippets/s_references.xml b/theme_odoo_experts/views/snippets/s_references.xml index dbfa9e437..af084bc1d 100644 --- a/theme_odoo_experts/views/snippets/s_references.xml +++ b/theme_odoo_experts/views/snippets/s_references.xml @@ -4,10 +4,42 @@ diff --git a/theme_odoo_experts/views/snippets/s_showcase.xml b/theme_odoo_experts/views/snippets/s_showcase.xml new file mode 100644 index 000000000..6b767486c --- /dev/null +++ b/theme_odoo_experts/views/snippets/s_showcase.xml @@ -0,0 +1,59 @@ + + + + + + diff --git a/theme_odoo_experts/views/snippets/s_text_image.xml b/theme_odoo_experts/views/snippets/s_text_image.xml index d729bfc55..c30da6c81 100644 --- a/theme_odoo_experts/views/snippets/s_text_image.xml +++ b/theme_odoo_experts/views/snippets/s_text_image.xml @@ -6,48 +6,30 @@ - - - - - - - - + - - We care about results + +

Expert Guidance for Long-Term Success

+ - -
-
- - Guided by expertise gained over 20 years of achieving success for clients, we practice with passion and strategic focus on the future. + +


Our team provides the expertise and strategic insight needed to help your business thrive in a competitive landscape. We create tailored solutions that foster sustainable growth and long-term success.

+ + - + + - /web_editor/image_shape/website.s_text_image_default_image/web_editor/devices/browser_02.svg?c4=o-color-4&c5=o-color-2 - web_editor/devices/browser_02 + /web_editor/image_shape/website.s_text_image_default_image/web_editor/devices/ipad_front_landscape.svg + web_editor/devices/ipad_front_landscape image/jpg s_text_image.svg - ;;;o-color-4;o-color-2 - - - - -