@gudhub/ssg-web-components-library 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +3 -0
- package/package.json +20 -0
- package/src/components/about-us-banner/about-us-banner-data.json +9 -0
- package/src/components/about-us-banner/about-us-banner.html +19 -0
- package/src/components/about-us-banner/about-us-banner.js +23 -0
- package/src/components/about-us-banner/about-us-banner.scss +59 -0
- package/src/components/about-us-banner/config.js +5 -0
- package/src/components/about-us-image-counter/about-us-image-counter-data.json +35 -0
- package/src/components/about-us-image-counter/about-us-image-counter.html +22 -0
- package/src/components/about-us-image-counter/about-us-image-counter.js +23 -0
- package/src/components/about-us-image-counter/about-us-image-counter.scss +44 -0
- package/src/components/about-us-image-counter/config.js +5 -0
- package/src/components/about-us-team-members/about-us-team-members-data.json +99 -0
- package/src/components/about-us-team-members/about-us-team-members.html +25 -0
- package/src/components/about-us-team-members/about-us-team-members.js +22 -0
- package/src/components/about-us-team-members/about-us-team-members.scss +71 -0
- package/src/components/about-us-team-members/config.js +5 -0
- package/src/components/animation-block/animation-block-data.json +40 -0
- package/src/components/animation-block/animation-block.html +37 -0
- package/src/components/animation-block/animation-block.js +23 -0
- package/src/components/animation-block/animation-block.scss +337 -0
- package/src/components/animation-block/config.js +5 -0
- package/src/components/banner-and-text/banner-and-text-data.json +24 -0
- package/src/components/banner-and-text/banner-and-text.html +30 -0
- package/src/components/banner-and-text/banner-and-text.js +25 -0
- package/src/components/banner-and-text/banner-and-text.scss +85 -0
- package/src/components/banner-and-text/config.js +5 -0
- package/src/components/blog/article/allArticles.json +96 -0
- package/src/components/blog/article/article-component.html +189 -0
- package/src/components/blog/article/article-component.js +340 -0
- package/src/components/blog/article/article-component.scss +776 -0
- package/src/components/blog/article/authors-object.json +125 -0
- package/src/components/blog/article/categories-object.json +47 -0
- package/src/components/blog/author-page/author-page.html +37 -0
- package/src/components/blog/author-page/author-page.js +113 -0
- package/src/components/blog/author-page/author-page.json +111 -0
- package/src/components/blog/author-page/author-page.scss +107 -0
- package/src/components/blog/authors-list/authors-list.html +40 -0
- package/src/components/blog/authors-list/authors-list.js +60 -0
- package/src/components/blog/authors-list/authors-list.json +132 -0
- package/src/components/blog/authors-list/authors-list.scss +171 -0
- package/src/components/blog/categories-list/categories-list.html +21 -0
- package/src/components/blog/categories-list/categories-list.js +26 -0
- package/src/components/blog/categories-list/categories-list.json +53 -0
- package/src/components/blog/categories-list/categories-list.scss +125 -0
- package/src/components/blog/comments/comments.html +89 -0
- package/src/components/blog/comments/comments.js +181 -0
- package/src/components/blog/comments/comments.json +130 -0
- package/src/components/blog/comments/comments.scss +324 -0
- package/src/components/blog/contents/contents.html +14 -0
- package/src/components/blog/contents/contents.js +63 -0
- package/src/components/blog/contents/contents.scss +157 -0
- package/src/components/blog/posts-template/articles.json +139 -0
- package/src/components/blog/posts-template/authors-object.json +61 -0
- package/src/components/blog/posts-template/categories.json +61 -0
- package/src/components/blog/posts-template/posts-template.html +239 -0
- package/src/components/blog/posts-template/posts-template.js +532 -0
- package/src/components/blog/posts-template/posts-template.scss +566 -0
- package/src/components/breadcrumbs/breadcrumbs-component.js +65 -0
- package/src/components/breadcrumbs/breadcrumbs.html +21 -0
- package/src/components/breadcrumbs/breadcrumbs.scss +118 -0
- package/src/components/breadcrumbs/config.js +5 -0
- package/src/components/button-component/button-component.html +3 -0
- package/src/components/button-component/button-component.js +39 -0
- package/src/components/button-component/button-component.readme.md +11 -0
- package/src/components/button-component/button-component.scss +34 -0
- package/src/components/button-component/config.js +5 -0
- package/src/components/category-banner/category-banner.html +7 -0
- package/src/components/category-banner/category-banner.js +44 -0
- package/src/components/category-banner/category-banner.scss +22 -0
- package/src/components/category-banner/config.js +5 -0
- package/src/components/contact-us-block/config.js +5 -0
- package/src/components/contact-us-block/contact-us-block.html +41 -0
- package/src/components/contact-us-block/contact-us-block.js +22 -0
- package/src/components/contact-us-block/contact-us-block.scss +59 -0
- package/src/components/cookies-popup/config.js +5 -0
- package/src/components/cookies-popup/cookies-popup.html +8 -0
- package/src/components/cookies-popup/cookies-popup.js +27 -0
- package/src/components/cookies-popup/cookies-popup.scss +68 -0
- package/src/components/counter-section/config.js +5 -0
- package/src/components/counter-section/counter-section-data.json +21 -0
- package/src/components/counter-section/counter-section.html +38 -0
- package/src/components/counter-section/counter-section.js +23 -0
- package/src/components/counter-section/counter-section.readme.md +19 -0
- package/src/components/counter-section/counter-section.scss +204 -0
- package/src/components/counter-section-with-text/config.js +5 -0
- package/src/components/counter-section-with-text/counter-section-with-text-data.json +21 -0
- package/src/components/counter-section-with-text/counter-section-with-text.html +46 -0
- package/src/components/counter-section-with-text/counter-section-with-text.js +23 -0
- package/src/components/counter-section-with-text/counter-section-with-text.readme.md +19 -0
- package/src/components/counter-section-with-text/counter-section-with-text.scss +164 -0
- package/src/components/crm-services-banner/config.js +5 -0
- package/src/components/crm-services-banner/crm-services-banner-data.json +20 -0
- package/src/components/crm-services-banner/crm-services-banner.html +28 -0
- package/src/components/crm-services-banner/crm-services-banner.js +25 -0
- package/src/components/crm-services-banner/crm-services-banner.scss +57 -0
- package/src/components/edit-mode/config.js +5 -0
- package/src/components/edit-mode/edit-mode.html +4 -0
- package/src/components/edit-mode/edit-mode.js +23 -0
- package/src/components/edit-mode/edit-mode.scss +69 -0
- package/src/components/faq/config.js +5 -0
- package/src/components/faq/faq.html +20 -0
- package/src/components/faq/faq.js +40 -0
- package/src/components/faq/faq.scss +80 -0
- package/src/components/footer/config.js +5 -0
- package/src/components/footer/footer.html +74 -0
- package/src/components/footer/footer.js +21 -0
- package/src/components/footer/footer.scss +356 -0
- package/src/components/footer/pages-object.json +58 -0
- package/src/components/fullscreen-image-and-text/config.js +5 -0
- package/src/components/fullscreen-image-and-text/fullscreen-image-and-text.html +42 -0
- package/src/components/fullscreen-image-and-text/fullscreen-image-and-text.js +29 -0
- package/src/components/fullscreen-image-and-text/fullscreen-image-and-text.scss +192 -0
- package/src/components/get-in-touch-block/config.js +5 -0
- package/src/components/get-in-touch-block/get-in-touch-block-data.json +4 -0
- package/src/components/get-in-touch-block/get-in-touch-block.html +11 -0
- package/src/components/get-in-touch-block/get-in-touch-block.js +22 -0
- package/src/components/get-in-touch-block/get-in-touch-block.scss +12 -0
- package/src/components/get-in-touch-form/config.js +5 -0
- package/src/components/get-in-touch-form/get-in-touch-form-data.json +114 -0
- package/src/components/get-in-touch-form/get-in-touch-form.html +35 -0
- package/src/components/get-in-touch-form/get-in-touch-form.js +115 -0
- package/src/components/get-in-touch-form/get-in-touch-form.readme.md +45 -0
- package/src/components/get-in-touch-form/get-in-touch-form.scss +334 -0
- package/src/components/get-in-touch-form/sendEmail.js +161 -0
- package/src/components/grid/config.js +5 -0
- package/src/components/grid/grid.html +51 -0
- package/src/components/grid/grid.js +115 -0
- package/src/components/grid/grid.scss +566 -0
- package/src/components/grid-component/config.js +5 -0
- package/src/components/grid-component/grid-component-data.json +115 -0
- package/src/components/grid-component/grid-component.html +52 -0
- package/src/components/grid-component/grid-component.js +40 -0
- package/src/components/grid-component/grid-component.readme.md +32 -0
- package/src/components/grid-component/grid-component.scss +199 -0
- package/src/components/header/config.js +5 -0
- package/src/components/header/header.html +60 -0
- package/src/components/header/header.js +55 -0
- package/src/components/header/header.scss +556 -0
- package/src/components/homepage-banner/config.js +5 -0
- package/src/components/homepage-banner/homepage-banner.html +1443 -0
- package/src/components/homepage-banner/homepage-banner.js +23 -0
- package/src/components/homepage-banner/homepage-banner.scss +147 -0
- package/src/components/image-component/config.js +5 -0
- package/src/components/image-component/image-component.html +25 -0
- package/src/components/image-component/image-component.js +107 -0
- package/src/components/list-text-and-media/config.js +5 -0
- package/src/components/list-text-and-media/list-text-and-media-data.json +70 -0
- package/src/components/list-text-and-media/list-text-and-media.html +38 -0
- package/src/components/list-text-and-media/list-text-and-media.js +22 -0
- package/src/components/list-text-and-media/list-text-and-media.readme.md +30 -0
- package/src/components/list-text-and-media/list-text-and-media.scss +156 -0
- package/src/components/media-and-accordion/config.js +5 -0
- package/src/components/media-and-accordion/media-and-accordion-data.json +84 -0
- package/src/components/media-and-accordion/media-and-accordion.html +37 -0
- package/src/components/media-and-accordion/media-and-accordion.js +55 -0
- package/src/components/media-and-accordion/media-and-accordion.scss +170 -0
- package/src/components/media-and-list-of-text/config.js +5 -0
- package/src/components/media-and-list-of-text/media-and-list-of-text-data.json +16 -0
- package/src/components/media-and-list-of-text/media-and-list-of-text.html +32 -0
- package/src/components/media-and-list-of-text/media-and-list-of-text.js +24 -0
- package/src/components/media-and-list-of-text/media-and-list-of-text.readme.md +26 -0
- package/src/components/media-and-list-of-text/media-and-list-of-text.scss +102 -0
- package/src/components/media-and-text/config.js +5 -0
- package/src/components/media-and-text/media-and-text-data.json +20 -0
- package/src/components/media-and-text/media-and-text.html +26 -0
- package/src/components/media-and-text/media-and-text.js +26 -0
- package/src/components/media-and-text/media-and-text.scss +51 -0
- package/src/components/meta/articles.json +95 -0
- package/src/components/meta/author-schema.js +71 -0
- package/src/components/meta/authors.json +108 -0
- package/src/components/meta/blog-schema.js +93 -0
- package/src/components/meta/canonical.js +74 -0
- package/src/components/meta/config.js +40 -0
- package/src/components/meta/meta-index.js +14 -0
- package/src/components/meta/meta-tag.js +168 -0
- package/src/components/meta/organization-schema.js +50 -0
- package/src/components/meta/service-schema.js +76 -0
- package/src/components/meta/title-tag.js +64 -0
- package/src/components/overflow-cards/config.js +5 -0
- package/src/components/overflow-cards/overflow-cards-data.json +33 -0
- package/src/components/overflow-cards/overflow-cards.html +33 -0
- package/src/components/overflow-cards/overflow-cards.js +28 -0
- package/src/components/overflow-cards/overflow-cards.scss +112 -0
- package/src/components/popup/config.js +5 -0
- package/src/components/popup/popup.html +10 -0
- package/src/components/popup/popup.js +66 -0
- package/src/components/popup/popup.readme.md +13 -0
- package/src/components/popup/popup.scss +76 -0
- package/src/components/prices-cards/config.js +5 -0
- package/src/components/prices-cards/prices-cards-data.json +90 -0
- package/src/components/prices-cards/prices-cards.html +35 -0
- package/src/components/prices-cards/prices-cards.js +23 -0
- package/src/components/prices-cards/prices-cards.readme.md +48 -0
- package/src/components/prices-cards/prices-cards.scss +206 -0
- package/src/components/recent-posts/author-object.json +53 -0
- package/src/components/recent-posts/config.js +5 -0
- package/src/components/recent-posts/recent-posts.html +85 -0
- package/src/components/recent-posts/recent-posts.js +89 -0
- package/src/components/recent-posts/recent-posts.json +258 -0
- package/src/components/recent-posts/recent-posts.scss +274 -0
- package/src/components/reviews-slider/config.js +5 -0
- package/src/components/reviews-slider/reviews-slider-data.json +30 -0
- package/src/components/reviews-slider/reviews-slider.html +48 -0
- package/src/components/reviews-slider/reviews-slider.js +86 -0
- package/src/components/reviews-slider/reviews-slider.scss +92 -0
- package/src/components/service-counter/config.js +5 -0
- package/src/components/service-counter/service-counter-data.json +24 -0
- package/src/components/service-counter/service-counter.html +19 -0
- package/src/components/service-counter/service-counter.js +23 -0
- package/src/components/service-counter/service-counter.scss +171 -0
- package/src/components/service-image-counter/config.js +5 -0
- package/src/components/service-image-counter/service-image-counter-data.json +52 -0
- package/src/components/service-image-counter/service-image-counter.html +30 -0
- package/src/components/service-image-counter/service-image-counter.js +23 -0
- package/src/components/service-image-counter/service-image-counter.scss +114 -0
- package/src/components/tabs/config.js +5 -0
- package/src/components/tabs/tabs-component.js +45 -0
- package/src/components/tabs/tabs.html +28 -0
- package/src/components/tabs/tabs.scss +399 -0
- package/src/components/text-only/config.js +5 -0
- package/src/components/text-only/text-only-data.json +4 -0
- package/src/components/text-only/text-only.html +8 -0
- package/src/components/text-only/text-only.js +20 -0
- package/src/components/text-only/text-only.scss +21 -0
- package/src/components/top-banner/config.js +5 -0
- package/src/components/top-banner/top-banner.html +22 -0
- package/src/components/top-banner/top-banner.js +50 -0
- package/src/components/top-banner/top-banner.scss +132 -0
- package/src/config.js +38 -0
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import html from './top-banner.html';
|
|
2
|
+
import './top-banner.scss';
|
|
3
|
+
class TopBanner extends GHComponent {
|
|
4
|
+
/**
|
|
5
|
+
* data-background-image - without value
|
|
6
|
+
* If you set attribute - data-background-image you can write a path to image like a value for property "background_image" in json object of this component on GudHub
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
constructor() {
|
|
10
|
+
super();
|
|
11
|
+
}
|
|
12
|
+
async onServerRender() {
|
|
13
|
+
let url = new URL(window.location.href);
|
|
14
|
+
url = url.searchParams.get('path');
|
|
15
|
+
this.slug = url;
|
|
16
|
+
// if this a pagination page (/blog/page/2/), set in the breadcrumbs only one item (Home > Blog)
|
|
17
|
+
if (url.includes('/page/')) {
|
|
18
|
+
this.page = true;
|
|
19
|
+
this.breadcrumbs = JSON.stringify([{"title": "Blog"}])
|
|
20
|
+
} else {
|
|
21
|
+
this.page = false;
|
|
22
|
+
this.ghId = this.getAttribute('data-gh-id') || null;
|
|
23
|
+
this.json = await super.getGhData(this.ghId);
|
|
24
|
+
|
|
25
|
+
this.button = this.json.button || null;
|
|
26
|
+
if (!this.json.button) {
|
|
27
|
+
this.classList.add('without_button');
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
let breadcrumbsTitle = document.createElement('div')
|
|
31
|
+
breadcrumbsTitle.innerHTML = this.json.title;
|
|
32
|
+
|
|
33
|
+
this.breadcrumbs = JSON.stringify([{"title": breadcrumbsTitle.innerText}]);
|
|
34
|
+
|
|
35
|
+
this.image = this.json.image || false;
|
|
36
|
+
}
|
|
37
|
+
this.backgroundImage = this.hasAttribute('data-background-image');
|
|
38
|
+
if (this.backgroundImage) {
|
|
39
|
+
this.style.backgroundImage = `url(${this.json.background_image})`;
|
|
40
|
+
this.style.setProperty('--breadcrumbsColor', '#DBE2E7');
|
|
41
|
+
this.style.setProperty('--breadcrumbsLastColor', '#fff');
|
|
42
|
+
} else {
|
|
43
|
+
this.style.setProperty('--breadcrumbsColor', '#4D555B');
|
|
44
|
+
this.style.setProperty('--breadcrumbsLastColor', '#000');
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
super.render(html);
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
window.customElements.define('top-banner', TopBanner);
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
top-banner {
|
|
2
|
+
&[data-background-image] {
|
|
3
|
+
background-image: var(--backgroundImage);
|
|
4
|
+
background-repeat: no-repeat;
|
|
5
|
+
background-size: cover;
|
|
6
|
+
.button {
|
|
7
|
+
background-color: #2b60fa;
|
|
8
|
+
&:hover {
|
|
9
|
+
border-color: #fff;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
.top_banner {
|
|
13
|
+
padding: 120px 0;
|
|
14
|
+
padding-top: 70px;
|
|
15
|
+
}
|
|
16
|
+
h1 {
|
|
17
|
+
color: #fff;
|
|
18
|
+
}
|
|
19
|
+
.main_subtitle {
|
|
20
|
+
color: #fff;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
.top_banner {
|
|
24
|
+
position: relative;
|
|
25
|
+
height: 100%;
|
|
26
|
+
padding-top: 70px;
|
|
27
|
+
.small_container {
|
|
28
|
+
text-align: center;
|
|
29
|
+
max-width: 950px;
|
|
30
|
+
margin: 0 auto;
|
|
31
|
+
}
|
|
32
|
+
.main_subtitle {
|
|
33
|
+
margin-bottom: 45px;
|
|
34
|
+
}
|
|
35
|
+
.button {
|
|
36
|
+
margin: 0 auto;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
@media screen and (max-width: 1500px) {
|
|
41
|
+
top-banner {
|
|
42
|
+
.top_banner {
|
|
43
|
+
.small_container {
|
|
44
|
+
padding: 0 40px;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
@media screen and (max-width: 600px) {
|
|
51
|
+
top-banner {
|
|
52
|
+
padding-top: 46px;
|
|
53
|
+
.top_banner {
|
|
54
|
+
.small_container {
|
|
55
|
+
padding: 0 15px;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
top-banner[data-background-image=true].without_button .top_banner {
|
|
61
|
+
padding: 60px 0;
|
|
62
|
+
.main_subtitle {
|
|
63
|
+
margin-bottom: 0;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
top-banner[data-background-image=true] {
|
|
67
|
+
padding-top: 0;
|
|
68
|
+
.top_banner {
|
|
69
|
+
padding: 60px 0;
|
|
70
|
+
padding-top: 22px;
|
|
71
|
+
breadcrumbs-component {
|
|
72
|
+
padding-top: 0 !important;
|
|
73
|
+
.breadcrumbs_list {
|
|
74
|
+
margin-bottom: 22px;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
.main_subtitle {
|
|
78
|
+
margin-bottom: 30px;
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
top-banner .top_banner .main_subtitle {
|
|
83
|
+
margin-bottom: 25px;
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
@media screen and (max-width: 1450px) {
|
|
88
|
+
.service_banner_right {
|
|
89
|
+
width: 44%;
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
@media screen and (max-width: 1300px) {
|
|
93
|
+
.service_banner {
|
|
94
|
+
display: flex;
|
|
95
|
+
flex-direction: column-reverse;
|
|
96
|
+
height: auto;
|
|
97
|
+
padding: 0;
|
|
98
|
+
&_right {
|
|
99
|
+
width: 100%;
|
|
100
|
+
height: 200px;
|
|
101
|
+
position: static;
|
|
102
|
+
max-width: 100%;
|
|
103
|
+
img {
|
|
104
|
+
width: 100%;
|
|
105
|
+
height: 200px;
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
&_left {
|
|
109
|
+
max-width: 100%;
|
|
110
|
+
padding-bottom: 40px;
|
|
111
|
+
}
|
|
112
|
+
h1 {
|
|
113
|
+
margin-top: 40px;
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
@media screen and (max-width: 600px) {
|
|
118
|
+
.service_banner {
|
|
119
|
+
h1 {
|
|
120
|
+
margin-top: 30px;
|
|
121
|
+
}
|
|
122
|
+
&_right {
|
|
123
|
+
height: 120px;
|
|
124
|
+
img {
|
|
125
|
+
height: 120px;
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
&_left {
|
|
129
|
+
padding-bottom: 30px;
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
}
|
package/src/config.js
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
export * as metaComponents from './components/meta/config.js';
|
|
2
|
+
export { topBanner } from './components/top-banner/config.js';
|
|
3
|
+
export { headerComponent } from './components/header/config.js';
|
|
4
|
+
export { footerComponent } from './components/footer/config.js';
|
|
5
|
+
export { counterSection } from './components/counter-section/config.js';
|
|
6
|
+
export { getInTouchBlock } from './components/get-in-touch-block/config.js';
|
|
7
|
+
export { buttonComponent } from './components/button-component/config.js';
|
|
8
|
+
export { getInTouchForm } from './components/get-in-touch-form/config.js';
|
|
9
|
+
export { popupContainer } from './components/popup/config.js';
|
|
10
|
+
export { recentPosts } from './components/recent-posts/config.js';
|
|
11
|
+
export { gridOld } from './components/grid/config.js';
|
|
12
|
+
export { editMode } from './components/edit-mode/config.js';
|
|
13
|
+
export { imageComponent } from './components/image-component/config.js';
|
|
14
|
+
export { fullscreenImageAndText } from './components/fullscreen-image-and-text/config.js';
|
|
15
|
+
export { contactUsBlock } from './components/contact-us-block/config.js';
|
|
16
|
+
export { tabsComponent } from './components/tabs/config.js';
|
|
17
|
+
export { faqComponent } from './components/faq/config.js';
|
|
18
|
+
export { breadcrumbsComponent } from './components/breadcrumbs/config.js';
|
|
19
|
+
export { textOnly } from './components/text-only/config.js';
|
|
20
|
+
export { categoryBanner } from './components/category-banner/config.js';
|
|
21
|
+
export { reviewsSlider } from './components/reviews-slider/config.js';
|
|
22
|
+
export { homepageBanner } from './components/homepage-banner/config.js';
|
|
23
|
+
export { gridComponent } from './components/grid-component/config.js';
|
|
24
|
+
export { mediaAndText } from './components/media-and-text/config.js';
|
|
25
|
+
export { mediaAndAccordion } from './components/media-and-accordion/config.js';
|
|
26
|
+
export { animationBlock } from './components/animation-block/config.js';
|
|
27
|
+
export { pricesCards } from './components/prices-cards/config.js';
|
|
28
|
+
export { bannerAndText } from './components/banner-and-text/config.js';
|
|
29
|
+
export { overflowCards } from './components/overflow-cards/config.js';
|
|
30
|
+
export { crmServicesBanner } from './components/crm-services-banner/config.js';
|
|
31
|
+
export { serviceCounter } from './components/service-counter/config.js';
|
|
32
|
+
export { serviceImageCounter } from './components/service-image-counter/config.js';
|
|
33
|
+
export { mediaAndListOfText } from './components/media-and-list-of-text/config.js';
|
|
34
|
+
export { listTextAndMedia } from './components/list-text-and-media/config.js';
|
|
35
|
+
export { counterSectionWithText } from './components/counter-section-with-text/config.js';
|
|
36
|
+
export { aboutUsBanner } from './components/about-us-banner/config.js';
|
|
37
|
+
export { aboutUsImageCounter } from './components/about-us-image-counter/config.js';
|
|
38
|
+
export { aboutUsTeamMembers } from './components/about-us-team-members/config.js';
|