@posiwise/public-modules 0.0.134 → 0.0.6654

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.
Files changed (105) hide show
  1. package/esm2022/index.mjs +2 -12
  2. package/esm2022/lib/config/constant.mjs +6 -16
  3. package/esm2022/lib/error-page/error-page.component.mjs +7 -7
  4. package/esm2022/lib/incidents-status/incidents-status.component.mjs +13 -73
  5. package/esm2022/lib/landing-pages/hiring/careers/careers.component.mjs +8 -8
  6. package/esm2022/lib/landing-pages/hiring/careers-contact-us/careers-contact-us.component.mjs +77 -13
  7. package/esm2022/lib/landing-pages/hiring/careers-explainer/careers-explainer.component.mjs +5 -5
  8. package/esm2022/lib/landing-pages/landing-page/landing-page.component.mjs +30 -32
  9. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-about-us/landing-page-about-us.component.mjs +5 -5
  10. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-banner/landing-page-banner.component.mjs +8 -20
  11. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-blog/landing-page-blog.component.mjs +18 -0
  12. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-change-adapt/landing-page-change-adapt.component.mjs +5 -5
  13. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-contact/landing-page-contact.component.mjs +10 -10
  14. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-footer/landing-page-footer.component.mjs +5 -5
  15. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-header/landing-page-header.component.mjs +5 -9
  16. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-innovate/landing-page-innovate.component.mjs +5 -5
  17. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-our-products/landing-page-our-products.component.mjs +24 -11
  18. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-services/landing-page-services.component.mjs +5 -5
  19. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-subscribe/landing-page-subscribe.component.mjs +9 -9
  20. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-team/landing-page-team.component.mjs +5 -5
  21. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-testimonials/landing-page-testimonials.component.mjs +5 -5
  22. package/esm2022/lib/landing-pages/landing-page/sections/main-explainer/main-explainer.component.mjs +5 -5
  23. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-about-us-b/landing-page-about-us-b.component.mjs +5 -5
  24. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-banner-b/landing-page-banner-b.component.mjs +6 -6
  25. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-change-adapt-b/landing-page-change-adapt-b.component.mjs +5 -5
  26. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-contact-b/landing-page-contact-b.component.mjs +10 -10
  27. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-header-b/landing-page-header-b.component.mjs +5 -9
  28. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-innovate-b/landing-page-innovate-b.component.mjs +5 -5
  29. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-our-products-b/landing-page-our-products-b.component.mjs +24 -11
  30. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-services-b/landing-page-services-b.component.mjs +5 -5
  31. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-subscribe-b/landing-page-subscribe-b.component.mjs +9 -9
  32. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-team-b/landing-page-team-b.component.mjs +5 -5
  33. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-testimonials-b/landing-page-testimonials-b.component.mjs +5 -5
  34. package/esm2022/lib/landing-pages/landing-page/sections-b/main-explainer-b/main-explainer-b.component.mjs +5 -5
  35. package/esm2022/lib/landing-pages/tech-features/communication-and-notifications/communication-and-notifications.component.mjs +25 -19
  36. package/esm2022/lib/landing-pages/tech-features/core-feature-explainer/core-feature-explainer.component.mjs +5 -5
  37. package/esm2022/lib/landing-pages/tech-features/core-features/core-features.component.mjs +26 -14
  38. package/esm2022/lib/landing-pages/tech-features/customer-success/customer-success.component.mjs +25 -19
  39. package/esm2022/lib/landing-pages/tech-features/enterprise-management/enterprise-management.component.mjs +28 -11
  40. package/esm2022/lib/landing-pages/tech-features/ip-management/ip-management.component.mjs +28 -11
  41. package/esm2022/lib/landing-pages/tech-features/payments/payments.component.mjs +28 -11
  42. package/esm2022/lib/landing-pages/tech-features/security/security.component.mjs +28 -11
  43. package/esm2022/lib/landing-pages/tech-features/ui-builder/ui-builder.component.mjs +28 -11
  44. package/esm2022/lib/landing-pages/tech-features/user-management/user-management.component.mjs +28 -11
  45. package/esm2022/lib/landing-pages/ventures/venture/venture.component.mjs +9 -9
  46. package/esm2022/lib/landing-pages/ventures/venture-explainer/venture-explainer.component.mjs +5 -5
  47. package/esm2022/lib/lock-screen/lock-screen-page.component.mjs +6 -5
  48. package/esm2022/lib/maintenance/maintenance-page.component.mjs +9 -13
  49. package/esm2022/lib/notfound-page/notfound-page.component.mjs +7 -6
  50. package/esm2022/lib/public.module.mjs +145 -45
  51. package/fesm2022/posiwise-public-modules.mjs +833 -1168
  52. package/fesm2022/posiwise-public-modules.mjs.map +1 -1
  53. package/index.d.ts +1 -9
  54. package/lib/config/constant.d.ts +0 -1
  55. package/lib/error-page/error-page.component.d.ts +1 -1
  56. package/lib/incidents-status/incidents-status.component.d.ts +4 -14
  57. package/lib/landing-pages/hiring/careers/careers.component.d.ts +1 -1
  58. package/lib/landing-pages/hiring/careers-contact-us/careers-contact-us.component.d.ts +19 -5
  59. package/lib/landing-pages/landing-page/landing-page.component.d.ts +6 -7
  60. package/lib/landing-pages/landing-page/sections/landing-page-banner/landing-page-banner.component.d.ts +1 -6
  61. package/lib/landing-pages/landing-page/sections/landing-page-blog/landing-page-blog.component.d.ts +7 -0
  62. package/lib/landing-pages/landing-page/sections/landing-page-contact/landing-page-contact.component.d.ts +6 -6
  63. package/lib/landing-pages/landing-page/sections/landing-page-footer/landing-page-footer.component.d.ts +1 -1
  64. package/lib/landing-pages/landing-page/sections/landing-page-header/landing-page-header.component.d.ts +0 -2
  65. package/lib/landing-pages/landing-page/sections/landing-page-our-products/landing-page-our-products.component.d.ts +4 -2
  66. package/lib/landing-pages/landing-page/sections/landing-page-subscribe/landing-page-subscribe.component.d.ts +6 -6
  67. package/lib/landing-pages/landing-page/sections-b/landing-page-contact-b/landing-page-contact-b.component.d.ts +6 -6
  68. package/lib/landing-pages/landing-page/sections-b/landing-page-header-b/landing-page-header-b.component.d.ts +0 -2
  69. package/lib/landing-pages/landing-page/sections-b/landing-page-our-products-b/landing-page-our-products-b.component.d.ts +4 -2
  70. package/lib/landing-pages/landing-page/sections-b/landing-page-subscribe-b/landing-page-subscribe-b.component.d.ts +5 -5
  71. package/lib/landing-pages/tech-features/communication-and-notifications/communication-and-notifications.component.d.ts +9 -5
  72. package/lib/landing-pages/tech-features/core-features/core-features.component.d.ts +11 -6
  73. package/lib/landing-pages/tech-features/customer-success/customer-success.component.d.ts +9 -5
  74. package/lib/landing-pages/tech-features/enterprise-management/enterprise-management.component.d.ts +10 -4
  75. package/lib/landing-pages/tech-features/ip-management/ip-management.component.d.ts +10 -4
  76. package/lib/landing-pages/tech-features/payments/payments.component.d.ts +10 -4
  77. package/lib/landing-pages/tech-features/security/security.component.d.ts +10 -4
  78. package/lib/landing-pages/tech-features/ui-builder/ui-builder.component.d.ts +10 -4
  79. package/lib/landing-pages/tech-features/user-management/user-management.component.d.ts +10 -4
  80. package/lib/landing-pages/ventures/venture/venture.component.d.ts +1 -1
  81. package/lib/maintenance/maintenance-page.component.d.ts +2 -6
  82. package/lib/public.module.d.ts +56 -26
  83. package/package.json +3 -3
  84. package/esm2022/lib/ab-test/ab-alternative/ab-alternative.component.mjs +0 -26
  85. package/esm2022/lib/ab-test/ab-test-container/ab-test-container.component.mjs +0 -46
  86. package/esm2022/lib/ab-test/ab-test.interface.mjs +0 -2
  87. package/esm2022/lib/ab-test/ab-test.module.mjs +0 -23
  88. package/esm2022/lib/error-status-pages.module.mjs +0 -86
  89. package/esm2022/lib/geo-template/geo-template.component.mjs +0 -24
  90. package/esm2022/lib/landing-page-shared.module.mjs +0 -222
  91. package/esm2022/lib/landing-pages/base/base-contact-form.component.mjs +0 -88
  92. package/esm2022/lib/landing-pages/base/base-landing-page.component.mjs +0 -30
  93. package/esm2022/lib/landing-pages/tech-features/base-tech-feature.component.mjs +0 -45
  94. package/esm2022/lib/resource-meetings/resource-meetings.component.mjs +0 -34
  95. package/lib/ab-test/ab-alternative/ab-alternative.component.d.ts +0 -16
  96. package/lib/ab-test/ab-test-container/ab-test-container.component.d.ts +0 -19
  97. package/lib/ab-test/ab-test.interface.d.ts +0 -9
  98. package/lib/ab-test/ab-test.module.d.ts +0 -13
  99. package/lib/error-status-pages.module.d.ts +0 -21
  100. package/lib/geo-template/geo-template.component.d.ts +0 -12
  101. package/lib/landing-page-shared.module.d.ts +0 -48
  102. package/lib/landing-pages/base/base-contact-form.component.d.ts +0 -26
  103. package/lib/landing-pages/base/base-landing-page.component.d.ts +0 -17
  104. package/lib/landing-pages/tech-features/base-tech-feature.component.d.ts +0 -19
  105. package/lib/resource-meetings/resource-meetings.component.d.ts +0 -18
@@ -1,34 +1,32 @@
1
1
  import { DOCUMENT } from '@angular/common';
2
- import { Component, Inject } from '@angular/core';
3
- import { Router } from '@angular/router';
4
- import { AuthService, MainApiHttpService } from '@posiwise/common-services';
2
+ import { Component, Inject, Injector } from '@angular/core';
5
3
  import { MICRO_SERVICE } from '@posiwise/common-utilities';
4
+ import { AppBaseComponent } from '@posiwise/app-base-component';
5
+ import { AuthService, MainApiHttpService } from '@posiwise/common-services';
6
6
  import * as i0 from "@angular/core";
7
7
  import * as i1 from "@posiwise/common-services";
8
- import * as i2 from "@angular/router";
9
- import * as i3 from "../../ab-test/ab-alternative/ab-alternative.component";
10
- import * as i4 from "../../ab-test/ab-test-container/ab-test-container.component";
11
- import * as i5 from "./sections/landing-page-about-us/landing-page-about-us.component";
12
- import * as i6 from "./sections/landing-page-banner/landing-page-banner.component";
8
+ import * as i2 from "@posiwise/shared-components";
9
+ import * as i3 from "./sections/landing-page-about-us/landing-page-about-us.component";
10
+ import * as i4 from "./sections/landing-page-banner/landing-page-banner.component";
11
+ import * as i5 from "./sections/landing-page-footer/landing-page-footer.component";
12
+ import * as i6 from "./sections/landing-page-subscribe/landing-page-subscribe.component";
13
13
  import * as i7 from "./sections/landing-page-contact/landing-page-contact.component";
14
- import * as i8 from "./sections/landing-page-footer/landing-page-footer.component";
15
- import * as i9 from "./sections/landing-page-header/landing-page-header.component";
16
- import * as i10 from "./sections/landing-page-innovate/landing-page-innovate.component";
17
- import * as i11 from "./sections/landing-page-our-products/landing-page-our-products.component";
18
- import * as i12 from "./sections/landing-page-services/landing-page-services.component";
19
- import * as i13 from "./sections/landing-page-subscribe/landing-page-subscribe.component";
20
- import * as i14 from "./sections-b/landing-page-about-us-b/landing-page-about-us-b.component";
21
- import * as i15 from "./sections-b/landing-page-banner-b/landing-page-banner-b.component";
22
- import * as i16 from "./sections-b/landing-page-contact-b/landing-page-contact-b.component";
23
- import * as i17 from "./sections-b/landing-page-header-b/landing-page-header-b.component";
24
- import * as i18 from "./sections-b/landing-page-innovate-b/landing-page-innovate-b.component";
25
- import * as i19 from "./sections-b/landing-page-our-products-b/landing-page-our-products-b.component";
26
- import * as i20 from "./sections-b/landing-page-services-b/landing-page-services-b.component";
27
- import * as i21 from "./sections-b/landing-page-subscribe-b/landing-page-subscribe-b.component";
28
- export class LandingPageComponent {
29
- constructor(authService, router, document) {
14
+ import * as i8 from "./sections/landing-page-our-products/landing-page-our-products.component";
15
+ import * as i9 from "./sections/landing-page-innovate/landing-page-innovate.component";
16
+ import * as i10 from "./sections/landing-page-services/landing-page-services.component";
17
+ import * as i11 from "./sections/landing-page-header/landing-page-header.component";
18
+ import * as i12 from "./sections-b/landing-page-about-us-b/landing-page-about-us-b.component";
19
+ import * as i13 from "./sections-b/landing-page-banner-b/landing-page-banner-b.component";
20
+ import * as i14 from "./sections-b/landing-page-subscribe-b/landing-page-subscribe-b.component";
21
+ import * as i15 from "./sections-b/landing-page-contact-b/landing-page-contact-b.component";
22
+ import * as i16 from "./sections-b/landing-page-our-products-b/landing-page-our-products-b.component";
23
+ import * as i17 from "./sections-b/landing-page-innovate-b/landing-page-innovate-b.component";
24
+ import * as i18 from "./sections-b/landing-page-services-b/landing-page-services-b.component";
25
+ import * as i19 from "./sections-b/landing-page-header-b/landing-page-header-b.component";
26
+ export class LandingPageComponent extends AppBaseComponent {
27
+ constructor(authService, document, injector) {
28
+ super(injector);
30
29
  this.authService = authService;
31
- this.router = router;
32
30
  this.document = document;
33
31
  this.MICRO_SERVICE_MAPPING = {
34
32
  [MICRO_SERVICE.CORE]: MainApiHttpService
@@ -49,14 +47,14 @@ export class LandingPageComponent {
49
47
  navigateToLogin() {
50
48
  window.location.href = '/login';
51
49
  }
52
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: LandingPageComponent, deps: [{ token: i1.AuthService }, { token: i2.Router }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Component }); }
53
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: LandingPageComponent, selector: "ng-component", ngImport: i0, template: "<pw-ab-test-container experimentName=\"landing_page_experiment_1\" [serviceInput]=\"MicroService\" #ref>\n <!-- AB Test => This is the CURRENT landing page -->\n <ab-alternative name=\"a\" [ref]=\"ref\" [default]=\"true\">\n <pw-landing-page-header></pw-landing-page-header>\n <pw-landing-page-banner></pw-landing-page-banner>\n <pw-landing-page-services id=\"services\"></pw-landing-page-services>\n <pw-landing-page-our-products id=\"products\"></pw-landing-page-our-products>\n <pw-landing-page-about-us id=\"about-us\" class=\"aboutus\"></pw-landing-page-about-us>\n <pw-landing-page-innovate></pw-landing-page-innovate>\n <pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-lp-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n <!--contact container-->\n <section id=\"contact\">\n <pw-landing-page-contact [gaEventObj]=\"{\n category: 'pw-lp-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\n </section>\n <!--footer container -->\n <pw-landing-page-footer></pw-landing-page-footer>\n </ab-alternative>\n <!-- AB Test => This is the NEW landing page -->\n <ab-alternative name=\"b\" [ref]=\"ref\">\n <pw-landing-page-header-b></pw-landing-page-header-b>\n <pw-landing-page-banner-b></pw-landing-page-banner-b>\n <pw-landing-page-services-b id=\"services-b\"></pw-landing-page-services-b>\n <pw-landing-page-our-products-b id=\"products-b\"></pw-landing-page-our-products-b>\n <pw-landing-page-about-us-b id=\"about-us-b\" class=\"aboutus\"></pw-landing-page-about-us-b>\n <pw-landing-page-innovate-b></pw-landing-page-innovate-b>\n <pw-landing-page-subscribe-b [gaEventObj]=\"{\n category: 'pw-lp-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-b',\n value: 1\n }\"></pw-landing-page-subscribe-b>\n <!--contact container-->\n <section id=\"contact-b\">\n <pw-landing-page-contact-b [gaEventObj]=\"{\n category: 'pw-lp-contact-us',\n action: 'contact-success',\n label: 'landing-page-b',\n value: 1\n }\"></pw-landing-page-contact-b>\n </section>\n <!--footer container -->\n <pw-landing-page-footer></pw-landing-page-footer>\n </ab-alternative>\n</pw-ab-test-container>\n", dependencies: [{ kind: "component", type: i3.AbAlternativeComponent, selector: "ab-alternative", inputs: ["name", "ref", "default"] }, { kind: "component", type: i4.AbTestContainerComponent, selector: "pw-ab-test-container", inputs: ["experimentName", "serviceInput"] }, { kind: "component", type: i5.LandingPageAboutUsComponent, selector: "pw-landing-page-about-us" }, { kind: "component", type: i6.LandingPageBannerComponent, selector: "pw-landing-page-banner" }, { kind: "component", type: i7.LandingPageContactComponent, selector: "pw-landing-page-contact", inputs: ["gaEventObj"] }, { kind: "component", type: i8.LandingPageFooterComponent, selector: "pw-landing-page-footer" }, { kind: "component", type: i9.LandingPageHeaderComponent, selector: "pw-landing-page-header", inputs: ["landing"] }, { kind: "component", type: i10.LandingPageInnovateComponent, selector: "pw-landing-page-innovate" }, { kind: "component", type: i11.LandingPageOurProductsComponent, selector: "pw-landing-page-our-products" }, { kind: "component", type: i12.LandingPageServicesComponent, selector: "pw-landing-page-services" }, { kind: "component", type: i13.LandingPageSubscribeComponent, selector: "pw-landing-page-subscribe", inputs: ["sourceId", "gaEventObj"] }, { kind: "component", type: i14.LandingPageAboutUsBComponent, selector: "pw-landing-page-about-us-b" }, { kind: "component", type: i15.LandingPageBannerBComponent, selector: "pw-landing-page-banner-b" }, { kind: "component", type: i16.LandingPageContactBComponent, selector: "pw-landing-page-contact-b", inputs: ["gaEventObj"] }, { kind: "component", type: i17.LandingPageHeaderBComponent, selector: "pw-landing-page-header-b", inputs: ["landing"] }, { kind: "component", type: i18.LandingPageInnovateBComponent, selector: "pw-landing-page-innovate-b" }, { kind: "component", type: i19.LandingPageOurProductsBComponent, selector: "pw-landing-page-our-products-b" }, { kind: "component", type: i20.LandingPageServicesBComponent, selector: "pw-landing-page-services-b" }, { kind: "component", type: i21.LandingPageSubscribeBComponent, selector: "pw-landing-page-subscribe-b", inputs: ["sourceId", "gaEventObj"] }] }); }
50
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LandingPageComponent, deps: [{ token: i1.AuthService }, { token: DOCUMENT }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
51
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.8", type: LandingPageComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: "<pw-ab-test-container experimentName=\"landing_page_experiment_1\"\n [serviceInput]=\"MicroService\"\n #ref>\n <!-- AB Test => This is the CURRENT landing page -->\n <ab-alternative name=\"b\"\n [ref]=\"ref\"\n [default]=\"true\">\n <pw-landing-page-header></pw-landing-page-header>\n\n <pw-landing-page-banner></pw-landing-page-banner>\n\n <pw-landing-page-services id=\"services\"></pw-landing-page-services>\n\n <pw-landing-page-our-products id=\"products\"></pw-landing-page-our-products>\n\n <pw-landing-page-about-us id=\"about-us\"\n class=\"aboutus\"></pw-landing-page-about-us>\n\n <!-- <pw-main-explainer></pw-main-explainer> -->\n\n <!-- <pw-landing-page-change-adapt></pw-landing-page-change-adapt> -->\n\n <pw-landing-page-innovate></pw-landing-page-innovate>\n\n <!-- <pw-landing-page-testimonials></pw-landing-page-testimonials> -->\n\n <pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-lp-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n\n <!-- <pw-landing-page-team></pw-landing-page-team> -->\n\n <!--contact container-->\n <section id=\"contact\">\n <pw-landing-page-contact [gaEventObj]=\"{\n category: 'pw-lp-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\n </section>\n\n <!--footer container -->\n <pw-landing-page-footer></pw-landing-page-footer>\n </ab-alternative>\n\n <!-- AB Test => This is the NEW landing page -->\n <ab-alternative name=\"a\"\n [ref]=\"ref\">\n <pw-landing-page-header-b></pw-landing-page-header-b>\n\n <pw-landing-page-banner-b></pw-landing-page-banner-b>\n\n <pw-landing-page-services-b id=\"services-b\"></pw-landing-page-services-b>\n\n <pw-landing-page-our-products-b id=\"products-b\"></pw-landing-page-our-products-b>\n\n <pw-landing-page-about-us-b id=\"about-us-b\"\n class=\"aboutus\"></pw-landing-page-about-us-b>\n\n <!-- <pw-main-explainer-b></pw-main-explainer-b> -->\n\n <!-- <pw-landing-page-change-adapt-b></pw-landing-page-change-adapt-b> -->\n\n <pw-landing-page-innovate-b></pw-landing-page-innovate-b>\n\n <!-- <pw-landing-page-testimonials-b></pw-landing-page-testimonials-b> -->\n\n <pw-landing-page-subscribe-b [gaEventObj]=\"{\n category: 'pw-lp-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-b',\n value: 1\n }\"></pw-landing-page-subscribe-b>\n\n <!-- <pw-landing-page-team-b></pw-landing-page-team-b> -->\n\n <!--contact container-->\n <section id=\"contact-b\">\n <pw-landing-page-contact-b [gaEventObj]=\"{\n category: 'pw-lp-contact-us',\n action: 'contact-success',\n label: 'landing-page-b',\n value: 1\n }\"></pw-landing-page-contact-b>\n </section>\n\n <!--footer container -->\n <pw-landing-page-footer></pw-landing-page-footer>\n </ab-alternative>\n</pw-ab-test-container>\n", dependencies: [{ kind: "component", type: i2.AbTestContainerComponent, selector: "pw-ab-test-container", inputs: ["experimentName", "serviceInput"] }, { kind: "component", type: i2.AbAlternativeComponent, selector: "ab-alternative", inputs: ["name", "ref", "default"] }, { kind: "component", type: i3.LandingPageAboutUsComponent, selector: "pw-landing-page-about-us" }, { kind: "component", type: i4.LandingPageBannerComponent, selector: "pw-landing-page-banner" }, { kind: "component", type: i5.LandingPageFooterComponent, selector: "pw-landing-page-footer" }, { kind: "component", type: i6.LandingPageSubscribeComponent, selector: "pw-landing-page-subscribe", inputs: ["sourceId", "gaEventObj"] }, { kind: "component", type: i7.LandingPageContactComponent, selector: "pw-landing-page-contact", inputs: ["gaEventObj"] }, { kind: "component", type: i8.LandingPageOurProductsComponent, selector: "pw-landing-page-our-products" }, { kind: "component", type: i9.LandingPageInnovateComponent, selector: "pw-landing-page-innovate" }, { kind: "component", type: i10.LandingPageServicesComponent, selector: "pw-landing-page-services" }, { kind: "component", type: i11.LandingPageHeaderComponent, selector: "pw-landing-page-header", inputs: ["landing"] }, { kind: "component", type: i12.LandingPageAboutUsBComponent, selector: "pw-landing-page-about-us-b" }, { kind: "component", type: i13.LandingPageBannerBComponent, selector: "pw-landing-page-banner-b" }, { kind: "component", type: i14.LandingPageSubscribeBComponent, selector: "pw-landing-page-subscribe-b", inputs: ["sourceId", "gaEventObj"] }, { kind: "component", type: i15.LandingPageContactBComponent, selector: "pw-landing-page-contact-b", inputs: ["gaEventObj"] }, { kind: "component", type: i16.LandingPageOurProductsBComponent, selector: "pw-landing-page-our-products-b" }, { kind: "component", type: i17.LandingPageInnovateBComponent, selector: "pw-landing-page-innovate-b" }, { kind: "component", type: i18.LandingPageServicesBComponent, selector: "pw-landing-page-services-b" }, { kind: "component", type: i19.LandingPageHeaderBComponent, selector: "pw-landing-page-header-b", inputs: ["landing"] }] }); }
54
52
  }
55
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: LandingPageComponent, decorators: [{
53
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LandingPageComponent, decorators: [{
56
54
  type: Component,
57
- args: [{ template: "<pw-ab-test-container experimentName=\"landing_page_experiment_1\" [serviceInput]=\"MicroService\" #ref>\n <!-- AB Test => This is the CURRENT landing page -->\n <ab-alternative name=\"a\" [ref]=\"ref\" [default]=\"true\">\n <pw-landing-page-header></pw-landing-page-header>\n <pw-landing-page-banner></pw-landing-page-banner>\n <pw-landing-page-services id=\"services\"></pw-landing-page-services>\n <pw-landing-page-our-products id=\"products\"></pw-landing-page-our-products>\n <pw-landing-page-about-us id=\"about-us\" class=\"aboutus\"></pw-landing-page-about-us>\n <pw-landing-page-innovate></pw-landing-page-innovate>\n <pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-lp-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n <!--contact container-->\n <section id=\"contact\">\n <pw-landing-page-contact [gaEventObj]=\"{\n category: 'pw-lp-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\n </section>\n <!--footer container -->\n <pw-landing-page-footer></pw-landing-page-footer>\n </ab-alternative>\n <!-- AB Test => This is the NEW landing page -->\n <ab-alternative name=\"b\" [ref]=\"ref\">\n <pw-landing-page-header-b></pw-landing-page-header-b>\n <pw-landing-page-banner-b></pw-landing-page-banner-b>\n <pw-landing-page-services-b id=\"services-b\"></pw-landing-page-services-b>\n <pw-landing-page-our-products-b id=\"products-b\"></pw-landing-page-our-products-b>\n <pw-landing-page-about-us-b id=\"about-us-b\" class=\"aboutus\"></pw-landing-page-about-us-b>\n <pw-landing-page-innovate-b></pw-landing-page-innovate-b>\n <pw-landing-page-subscribe-b [gaEventObj]=\"{\n category: 'pw-lp-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-b',\n value: 1\n }\"></pw-landing-page-subscribe-b>\n <!--contact container-->\n <section id=\"contact-b\">\n <pw-landing-page-contact-b [gaEventObj]=\"{\n category: 'pw-lp-contact-us',\n action: 'contact-success',\n label: 'landing-page-b',\n value: 1\n }\"></pw-landing-page-contact-b>\n </section>\n <!--footer container -->\n <pw-landing-page-footer></pw-landing-page-footer>\n </ab-alternative>\n</pw-ab-test-container>\n" }]
58
- }], ctorParameters: () => [{ type: i1.AuthService }, { type: i2.Router }, { type: Document, decorators: [{
55
+ args: [{ template: "<pw-ab-test-container experimentName=\"landing_page_experiment_1\"\n [serviceInput]=\"MicroService\"\n #ref>\n <!-- AB Test => This is the CURRENT landing page -->\n <ab-alternative name=\"b\"\n [ref]=\"ref\"\n [default]=\"true\">\n <pw-landing-page-header></pw-landing-page-header>\n\n <pw-landing-page-banner></pw-landing-page-banner>\n\n <pw-landing-page-services id=\"services\"></pw-landing-page-services>\n\n <pw-landing-page-our-products id=\"products\"></pw-landing-page-our-products>\n\n <pw-landing-page-about-us id=\"about-us\"\n class=\"aboutus\"></pw-landing-page-about-us>\n\n <!-- <pw-main-explainer></pw-main-explainer> -->\n\n <!-- <pw-landing-page-change-adapt></pw-landing-page-change-adapt> -->\n\n <pw-landing-page-innovate></pw-landing-page-innovate>\n\n <!-- <pw-landing-page-testimonials></pw-landing-page-testimonials> -->\n\n <pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-lp-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n\n <!-- <pw-landing-page-team></pw-landing-page-team> -->\n\n <!--contact container-->\n <section id=\"contact\">\n <pw-landing-page-contact [gaEventObj]=\"{\n category: 'pw-lp-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\n </section>\n\n <!--footer container -->\n <pw-landing-page-footer></pw-landing-page-footer>\n </ab-alternative>\n\n <!-- AB Test => This is the NEW landing page -->\n <ab-alternative name=\"a\"\n [ref]=\"ref\">\n <pw-landing-page-header-b></pw-landing-page-header-b>\n\n <pw-landing-page-banner-b></pw-landing-page-banner-b>\n\n <pw-landing-page-services-b id=\"services-b\"></pw-landing-page-services-b>\n\n <pw-landing-page-our-products-b id=\"products-b\"></pw-landing-page-our-products-b>\n\n <pw-landing-page-about-us-b id=\"about-us-b\"\n class=\"aboutus\"></pw-landing-page-about-us-b>\n\n <!-- <pw-main-explainer-b></pw-main-explainer-b> -->\n\n <!-- <pw-landing-page-change-adapt-b></pw-landing-page-change-adapt-b> -->\n\n <pw-landing-page-innovate-b></pw-landing-page-innovate-b>\n\n <!-- <pw-landing-page-testimonials-b></pw-landing-page-testimonials-b> -->\n\n <pw-landing-page-subscribe-b [gaEventObj]=\"{\n category: 'pw-lp-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-b',\n value: 1\n }\"></pw-landing-page-subscribe-b>\n\n <!-- <pw-landing-page-team-b></pw-landing-page-team-b> -->\n\n <!--contact container-->\n <section id=\"contact-b\">\n <pw-landing-page-contact-b [gaEventObj]=\"{\n category: 'pw-lp-contact-us',\n action: 'contact-success',\n label: 'landing-page-b',\n value: 1\n }\"></pw-landing-page-contact-b>\n </section>\n\n <!--footer container -->\n <pw-landing-page-footer></pw-landing-page-footer>\n </ab-alternative>\n</pw-ab-test-container>\n" }]
56
+ }], ctorParameters: () => [{ type: i1.AuthService }, { type: Document, decorators: [{
59
57
  type: Inject,
60
58
  args: [DOCUMENT]
61
- }] }] });
62
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGFuZGluZy1wYWdlLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcHVibGljLW1vZHVsZXMvc3JjL2xpYi9sYW5kaW5nLXBhZ2VzL2xhbmRpbmctcGFnZS9sYW5kaW5nLXBhZ2UuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9wdWJsaWMtbW9kdWxlcy9zcmMvbGliL2xhbmRpbmctcGFnZXMvbGFuZGluZy1wYWdlL2xhbmRpbmctcGFnZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDM0MsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLEVBQXFCLE1BQU0sZUFBZSxDQUFDO0FBQ3JFLE9BQU8sRUFBRSxNQUFNLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUV6QyxPQUFPLEVBQUUsV0FBVyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sMkJBQTJCLENBQUM7QUFDNUUsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLDRCQUE0QixDQUFDOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQUszRCxNQUFNLE9BQU8sb0JBQW9CO0lBTzdCLFlBQ3FCLFdBQXdCLEVBQ3hCLE1BQWMsRUFDSSxRQUFrQjtRQUZwQyxnQkFBVyxHQUFYLFdBQVcsQ0FBYTtRQUN4QixXQUFNLEdBQU4sTUFBTSxDQUFRO1FBQ0ksYUFBUSxHQUFSLFFBQVEsQ0FBVTtRQVR6RCwwQkFBcUIsR0FBRztZQUNwQixDQUFDLGFBQWEsQ0FBQyxJQUFJLENBQUMsRUFBRSxrQkFBa0I7U0FDM0MsQ0FBQztRQUVGLGlCQUFZLEdBQUcsSUFBSSxDQUFDLHFCQUFxQixDQUFDLGFBQWEsQ0FBQyxJQUFJLENBQUMsQ0FBQztRQU8xRCxJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxTQUFTLEdBQUcsU0FBUyxDQUFDO0lBQzdDLENBQUM7SUFFRCxRQUFRO1FBQ0osSUFBSSxDQUFDLFdBQVcsQ0FBQyxTQUFTLEVBQUUsQ0FBQyxTQUFTLENBQUMsR0FBRyxDQUFDLEVBQUU7WUFDekMsSUFBSSxHQUFHLEtBQUssSUFBSSxFQUFFLENBQUM7Z0JBQ2YsSUFBSSxDQUFDLE1BQU0sQ0FBQyxRQUFRLENBQUMsQ0FBQyxNQUFNLENBQUMsQ0FBQyxDQUFDO1lBQ25DLENBQUM7UUFDTCxDQUFDLENBQUMsQ0FBQztJQUNQLENBQUM7SUFFRCxXQUFXO1FBQ1AsSUFBSSxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsU0FBUyxHQUFHLEVBQUUsQ0FBQztJQUN0QyxDQUFDO0lBRUQsZUFBZTtRQUNYLE1BQU0sQ0FBQyxRQUFRLENBQUMsSUFBSSxHQUFHLFFBQVEsQ0FBQztJQUNwQyxDQUFDOytHQTdCUSxvQkFBb0IsbUVBVWpCLFFBQVE7bUdBVlgsb0JBQW9CLG9EQ1ZqQyxnbkZBc0RBOzs0RkQ1Q2Esb0JBQW9CO2tCQUhoQyxTQUFTOzs7MEJBYUQsTUFBTTsyQkFBQyxRQUFRIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRE9DVU1FTlQgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgQ29tcG9uZW50LCBJbmplY3QsIE9uRGVzdHJveSwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBSb3V0ZXIgfSBmcm9tICdAYW5ndWxhci9yb3V0ZXInO1xuXG5pbXBvcnQgeyBBdXRoU2VydmljZSwgTWFpbkFwaUh0dHBTZXJ2aWNlIH0gZnJvbSAnQHBvc2l3aXNlL2NvbW1vbi1zZXJ2aWNlcyc7XG5pbXBvcnQgeyBNSUNST19TRVJWSUNFIH0gZnJvbSAnQHBvc2l3aXNlL2NvbW1vbi11dGlsaXRpZXMnO1xuXG5AQ29tcG9uZW50KHtcbiAgICB0ZW1wbGF0ZVVybDogJy4vbGFuZGluZy1wYWdlLmNvbXBvbmVudC5odG1sJ1xufSlcbmV4cG9ydCBjbGFzcyBMYW5kaW5nUGFnZUNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCwgT25EZXN0cm95IHtcbiAgICBNSUNST19TRVJWSUNFX01BUFBJTkcgPSB7XG4gICAgICAgIFtNSUNST19TRVJWSUNFLkNPUkVdOiBNYWluQXBpSHR0cFNlcnZpY2VcbiAgICB9O1xuXG4gICAgTWljcm9TZXJ2aWNlID0gdGhpcy5NSUNST19TRVJWSUNFX01BUFBJTkdbTUlDUk9fU0VSVklDRS5DT1JFXTtcblxuICAgIGNvbnN0cnVjdG9yKFxuICAgICAgICBwcml2YXRlIHJlYWRvbmx5IGF1dGhTZXJ2aWNlOiBBdXRoU2VydmljZSxcbiAgICAgICAgcHJpdmF0ZSByZWFkb25seSByb3V0ZXI6IFJvdXRlcixcbiAgICAgICAgQEluamVjdChET0NVTUVOVCkgcHJpdmF0ZSByZWFkb25seSBkb2N1bWVudDogRG9jdW1lbnRcbiAgICApIHtcbiAgICAgICAgdGhpcy5kb2N1bWVudC5ib2R5LmNsYXNzTmFtZSA9ICdsYW5kaW5nJztcbiAgICB9XG5cbiAgICBuZ09uSW5pdCgpIHtcbiAgICAgICAgdGhpcy5hdXRoU2VydmljZS5nZXRUb2tlbiQoKS5zdWJzY3JpYmUodG9rID0+IHtcbiAgICAgICAgICAgIGlmICh0b2sgIT09IG51bGwpIHtcbiAgICAgICAgICAgICAgICB0aGlzLnJvdXRlci5uYXZpZ2F0ZShbJ2hvbWUnXSk7XG4gICAgICAgICAgICB9XG4gICAgICAgIH0pO1xuICAgIH1cblxuICAgIG5nT25EZXN0cm95KCkge1xuICAgICAgICB0aGlzLmRvY3VtZW50LmJvZHkuY2xhc3NOYW1lID0gJyc7XG4gICAgfVxuXG4gICAgbmF2aWdhdGVUb0xvZ2luKCkge1xuICAgICAgICB3aW5kb3cubG9jYXRpb24uaHJlZiA9ICcvbG9naW4nO1xuICAgIH1cbn1cbiIsIjxwdy1hYi10ZXN0LWNvbnRhaW5lciBleHBlcmltZW50TmFtZT1cImxhbmRpbmdfcGFnZV9leHBlcmltZW50XzFcIiBbc2VydmljZUlucHV0XT1cIk1pY3JvU2VydmljZVwiICNyZWY+XG4gIDwhLS0gQUIgVGVzdCA9PiBUaGlzIGlzIHRoZSBDVVJSRU5UIGxhbmRpbmcgcGFnZSAtLT5cbiAgPGFiLWFsdGVybmF0aXZlIG5hbWU9XCJhXCIgW3JlZl09XCJyZWZcIiBbZGVmYXVsdF09XCJ0cnVlXCI+XG4gICAgPHB3LWxhbmRpbmctcGFnZS1oZWFkZXI+PC9wdy1sYW5kaW5nLXBhZ2UtaGVhZGVyPlxuICAgIDxwdy1sYW5kaW5nLXBhZ2UtYmFubmVyPjwvcHctbGFuZGluZy1wYWdlLWJhbm5lcj5cbiAgICA8cHctbGFuZGluZy1wYWdlLXNlcnZpY2VzIGlkPVwic2VydmljZXNcIj48L3B3LWxhbmRpbmctcGFnZS1zZXJ2aWNlcz5cbiAgICA8cHctbGFuZGluZy1wYWdlLW91ci1wcm9kdWN0cyBpZD1cInByb2R1Y3RzXCI+PC9wdy1sYW5kaW5nLXBhZ2Utb3VyLXByb2R1Y3RzPlxuICAgIDxwdy1sYW5kaW5nLXBhZ2UtYWJvdXQtdXMgaWQ9XCJhYm91dC11c1wiIGNsYXNzPVwiYWJvdXR1c1wiPjwvcHctbGFuZGluZy1wYWdlLWFib3V0LXVzPlxuICAgIDxwdy1sYW5kaW5nLXBhZ2UtaW5ub3ZhdGU+PC9wdy1sYW5kaW5nLXBhZ2UtaW5ub3ZhdGU+XG4gICAgPHB3LWxhbmRpbmctcGFnZS1zdWJzY3JpYmUgW2dhRXZlbnRPYmpdPVwie1xuICAgICAgICAgICAgICAgIGNhdGVnb3J5OiAncHctbHAtbmV3LWxlYWQtcmVnaXN0cmF0aW9uJyxcbiAgICAgICAgICAgICAgICBhY3Rpb246ICdzdWJzY3JpYmUtc3VjY2VzcycsXG4gICAgICAgICAgICAgICAgbGFiZWw6ICdsYW5kaW5nLXBhZ2UtYScsXG4gICAgICAgICAgICAgICAgdmFsdWU6IDFcbiAgICAgICAgICAgIH1cIj48L3B3LWxhbmRpbmctcGFnZS1zdWJzY3JpYmU+XG4gICAgPCEtLWNvbnRhY3QgY29udGFpbmVyLS0+XG4gICAgPHNlY3Rpb24gaWQ9XCJjb250YWN0XCI+XG4gICAgICA8cHctbGFuZGluZy1wYWdlLWNvbnRhY3QgW2dhRXZlbnRPYmpdPVwie1xuICAgICAgICAgICAgICAgICAgICBjYXRlZ29yeTogJ3B3LWxwLWNvbnRhY3QtdXMnLFxuICAgICAgICAgICAgICAgICAgICBhY3Rpb246ICdjb250YWN0LXN1Y2Nlc3MnLFxuICAgICAgICAgICAgICAgICAgICBsYWJlbDogJ2xhbmRpbmctcGFnZS1hJyxcbiAgICAgICAgICAgICAgICAgICAgdmFsdWU6IDFcbiAgICAgICAgICAgICAgICB9XCI+PC9wdy1sYW5kaW5nLXBhZ2UtY29udGFjdD5cbiAgICA8L3NlY3Rpb24+XG4gICAgPCEtLWZvb3RlciBjb250YWluZXIgLS0+XG4gICAgPHB3LWxhbmRpbmctcGFnZS1mb290ZXI+PC9wdy1sYW5kaW5nLXBhZ2UtZm9vdGVyPlxuICA8L2FiLWFsdGVybmF0aXZlPlxuICA8IS0tIEFCIFRlc3QgPT4gVGhpcyBpcyB0aGUgTkVXIGxhbmRpbmcgcGFnZSAtLT5cbiAgPGFiLWFsdGVybmF0aXZlIG5hbWU9XCJiXCIgW3JlZl09XCJyZWZcIj5cbiAgICA8cHctbGFuZGluZy1wYWdlLWhlYWRlci1iPjwvcHctbGFuZGluZy1wYWdlLWhlYWRlci1iPlxuICAgIDxwdy1sYW5kaW5nLXBhZ2UtYmFubmVyLWI+PC9wdy1sYW5kaW5nLXBhZ2UtYmFubmVyLWI+XG4gICAgPHB3LWxhbmRpbmctcGFnZS1zZXJ2aWNlcy1iIGlkPVwic2VydmljZXMtYlwiPjwvcHctbGFuZGluZy1wYWdlLXNlcnZpY2VzLWI+XG4gICAgPHB3LWxhbmRpbmctcGFnZS1vdXItcHJvZHVjdHMtYiBpZD1cInByb2R1Y3RzLWJcIj48L3B3LWxhbmRpbmctcGFnZS1vdXItcHJvZHVjdHMtYj5cbiAgICA8cHctbGFuZGluZy1wYWdlLWFib3V0LXVzLWIgaWQ9XCJhYm91dC11cy1iXCIgY2xhc3M9XCJhYm91dHVzXCI+PC9wdy1sYW5kaW5nLXBhZ2UtYWJvdXQtdXMtYj5cbiAgICA8cHctbGFuZGluZy1wYWdlLWlubm92YXRlLWI+PC9wdy1sYW5kaW5nLXBhZ2UtaW5ub3ZhdGUtYj5cbiAgICA8cHctbGFuZGluZy1wYWdlLXN1YnNjcmliZS1iIFtnYUV2ZW50T2JqXT1cIntcbiAgICAgICAgICAgICAgICBjYXRlZ29yeTogJ3B3LWxwLW5ldy1sZWFkLXJlZ2lzdHJhdGlvbicsXG4gICAgICAgICAgICAgICAgYWN0aW9uOiAnc3Vic2NyaWJlLXN1Y2Nlc3MnLFxuICAgICAgICAgICAgICAgIGxhYmVsOiAnbGFuZGluZy1wYWdlLWInLFxuICAgICAgICAgICAgICAgIHZhbHVlOiAxXG4gICAgICAgICAgICB9XCI+PC9wdy1sYW5kaW5nLXBhZ2Utc3Vic2NyaWJlLWI+XG4gICAgPCEtLWNvbnRhY3QgY29udGFpbmVyLS0+XG4gICAgPHNlY3Rpb24gaWQ9XCJjb250YWN0LWJcIj5cbiAgICAgIDxwdy1sYW5kaW5nLXBhZ2UtY29udGFjdC1iIFtnYUV2ZW50T2JqXT1cIntcbiAgICAgICAgICAgICAgICAgICAgY2F0ZWdvcnk6ICdwdy1scC1jb250YWN0LXVzJyxcbiAgICAgICAgICAgICAgICAgICAgYWN0aW9uOiAnY29udGFjdC1zdWNjZXNzJyxcbiAgICAgICAgICAgICAgICAgICAgbGFiZWw6ICdsYW5kaW5nLXBhZ2UtYicsXG4gICAgICAgICAgICAgICAgICAgIHZhbHVlOiAxXG4gICAgICAgICAgICAgICAgfVwiPjwvcHctbGFuZGluZy1wYWdlLWNvbnRhY3QtYj5cbiAgICA8L3NlY3Rpb24+XG4gICAgPCEtLWZvb3RlciBjb250YWluZXIgLS0+XG4gICAgPHB3LWxhbmRpbmctcGFnZS1mb290ZXI+PC9wdy1sYW5kaW5nLXBhZ2UtZm9vdGVyPlxuICA8L2FiLWFsdGVybmF0aXZlPlxuPC9wdy1hYi10ZXN0LWNvbnRhaW5lcj5cbiJdfQ==
59
+ }] }, { type: i0.Injector }] });
60
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGFuZGluZy1wYWdlLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcHVibGljLW1vZHVsZXMvc3JjL2xpYi9sYW5kaW5nLXBhZ2VzL2xhbmRpbmctcGFnZS9sYW5kaW5nLXBhZ2UuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9wdWJsaWMtbW9kdWxlcy9zcmMvbGliL2xhbmRpbmctcGFnZXMvbGFuZGluZy1wYWdlL2xhbmRpbmctcGFnZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDM0MsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLEVBQUUsUUFBUSxFQUFxQixNQUFNLGVBQWUsQ0FBQztBQUUvRSxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sNEJBQTRCLENBQUM7QUFDM0QsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sOEJBQThCLENBQUM7QUFDaEUsT0FBTyxFQUFFLFdBQVcsRUFBRSxrQkFBa0IsRUFBRSxNQUFNLDJCQUEyQixDQUFDOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFLNUUsTUFBTSxPQUFPLG9CQUFxQixTQUFRLGdCQUFnQjtJQU90RCxZQUNZLFdBQXdCLEVBQ04sUUFBa0IsRUFDNUMsUUFBa0I7UUFFbEIsS0FBSyxDQUFDLFFBQVEsQ0FBQyxDQUFDO1FBSlIsZ0JBQVcsR0FBWCxXQUFXLENBQWE7UUFDTixhQUFRLEdBQVIsUUFBUSxDQUFVO1FBUmhELDBCQUFxQixHQUFHO1lBQ3BCLENBQUMsYUFBYSxDQUFDLElBQUksQ0FBQyxFQUFFLGtCQUFrQjtTQUMzQyxDQUFDO1FBRUYsaUJBQVksR0FBRyxJQUFJLENBQUMscUJBQXFCLENBQUMsYUFBYSxDQUFDLElBQUksQ0FBQyxDQUFDO1FBUTFELElBQUksQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLFNBQVMsR0FBRyxTQUFTLENBQUM7SUFDN0MsQ0FBQztJQUVELFFBQVE7UUFDSixJQUFJLENBQUMsV0FBVyxDQUFDLFNBQVMsRUFBRSxDQUFDLFNBQVMsQ0FBQyxHQUFHLENBQUMsRUFBRTtZQUN6QyxJQUFJLEdBQUcsS0FBSyxJQUFJLEVBQUU7Z0JBQ2QsSUFBSSxDQUFDLE1BQU0sQ0FBQyxRQUFRLENBQUMsQ0FBQyxNQUFNLENBQUMsQ0FBQyxDQUFDO2FBQ2xDO1FBQ0wsQ0FBQyxDQUFDLENBQUM7SUFDUCxDQUFDO0lBRVEsV0FBVztRQUNoQixJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxTQUFTLEdBQUcsRUFBRSxDQUFDO0lBQ3RDLENBQUM7SUFFRCxlQUFlO1FBQ1gsTUFBTSxDQUFDLFFBQVEsQ0FBQyxJQUFJLEdBQUcsUUFBUSxDQUFDO0lBQ3BDLENBQUM7OEdBOUJRLG9CQUFvQiw2Q0FTakIsUUFBUTtrR0FUWCxvQkFBb0IsMkVDVmpDLHl1R0E4RkE7OzJGRHBGYSxvQkFBb0I7a0JBSGhDLFNBQVM7OzswQkFZRCxNQUFNOzJCQUFDLFFBQVEiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBET0NVTUVOVCB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBDb21wb25lbnQsIEluamVjdCwgSW5qZWN0b3IsIE9uRGVzdHJveSwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IE1JQ1JPX1NFUlZJQ0UgfSBmcm9tICdAcG9zaXdpc2UvY29tbW9uLXV0aWxpdGllcyc7XG5pbXBvcnQgeyBBcHBCYXNlQ29tcG9uZW50IH0gZnJvbSAnQHBvc2l3aXNlL2FwcC1iYXNlLWNvbXBvbmVudCc7XG5pbXBvcnQgeyBBdXRoU2VydmljZSwgTWFpbkFwaUh0dHBTZXJ2aWNlIH0gZnJvbSAnQHBvc2l3aXNlL2NvbW1vbi1zZXJ2aWNlcyc7XG5cbkBDb21wb25lbnQoe1xuICAgIHRlbXBsYXRlVXJsOiAnLi9sYW5kaW5nLXBhZ2UuY29tcG9uZW50Lmh0bWwnXG59KVxuZXhwb3J0IGNsYXNzIExhbmRpbmdQYWdlQ29tcG9uZW50IGV4dGVuZHMgQXBwQmFzZUNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCwgT25EZXN0cm95IHtcbiAgICBNSUNST19TRVJWSUNFX01BUFBJTkcgPSB7XG4gICAgICAgIFtNSUNST19TRVJWSUNFLkNPUkVdOiBNYWluQXBpSHR0cFNlcnZpY2VcbiAgICB9O1xuXG4gICAgTWljcm9TZXJ2aWNlID0gdGhpcy5NSUNST19TRVJWSUNFX01BUFBJTkdbTUlDUk9fU0VSVklDRS5DT1JFXTtcblxuICAgIGNvbnN0cnVjdG9yKFxuICAgICAgICBwcml2YXRlIGF1dGhTZXJ2aWNlOiBBdXRoU2VydmljZSxcbiAgICAgICAgQEluamVjdChET0NVTUVOVCkgcHJpdmF0ZSBkb2N1bWVudDogRG9jdW1lbnQsXG4gICAgICAgIGluamVjdG9yOiBJbmplY3RvclxuICAgICkge1xuICAgICAgICBzdXBlcihpbmplY3Rvcik7XG4gICAgICAgIHRoaXMuZG9jdW1lbnQuYm9keS5jbGFzc05hbWUgPSAnbGFuZGluZyc7XG4gICAgfVxuXG4gICAgbmdPbkluaXQoKSB7XG4gICAgICAgIHRoaXMuYXV0aFNlcnZpY2UuZ2V0VG9rZW4kKCkuc3Vic2NyaWJlKHRvayA9PiB7XG4gICAgICAgICAgICBpZiAodG9rICE9PSBudWxsKSB7XG4gICAgICAgICAgICAgICAgdGhpcy5yb3V0ZXIubmF2aWdhdGUoWydob21lJ10pO1xuICAgICAgICAgICAgfVxuICAgICAgICB9KTtcbiAgICB9XG5cbiAgICBvdmVycmlkZSBuZ09uRGVzdHJveSgpIHtcbiAgICAgICAgdGhpcy5kb2N1bWVudC5ib2R5LmNsYXNzTmFtZSA9ICcnO1xuICAgIH1cblxuICAgIG5hdmlnYXRlVG9Mb2dpbigpIHtcbiAgICAgICAgd2luZG93LmxvY2F0aW9uLmhyZWYgPSAnL2xvZ2luJztcbiAgICB9XG59XG4iLCI8cHctYWItdGVzdC1jb250YWluZXIgZXhwZXJpbWVudE5hbWU9XCJsYW5kaW5nX3BhZ2VfZXhwZXJpbWVudF8xXCJcbiAgW3NlcnZpY2VJbnB1dF09XCJNaWNyb1NlcnZpY2VcIlxuICAjcmVmPlxuICA8IS0tIEFCIFRlc3QgPT4gVGhpcyBpcyB0aGUgQ1VSUkVOVCBsYW5kaW5nIHBhZ2UgLS0+XG4gIDxhYi1hbHRlcm5hdGl2ZSBuYW1lPVwiYlwiXG4gICAgW3JlZl09XCJyZWZcIlxuICAgIFtkZWZhdWx0XT1cInRydWVcIj5cbiAgICA8cHctbGFuZGluZy1wYWdlLWhlYWRlcj48L3B3LWxhbmRpbmctcGFnZS1oZWFkZXI+XG5cbiAgICA8cHctbGFuZGluZy1wYWdlLWJhbm5lcj48L3B3LWxhbmRpbmctcGFnZS1iYW5uZXI+XG5cbiAgICA8cHctbGFuZGluZy1wYWdlLXNlcnZpY2VzIGlkPVwic2VydmljZXNcIj48L3B3LWxhbmRpbmctcGFnZS1zZXJ2aWNlcz5cblxuICAgIDxwdy1sYW5kaW5nLXBhZ2Utb3VyLXByb2R1Y3RzIGlkPVwicHJvZHVjdHNcIj48L3B3LWxhbmRpbmctcGFnZS1vdXItcHJvZHVjdHM+XG5cbiAgICA8cHctbGFuZGluZy1wYWdlLWFib3V0LXVzIGlkPVwiYWJvdXQtdXNcIlxuICAgICAgY2xhc3M9XCJhYm91dHVzXCI+PC9wdy1sYW5kaW5nLXBhZ2UtYWJvdXQtdXM+XG5cbiAgICA8IS0tIDxwdy1tYWluLWV4cGxhaW5lcj48L3B3LW1haW4tZXhwbGFpbmVyPiAtLT5cblxuICAgIDwhLS0gPHB3LWxhbmRpbmctcGFnZS1jaGFuZ2UtYWRhcHQ+PC9wdy1sYW5kaW5nLXBhZ2UtY2hhbmdlLWFkYXB0PiAtLT5cblxuICAgIDxwdy1sYW5kaW5nLXBhZ2UtaW5ub3ZhdGU+PC9wdy1sYW5kaW5nLXBhZ2UtaW5ub3ZhdGU+XG5cbiAgICA8IS0tIDxwdy1sYW5kaW5nLXBhZ2UtdGVzdGltb25pYWxzPjwvcHctbGFuZGluZy1wYWdlLXRlc3RpbW9uaWFscz4gLS0+XG5cbiAgICA8cHctbGFuZGluZy1wYWdlLXN1YnNjcmliZSBbZ2FFdmVudE9ial09XCJ7XG4gICAgICAgICAgICAgICAgY2F0ZWdvcnk6ICdwdy1scC1uZXctbGVhZC1yZWdpc3RyYXRpb24nLFxuICAgICAgICAgICAgICAgIGFjdGlvbjogJ3N1YnNjcmliZS1zdWNjZXNzJyxcbiAgICAgICAgICAgICAgICBsYWJlbDogJ2xhbmRpbmctcGFnZS1hJyxcbiAgICAgICAgICAgICAgICB2YWx1ZTogMVxuICAgICAgICAgICAgfVwiPjwvcHctbGFuZGluZy1wYWdlLXN1YnNjcmliZT5cblxuICAgIDwhLS0gPHB3LWxhbmRpbmctcGFnZS10ZWFtPjwvcHctbGFuZGluZy1wYWdlLXRlYW0+IC0tPlxuXG4gICAgPCEtLWNvbnRhY3QgY29udGFpbmVyLS0+XG4gICAgPHNlY3Rpb24gaWQ9XCJjb250YWN0XCI+XG4gICAgICA8cHctbGFuZGluZy1wYWdlLWNvbnRhY3QgW2dhRXZlbnRPYmpdPVwie1xuICAgICAgICAgICAgICAgICAgICBjYXRlZ29yeTogJ3B3LWxwLWNvbnRhY3QtdXMnLFxuICAgICAgICAgICAgICAgICAgICBhY3Rpb246ICdjb250YWN0LXN1Y2Nlc3MnLFxuICAgICAgICAgICAgICAgICAgICBsYWJlbDogJ2xhbmRpbmctcGFnZS1hJyxcbiAgICAgICAgICAgICAgICAgICAgdmFsdWU6IDFcbiAgICAgICAgICAgICAgICB9XCI+PC9wdy1sYW5kaW5nLXBhZ2UtY29udGFjdD5cbiAgICA8L3NlY3Rpb24+XG5cbiAgICA8IS0tZm9vdGVyIGNvbnRhaW5lciAtLT5cbiAgICA8cHctbGFuZGluZy1wYWdlLWZvb3Rlcj48L3B3LWxhbmRpbmctcGFnZS1mb290ZXI+XG4gIDwvYWItYWx0ZXJuYXRpdmU+XG5cbiAgPCEtLSBBQiBUZXN0ID0+IFRoaXMgaXMgdGhlIE5FVyBsYW5kaW5nIHBhZ2UgLS0+XG4gIDxhYi1hbHRlcm5hdGl2ZSBuYW1lPVwiYVwiXG4gICAgW3JlZl09XCJyZWZcIj5cbiAgICA8cHctbGFuZGluZy1wYWdlLWhlYWRlci1iPjwvcHctbGFuZGluZy1wYWdlLWhlYWRlci1iPlxuXG4gICAgPHB3LWxhbmRpbmctcGFnZS1iYW5uZXItYj48L3B3LWxhbmRpbmctcGFnZS1iYW5uZXItYj5cblxuICAgIDxwdy1sYW5kaW5nLXBhZ2Utc2VydmljZXMtYiBpZD1cInNlcnZpY2VzLWJcIj48L3B3LWxhbmRpbmctcGFnZS1zZXJ2aWNlcy1iPlxuXG4gICAgPHB3LWxhbmRpbmctcGFnZS1vdXItcHJvZHVjdHMtYiBpZD1cInByb2R1Y3RzLWJcIj48L3B3LWxhbmRpbmctcGFnZS1vdXItcHJvZHVjdHMtYj5cblxuICAgIDxwdy1sYW5kaW5nLXBhZ2UtYWJvdXQtdXMtYiBpZD1cImFib3V0LXVzLWJcIlxuICAgICAgY2xhc3M9XCJhYm91dHVzXCI+PC9wdy1sYW5kaW5nLXBhZ2UtYWJvdXQtdXMtYj5cblxuICAgIDwhLS0gPHB3LW1haW4tZXhwbGFpbmVyLWI+PC9wdy1tYWluLWV4cGxhaW5lci1iPiAtLT5cblxuICAgIDwhLS0gPHB3LWxhbmRpbmctcGFnZS1jaGFuZ2UtYWRhcHQtYj48L3B3LWxhbmRpbmctcGFnZS1jaGFuZ2UtYWRhcHQtYj4gLS0+XG5cbiAgICA8cHctbGFuZGluZy1wYWdlLWlubm92YXRlLWI+PC9wdy1sYW5kaW5nLXBhZ2UtaW5ub3ZhdGUtYj5cblxuICAgIDwhLS0gPHB3LWxhbmRpbmctcGFnZS10ZXN0aW1vbmlhbHMtYj48L3B3LWxhbmRpbmctcGFnZS10ZXN0aW1vbmlhbHMtYj4gLS0+XG5cbiAgICA8cHctbGFuZGluZy1wYWdlLXN1YnNjcmliZS1iIFtnYUV2ZW50T2JqXT1cIntcbiAgICAgICAgICAgICAgICBjYXRlZ29yeTogJ3B3LWxwLW5ldy1sZWFkLXJlZ2lzdHJhdGlvbicsXG4gICAgICAgICAgICAgICAgYWN0aW9uOiAnc3Vic2NyaWJlLXN1Y2Nlc3MnLFxuICAgICAgICAgICAgICAgIGxhYmVsOiAnbGFuZGluZy1wYWdlLWInLFxuICAgICAgICAgICAgICAgIHZhbHVlOiAxXG4gICAgICAgICAgICB9XCI+PC9wdy1sYW5kaW5nLXBhZ2Utc3Vic2NyaWJlLWI+XG5cbiAgICA8IS0tIDxwdy1sYW5kaW5nLXBhZ2UtdGVhbS1iPjwvcHctbGFuZGluZy1wYWdlLXRlYW0tYj4gLS0+XG5cbiAgICA8IS0tY29udGFjdCBjb250YWluZXItLT5cbiAgICA8c2VjdGlvbiBpZD1cImNvbnRhY3QtYlwiPlxuICAgICAgPHB3LWxhbmRpbmctcGFnZS1jb250YWN0LWIgW2dhRXZlbnRPYmpdPVwie1xuICAgICAgICAgICAgICAgICAgICBjYXRlZ29yeTogJ3B3LWxwLWNvbnRhY3QtdXMnLFxuICAgICAgICAgICAgICAgICAgICBhY3Rpb246ICdjb250YWN0LXN1Y2Nlc3MnLFxuICAgICAgICAgICAgICAgICAgICBsYWJlbDogJ2xhbmRpbmctcGFnZS1iJyxcbiAgICAgICAgICAgICAgICAgICAgdmFsdWU6IDFcbiAgICAgICAgICAgICAgICB9XCI+PC9wdy1sYW5kaW5nLXBhZ2UtY29udGFjdC1iPlxuICAgIDwvc2VjdGlvbj5cblxuICAgIDwhLS1mb290ZXIgY29udGFpbmVyIC0tPlxuICAgIDxwdy1sYW5kaW5nLXBhZ2UtZm9vdGVyPjwvcHctbGFuZGluZy1wYWdlLWZvb3Rlcj5cbiAgPC9hYi1hbHRlcm5hdGl2ZT5cbjwvcHctYWItdGVzdC1jb250YWluZXI+XG4iXX0=
@@ -2,11 +2,11 @@ import { Component } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  import * as i1 from "@posiwise/directives";
4
4
  export class LandingPageAboutUsComponent {
5
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: LandingPageAboutUsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: LandingPageAboutUsComponent, selector: "pw-landing-page-about-us", ngImport: i0, template: "<section class=\"big-dream-outer\"\n id=\"about-us\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-md-12 big-dream-content\">\n <h2>Our Code</h2>\n <p>\n We don\u2019t chase hype. We don\u2019t take random bets. <br/>\n We build software that <strong>solves painful problems</strong> \u2014 fast \u2014 and we follow a\n simple code.\n </p>\n </div>\n <div class=\"col-md-12 product-outer\">\n <ul>\n <li>\n <img src=\"/assets/img/landing-page/product-icon5.webp\"\n alt=\"img\" />\n <h2>Only Aligned People In</h2>\n <p>\n We partner with operators who share our speed, standards, and mindset. Anything less slows us down.\n </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon2.png\"\n alt=\"img\" />\n <h2>Less, But Legendary</h2>\n <p>\n We\u2019d rather launch one real business than ten half-baked ones. Scarcity sharpens focus.\n </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon1.webp\"\n alt=\"img\" />\n <h2>Real Problems Only</h2>\n <p>\n We don\u2019t build toys. We solve things that keep people up at night.\n </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon4.webp\"\n alt=\"img\" />\n <h2>Validate or Kill</h2>\n <p>\n No endless strategy docs. Just tests, users, feedback, and decisions.\n </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon3.webp\"\n alt=\"img\" />\n <h2>Infra = Leverage</h2>\n <p>\n Every product runs on our internal stack \u2014 secure, fast, and built for scale from day zero.\n </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon6.webp\"\n alt=\"img\" />\n <h2>No Traction, No Talk</h2>\n <p>Our north star is paying users\u2014not polished pitch decks.</p>\n </li>\n </ul>\n </div>\n </div>\n </div>\n</section>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.big-dream-outer{background:url(/assets/img/landing-page/dream-section-bg.png) no-repeat center top;background-size:100% 100%;padding:80px 0 100px;text-align:center}.big-dream-content h2{position:relative;text-align:center;z-index:3;color:#2e3238!important;font-size:48px;font-weight:900;margin:0 0 40px;padding:0 0 25px}.big-dream-content h2:after{background:#ffab00;bottom:0;content:\"\";height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.big-dream-content p{color:#42526e;font-size:24px;font-weight:400;line-height:30px;margin:0;padding:0 0 30px;position:relative}.product-outer{background:#fff;box-shadow:0 0 8px 2px #dedede;margin-top:50px;padding:20px!important}.product-outer li{background:#f8f9fb;border:1px rgb(248,249,251) solid;float:left;margin:0 25px 30px 6px;padding:40px 30px;width:360px}.product-outer li h2{color:#36c283!important;font-size:20px;font-weight:800;margin:30px 0 10px}.product-outer li p{color:#525f7f;font-size:18px;margin:0;min-height:120px}.product-outer li:nth-child(3n){margin-right:0}.product-outer li:nth-child(4n),.product-outer li:nth-child(5n),.product-outer li:nth-child(6n){margin-bottom:0}@media screen and (max-width: 1199px){.container{max-width:100%!important;padding:0 3rem!important}.responsive-thumb{width:100%}.product-outer li{margin:0 25px 30px 5px;padding:40px 20px;width:31%}.big-dream-outer{padding:80px 20px 100px}}@media (min-width: 1035px) and (max-width: 1043px){.product-outer{padding:10px!important}.product-outer li{padding:20px 10px;margin:0 25px 30px 6px;width:31%}.big-dream-outer{padding:80px 0 100px}}@media screen and (max-width: 991px){.product-outer li{margin:0 20px 30px 6px;min-height:410px;padding:40px 20px;width:30%}.big-dream-content h2,.succeed-outer h2{font-size:38px}}@media screen and (max-width: 767px){.product-outer{padding:10px!important}.product-outer li{margin:0 1% 30px;min-height:250px;padding:40px 20px;width:48%}.product-outer li:nth-child(4n),.product-outer li:nth-child(5n){margin-bottom:30px}.product-outer li:last-child{margin-bottom:0}}@media screen and (max-width: 575px){.product-outer{padding:10px!important}.product-outer li{padding:20px 10px;width:98%}.product-outer li p{min-height:60px}.big-dream-outer{padding:80px 0 100px}}\n"], dependencies: [{ kind: "directive", type: i1.LazyImgDirective, selector: "img" }] }); }
5
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LandingPageAboutUsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.8", type: LandingPageAboutUsComponent, selector: "pw-landing-page-about-us", ngImport: i0, template: "<section class=\"big-dream-outer\"\n id=\"about-us\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-md-12 big-dream-content\">\n <h2>Our Principles Guide Our Services</h2>\n <p>\n We detect <strong>ideas</strong> driven by a trend, an industry need,\n or a business model. <br />\n Then, with the following principles always in our mind, <br />\n we turn these ideas <strong>into successful software companies</strong>.\n </p>\n </div>\n <div class=\"col-md-12 product-outer\">\n <ul>\n <li>\n <img src=\"/assets/img/landing-page/product-icon5.png\"\n alt=\"img\" />\n <h2>Alignment</h2>\n <p>\n We only work with partners that share our values, ambition and\n commitment to achieve mutual success.\n </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon2.png\"\n alt=\"img\" />\n <h2>Quality over Quantity</h2>\n <p>\n Carefully selecting our partners enables us to focus on quality - rather\n than quantity.\n </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon1.png\"\n alt=\"img\" />\n <h2>Build a Better World</h2>\n <p>\n We want to use our experiences, skills, and technology to build a better\n world.\n </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon4.png\"\n alt=\"img\" />\n <h2>Test Instead of Guess</h2>\n <p>\n Define, ideate, build, test, learn, and iterate is the best way to build\n something meaningful.\n </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon3.png\"\n alt=\"img\" />\n <h2>Scalable Products</h2>\n <p>\n We believe in building software solutions that can be scaled to solve global\n problems.\n </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon6.png\"\n alt=\"img\" />\n <h2>Traction is King</h2>\n <p>We believe that traction is the best measure of a working solution.</p>\n </li>\n </ul>\n </div>\n </div>\n </div>\n</section>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.big-dream-outer{background:url(/assets/img/landing-page/dream-section-bg.png) no-repeat center top;background-size:100% 100%;padding:80px 0 100px;text-align:center}.big-dream-content h2{color:#2e3238!important;font-size:48px;font-weight:800}.big-dream-content p{color:#42526e;font-size:24px;font-weight:400;line-height:30px;margin:0;padding:0 0 30px;position:relative}.big-dream-content:after{background:rgb(255,171,0);bottom:0;content:\"\";height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.product-outer{background:rgb(255,255,255);box-shadow:0 0 8px 2px #dedede;margin-top:50px;padding:20px!important}.product-outer li{background:rgb(248,249,251);border:1px rgb(248,249,251) solid;float:left;margin:0 25px 30px 6px;padding:40px 30px;width:360px}.product-outer li h2{color:#36c283!important;font-size:20px;font-weight:800;margin:30px 0 10px}.product-outer li p{color:#525f7f;font-size:18px;margin:0;min-height:120px}.product-outer li:nth-child(3n){margin-right:0}.product-outer li:nth-child(4n),.product-outer li:nth-child(5n),.product-outer li:nth-child(6n){margin-bottom:0}@media screen and (max-width: 1199px){.container{max-width:100%!important;padding:0 20px!important}.responsive-thumb{width:100%}.product-outer li{margin:0 25px 30px 5px;padding:40px 20px;width:31%}.big-dream-outer{padding:80px 20px 100px}}@media screen and (max-width: 991px){.product-outer li{margin:0 20px 30px 6px;min-height:410px;padding:40px 20px;width:30%}.big-dream-content h2,.succeed-outer h2{font-size:38px}}@media screen and (max-width: 767px){.product-outer{padding:10px!important}.product-outer li{margin:0 1% 30px;min-height:480px;padding:40px 20px;width:48%}.product-outer li:nth-child(4n),.product-outer li:nth-child(5n){margin-bottom:30px}.product-outer li:last-child{margin-bottom:0}}@media screen and (max-width: 575px){.product-outer{padding:10px!important}.product-outer li{padding:20px 10px;width:48%}.big-dream-outer{padding:80px 0 100px}}\n"], dependencies: [{ kind: "directive", type: i1.LazyImgDirective, selector: "img" }] }); }
7
7
  }
8
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: LandingPageAboutUsComponent, decorators: [{
8
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LandingPageAboutUsComponent, decorators: [{
9
9
  type: Component,
10
- args: [{ selector: 'pw-landing-page-about-us', template: "<section class=\"big-dream-outer\"\n id=\"about-us\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-md-12 big-dream-content\">\n <h2>Our Code</h2>\n <p>\n We don\u2019t chase hype. We don\u2019t take random bets. <br/>\n We build software that <strong>solves painful problems</strong> \u2014 fast \u2014 and we follow a\n simple code.\n </p>\n </div>\n <div class=\"col-md-12 product-outer\">\n <ul>\n <li>\n <img src=\"/assets/img/landing-page/product-icon5.webp\"\n alt=\"img\" />\n <h2>Only Aligned People In</h2>\n <p>\n We partner with operators who share our speed, standards, and mindset. Anything less slows us down.\n </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon2.png\"\n alt=\"img\" />\n <h2>Less, But Legendary</h2>\n <p>\n We\u2019d rather launch one real business than ten half-baked ones. Scarcity sharpens focus.\n </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon1.webp\"\n alt=\"img\" />\n <h2>Real Problems Only</h2>\n <p>\n We don\u2019t build toys. We solve things that keep people up at night.\n </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon4.webp\"\n alt=\"img\" />\n <h2>Validate or Kill</h2>\n <p>\n No endless strategy docs. Just tests, users, feedback, and decisions.\n </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon3.webp\"\n alt=\"img\" />\n <h2>Infra = Leverage</h2>\n <p>\n Every product runs on our internal stack \u2014 secure, fast, and built for scale from day zero.\n </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon6.webp\"\n alt=\"img\" />\n <h2>No Traction, No Talk</h2>\n <p>Our north star is paying users\u2014not polished pitch decks.</p>\n </li>\n </ul>\n </div>\n </div>\n </div>\n</section>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.big-dream-outer{background:url(/assets/img/landing-page/dream-section-bg.png) no-repeat center top;background-size:100% 100%;padding:80px 0 100px;text-align:center}.big-dream-content h2{position:relative;text-align:center;z-index:3;color:#2e3238!important;font-size:48px;font-weight:900;margin:0 0 40px;padding:0 0 25px}.big-dream-content h2:after{background:#ffab00;bottom:0;content:\"\";height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.big-dream-content p{color:#42526e;font-size:24px;font-weight:400;line-height:30px;margin:0;padding:0 0 30px;position:relative}.product-outer{background:#fff;box-shadow:0 0 8px 2px #dedede;margin-top:50px;padding:20px!important}.product-outer li{background:#f8f9fb;border:1px rgb(248,249,251) solid;float:left;margin:0 25px 30px 6px;padding:40px 30px;width:360px}.product-outer li h2{color:#36c283!important;font-size:20px;font-weight:800;margin:30px 0 10px}.product-outer li p{color:#525f7f;font-size:18px;margin:0;min-height:120px}.product-outer li:nth-child(3n){margin-right:0}.product-outer li:nth-child(4n),.product-outer li:nth-child(5n),.product-outer li:nth-child(6n){margin-bottom:0}@media screen and (max-width: 1199px){.container{max-width:100%!important;padding:0 3rem!important}.responsive-thumb{width:100%}.product-outer li{margin:0 25px 30px 5px;padding:40px 20px;width:31%}.big-dream-outer{padding:80px 20px 100px}}@media (min-width: 1035px) and (max-width: 1043px){.product-outer{padding:10px!important}.product-outer li{padding:20px 10px;margin:0 25px 30px 6px;width:31%}.big-dream-outer{padding:80px 0 100px}}@media screen and (max-width: 991px){.product-outer li{margin:0 20px 30px 6px;min-height:410px;padding:40px 20px;width:30%}.big-dream-content h2,.succeed-outer h2{font-size:38px}}@media screen and (max-width: 767px){.product-outer{padding:10px!important}.product-outer li{margin:0 1% 30px;min-height:250px;padding:40px 20px;width:48%}.product-outer li:nth-child(4n),.product-outer li:nth-child(5n){margin-bottom:30px}.product-outer li:last-child{margin-bottom:0}}@media screen and (max-width: 575px){.product-outer{padding:10px!important}.product-outer li{padding:20px 10px;width:98%}.product-outer li p{min-height:60px}.big-dream-outer{padding:80px 0 100px}}\n"] }]
10
+ args: [{ selector: 'pw-landing-page-about-us', template: "<section class=\"big-dream-outer\"\n id=\"about-us\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-md-12 big-dream-content\">\n <h2>Our Principles Guide Our Services</h2>\n <p>\n We detect <strong>ideas</strong> driven by a trend, an industry need,\n or a business model. <br />\n Then, with the following principles always in our mind, <br />\n we turn these ideas <strong>into successful software companies</strong>.\n </p>\n </div>\n <div class=\"col-md-12 product-outer\">\n <ul>\n <li>\n <img src=\"/assets/img/landing-page/product-icon5.png\"\n alt=\"img\" />\n <h2>Alignment</h2>\n <p>\n We only work with partners that share our values, ambition and\n commitment to achieve mutual success.\n </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon2.png\"\n alt=\"img\" />\n <h2>Quality over Quantity</h2>\n <p>\n Carefully selecting our partners enables us to focus on quality - rather\n than quantity.\n </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon1.png\"\n alt=\"img\" />\n <h2>Build a Better World</h2>\n <p>\n We want to use our experiences, skills, and technology to build a better\n world.\n </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon4.png\"\n alt=\"img\" />\n <h2>Test Instead of Guess</h2>\n <p>\n Define, ideate, build, test, learn, and iterate is the best way to build\n something meaningful.\n </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon3.png\"\n alt=\"img\" />\n <h2>Scalable Products</h2>\n <p>\n We believe in building software solutions that can be scaled to solve global\n problems.\n </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon6.png\"\n alt=\"img\" />\n <h2>Traction is King</h2>\n <p>We believe that traction is the best measure of a working solution.</p>\n </li>\n </ul>\n </div>\n </div>\n </div>\n</section>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.big-dream-outer{background:url(/assets/img/landing-page/dream-section-bg.png) no-repeat center top;background-size:100% 100%;padding:80px 0 100px;text-align:center}.big-dream-content h2{color:#2e3238!important;font-size:48px;font-weight:800}.big-dream-content p{color:#42526e;font-size:24px;font-weight:400;line-height:30px;margin:0;padding:0 0 30px;position:relative}.big-dream-content:after{background:rgb(255,171,0);bottom:0;content:\"\";height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.product-outer{background:rgb(255,255,255);box-shadow:0 0 8px 2px #dedede;margin-top:50px;padding:20px!important}.product-outer li{background:rgb(248,249,251);border:1px rgb(248,249,251) solid;float:left;margin:0 25px 30px 6px;padding:40px 30px;width:360px}.product-outer li h2{color:#36c283!important;font-size:20px;font-weight:800;margin:30px 0 10px}.product-outer li p{color:#525f7f;font-size:18px;margin:0;min-height:120px}.product-outer li:nth-child(3n){margin-right:0}.product-outer li:nth-child(4n),.product-outer li:nth-child(5n),.product-outer li:nth-child(6n){margin-bottom:0}@media screen and (max-width: 1199px){.container{max-width:100%!important;padding:0 20px!important}.responsive-thumb{width:100%}.product-outer li{margin:0 25px 30px 5px;padding:40px 20px;width:31%}.big-dream-outer{padding:80px 20px 100px}}@media screen and (max-width: 991px){.product-outer li{margin:0 20px 30px 6px;min-height:410px;padding:40px 20px;width:30%}.big-dream-content h2,.succeed-outer h2{font-size:38px}}@media screen and (max-width: 767px){.product-outer{padding:10px!important}.product-outer li{margin:0 1% 30px;min-height:480px;padding:40px 20px;width:48%}.product-outer li:nth-child(4n),.product-outer li:nth-child(5n){margin-bottom:30px}.product-outer li:last-child{margin-bottom:0}}@media screen and (max-width: 575px){.product-outer{padding:10px!important}.product-outer li{padding:20px 10px;width:48%}.big-dream-outer{padding:80px 0 100px}}\n"] }]
11
11
  }] });
12
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGFuZGluZy1wYWdlLWFib3V0LXVzLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcHVibGljLW1vZHVsZXMvc3JjL2xpYi9sYW5kaW5nLXBhZ2VzL2xhbmRpbmctcGFnZS9zZWN0aW9ucy9sYW5kaW5nLXBhZ2UtYWJvdXQtdXMvbGFuZGluZy1wYWdlLWFib3V0LXVzLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcHVibGljLW1vZHVsZXMvc3JjL2xpYi9sYW5kaW5nLXBhZ2VzL2xhbmRpbmctcGFnZS9zZWN0aW9ucy9sYW5kaW5nLXBhZ2UtYWJvdXQtdXMvbGFuZGluZy1wYWdlLWFib3V0LXVzLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7OztBQU8xQyxNQUFNLE9BQU8sMkJBQTJCOytHQUEzQiwyQkFBMkI7bUdBQTNCLDJCQUEyQixnRUNQeEMsczBFQWlFQTs7NEZEMURhLDJCQUEyQjtrQkFMdkMsU0FBUzsrQkFDSSwwQkFBMEIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdwdy1sYW5kaW5nLXBhZ2UtYWJvdXQtdXMnLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9sYW5kaW5nLXBhZ2UtYWJvdXQtdXMuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsczogWycuL2xhbmRpbmctcGFnZS1hYm91dC11cy5jb21wb25lbnQuc2NzcyddXG59KVxuZXhwb3J0IGNsYXNzIExhbmRpbmdQYWdlQWJvdXRVc0NvbXBvbmVudCB7fVxuIiwiPHNlY3Rpb24gY2xhc3M9XCJiaWctZHJlYW0tb3V0ZXJcIlxuICBpZD1cImFib3V0LXVzXCI+XG4gIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cbiAgICA8ZGl2IGNsYXNzPVwicm93XCI+XG4gICAgICA8ZGl2IGNsYXNzPVwiY29sLW1kLTEyIGJpZy1kcmVhbS1jb250ZW50XCI+XG4gICAgICAgIDxoMj5PdXIgQ29kZTwvaDI+XG4gICAgICAgIDxwPlxuICAgICAgICAgIFdlIGRvbuKAmXQgY2hhc2UgaHlwZS4gV2UgZG9u4oCZdCB0YWtlIHJhbmRvbSBiZXRzLiA8YnIvPlxuICAgICAgICAgIFdlIGJ1aWxkIHNvZnR3YXJlIHRoYXQgPHN0cm9uZz5zb2x2ZXMgcGFpbmZ1bCBwcm9ibGVtczwvc3Ryb25nPiDigJQgZmFzdCDigJQgYW5kIHdlIGZvbGxvdyBhXG4gICAgICAgICAgc2ltcGxlIGNvZGUuXG4gICAgICAgIDwvcD5cbiAgICAgIDwvZGl2PlxuICAgICAgPGRpdiBjbGFzcz1cImNvbC1tZC0xMiBwcm9kdWN0LW91dGVyXCI+XG4gICAgICAgIDx1bD5cbiAgICAgICAgICA8bGk+XG4gICAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvaW1nL2xhbmRpbmctcGFnZS9wcm9kdWN0LWljb241LndlYnBcIlxuICAgICAgICAgICAgICBhbHQ9XCJpbWdcIiAvPlxuICAgICAgICAgICAgPGgyPk9ubHkgQWxpZ25lZCBQZW9wbGUgSW48L2gyPlxuICAgICAgICAgICAgPHA+XG4gICAgICAgICAgICAgIFdlIHBhcnRuZXIgd2l0aCBvcGVyYXRvcnMgd2hvIHNoYXJlIG91ciBzcGVlZCwgc3RhbmRhcmRzLCBhbmQgbWluZHNldC4gQW55dGhpbmcgbGVzcyBzbG93cyB1cyBkb3duLlxuICAgICAgICAgICAgPC9wPlxuICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgPGxpPlxuICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sYW5kaW5nLXBhZ2UvcHJvZHVjdC1pY29uMi5wbmdcIlxuICAgICAgICAgICAgICBhbHQ9XCJpbWdcIiAvPlxuICAgICAgICAgICAgPGgyPkxlc3MsIEJ1dCBMZWdlbmRhcnk8L2gyPlxuICAgICAgICAgICAgPHA+XG4gICAgICAgICAgICAgIFdl4oCZZCByYXRoZXIgbGF1bmNoIG9uZSByZWFsIGJ1c2luZXNzIHRoYW4gdGVuIGhhbGYtYmFrZWQgb25lcy4gU2NhcmNpdHkgc2hhcnBlbnMgZm9jdXMuXG4gICAgICAgICAgICA8L3A+XG4gICAgICAgICAgPC9saT5cbiAgICAgICAgICA8bGk+XG4gICAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvaW1nL2xhbmRpbmctcGFnZS9wcm9kdWN0LWljb24xLndlYnBcIlxuICAgICAgICAgICAgICBhbHQ9XCJpbWdcIiAvPlxuICAgICAgICAgICAgPGgyPlJlYWwgUHJvYmxlbXMgT25seTwvaDI+XG4gICAgICAgICAgICA8cD5cbiAgICAgICAgICAgICAgV2UgZG9u4oCZdCBidWlsZCB0b3lzLiBXZSBzb2x2ZSB0aGluZ3MgdGhhdCBrZWVwIHBlb3BsZSB1cCBhdCBuaWdodC5cbiAgICAgICAgICAgIDwvcD5cbiAgICAgICAgICA8L2xpPlxuICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9pbWcvbGFuZGluZy1wYWdlL3Byb2R1Y3QtaWNvbjQud2VicFwiXG4gICAgICAgICAgICAgIGFsdD1cImltZ1wiIC8+XG4gICAgICAgICAgICA8aDI+VmFsaWRhdGUgb3IgS2lsbDwvaDI+XG4gICAgICAgICAgICA8cD5cbiAgICAgICAgICAgICAgTm8gZW5kbGVzcyBzdHJhdGVneSBkb2NzLiBKdXN0IHRlc3RzLCB1c2VycywgZmVlZGJhY2ssIGFuZCBkZWNpc2lvbnMuXG4gICAgICAgICAgICA8L3A+XG4gICAgICAgICAgPC9saT5cbiAgICAgICAgICA8bGk+XG4gICAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvaW1nL2xhbmRpbmctcGFnZS9wcm9kdWN0LWljb24zLndlYnBcIlxuICAgICAgICAgICAgICBhbHQ9XCJpbWdcIiAvPlxuICAgICAgICAgICAgPGgyPkluZnJhID0gTGV2ZXJhZ2U8L2gyPlxuICAgICAgICAgICAgPHA+XG4gICAgICAgICAgICAgIEV2ZXJ5IHByb2R1Y3QgcnVucyBvbiBvdXIgaW50ZXJuYWwgc3RhY2sg4oCUIHNlY3VyZSwgZmFzdCwgYW5kIGJ1aWx0IGZvciBzY2FsZSBmcm9tIGRheSB6ZXJvLlxuICAgICAgICAgICAgPC9wPlxuICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgPGxpPlxuICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sYW5kaW5nLXBhZ2UvcHJvZHVjdC1pY29uNi53ZWJwXCJcbiAgICAgICAgICAgICAgYWx0PVwiaW1nXCIgLz5cbiAgICAgICAgICAgIDxoMj5ObyBUcmFjdGlvbiwgTm8gVGFsazwvaDI+XG4gICAgICAgICAgICA8cD5PdXIgbm9ydGggc3RhciBpcyBwYXlpbmcgdXNlcnPigJRub3QgcG9saXNoZWQgcGl0Y2ggZGVja3MuPC9wPlxuICAgICAgICAgIDwvbGk+XG4gICAgICAgIDwvdWw+XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgPC9kaXY+XG48L3NlY3Rpb24+XG4iXX0=
12
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGFuZGluZy1wYWdlLWFib3V0LXVzLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcHVibGljLW1vZHVsZXMvc3JjL2xpYi9sYW5kaW5nLXBhZ2VzL2xhbmRpbmctcGFnZS9zZWN0aW9ucy9sYW5kaW5nLXBhZ2UtYWJvdXQtdXMvbGFuZGluZy1wYWdlLWFib3V0LXVzLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcHVibGljLW1vZHVsZXMvc3JjL2xpYi9sYW5kaW5nLXBhZ2VzL2xhbmRpbmctcGFnZS9zZWN0aW9ucy9sYW5kaW5nLXBhZ2UtYWJvdXQtdXMvbGFuZGluZy1wYWdlLWFib3V0LXVzLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7OztBQU8xQyxNQUFNLE9BQU8sMkJBQTJCOzhHQUEzQiwyQkFBMkI7a0dBQTNCLDJCQUEyQixnRUNQeEMsNC9FQXVFQTs7MkZEaEVhLDJCQUEyQjtrQkFMdkMsU0FBUzsrQkFDSSwwQkFBMEIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdwdy1sYW5kaW5nLXBhZ2UtYWJvdXQtdXMnLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9sYW5kaW5nLXBhZ2UtYWJvdXQtdXMuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsczogWycuL2xhbmRpbmctcGFnZS1hYm91dC11cy5jb21wb25lbnQuc2NzcyddXG59KVxuZXhwb3J0IGNsYXNzIExhbmRpbmdQYWdlQWJvdXRVc0NvbXBvbmVudCB7fVxuIiwiPHNlY3Rpb24gY2xhc3M9XCJiaWctZHJlYW0tb3V0ZXJcIlxuICBpZD1cImFib3V0LXVzXCI+XG4gIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cbiAgICA8ZGl2IGNsYXNzPVwicm93XCI+XG4gICAgICA8ZGl2IGNsYXNzPVwiY29sLW1kLTEyIGJpZy1kcmVhbS1jb250ZW50XCI+XG4gICAgICAgIDxoMj5PdXIgUHJpbmNpcGxlcyBHdWlkZSBPdXIgU2VydmljZXM8L2gyPlxuICAgICAgICA8cD5cbiAgICAgICAgICBXZSBkZXRlY3QgPHN0cm9uZz5pZGVhczwvc3Ryb25nPiBkcml2ZW4gYnkgYSB0cmVuZCwgYW4gaW5kdXN0cnkgbmVlZCxcbiAgICAgICAgICBvciBhIGJ1c2luZXNzIG1vZGVsLiA8YnIgLz5cbiAgICAgICAgICBUaGVuLCB3aXRoIHRoZSBmb2xsb3dpbmcgcHJpbmNpcGxlcyBhbHdheXMgaW4gb3VyIG1pbmQsIDxiciAvPlxuICAgICAgICAgIHdlIHR1cm4gdGhlc2UgaWRlYXMgPHN0cm9uZz5pbnRvIHN1Y2Nlc3NmdWwgc29mdHdhcmUgY29tcGFuaWVzPC9zdHJvbmc+LlxuICAgICAgICA8L3A+XG4gICAgICA8L2Rpdj5cbiAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbWQtMTIgcHJvZHVjdC1vdXRlclwiPlxuICAgICAgICA8dWw+XG4gICAgICAgICAgPGxpPlxuICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sYW5kaW5nLXBhZ2UvcHJvZHVjdC1pY29uNS5wbmdcIlxuICAgICAgICAgICAgICBhbHQ9XCJpbWdcIiAvPlxuICAgICAgICAgICAgPGgyPkFsaWdubWVudDwvaDI+XG4gICAgICAgICAgICA8cD5cbiAgICAgICAgICAgICAgV2Ugb25seSB3b3JrIHdpdGggcGFydG5lcnMgdGhhdCBzaGFyZSBvdXIgdmFsdWVzLCBhbWJpdGlvbiBhbmRcbiAgICAgICAgICAgICAgY29tbWl0bWVudCB0byBhY2hpZXZlIG11dHVhbCBzdWNjZXNzLlxuICAgICAgICAgICAgPC9wPlxuICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgPGxpPlxuICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sYW5kaW5nLXBhZ2UvcHJvZHVjdC1pY29uMi5wbmdcIlxuICAgICAgICAgICAgICBhbHQ9XCJpbWdcIiAvPlxuICAgICAgICAgICAgPGgyPlF1YWxpdHkgb3ZlciBRdWFudGl0eTwvaDI+XG4gICAgICAgICAgICA8cD5cbiAgICAgICAgICAgICAgQ2FyZWZ1bGx5IHNlbGVjdGluZyBvdXIgcGFydG5lcnMgZW5hYmxlcyB1cyB0byBmb2N1cyBvbiBxdWFsaXR5IC0gcmF0aGVyXG4gICAgICAgICAgICAgIHRoYW4gcXVhbnRpdHkuXG4gICAgICAgICAgICA8L3A+XG4gICAgICAgICAgPC9saT5cbiAgICAgICAgICA8bGk+XG4gICAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvaW1nL2xhbmRpbmctcGFnZS9wcm9kdWN0LWljb24xLnBuZ1wiXG4gICAgICAgICAgICAgIGFsdD1cImltZ1wiIC8+XG4gICAgICAgICAgICA8aDI+QnVpbGQgYSBCZXR0ZXIgV29ybGQ8L2gyPlxuICAgICAgICAgICAgPHA+XG4gICAgICAgICAgICAgIFdlIHdhbnQgdG8gdXNlIG91ciBleHBlcmllbmNlcywgc2tpbGxzLCBhbmQgdGVjaG5vbG9neSB0byBidWlsZCBhIGJldHRlclxuICAgICAgICAgICAgICB3b3JsZC5cbiAgICAgICAgICAgIDwvcD5cbiAgICAgICAgICA8L2xpPlxuICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9pbWcvbGFuZGluZy1wYWdlL3Byb2R1Y3QtaWNvbjQucG5nXCJcbiAgICAgICAgICAgICAgYWx0PVwiaW1nXCIgLz5cbiAgICAgICAgICAgIDxoMj5UZXN0IEluc3RlYWQgb2YgR3Vlc3M8L2gyPlxuICAgICAgICAgICAgPHA+XG4gICAgICAgICAgICAgIERlZmluZSwgaWRlYXRlLCBidWlsZCwgdGVzdCwgbGVhcm4sIGFuZCBpdGVyYXRlIGlzIHRoZSBiZXN0IHdheSB0byBidWlsZFxuICAgICAgICAgICAgICBzb21ldGhpbmcgbWVhbmluZ2Z1bC5cbiAgICAgICAgICAgIDwvcD5cbiAgICAgICAgICA8L2xpPlxuICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9pbWcvbGFuZGluZy1wYWdlL3Byb2R1Y3QtaWNvbjMucG5nXCJcbiAgICAgICAgICAgICAgYWx0PVwiaW1nXCIgLz5cbiAgICAgICAgICAgIDxoMj5TY2FsYWJsZSBQcm9kdWN0czwvaDI+XG4gICAgICAgICAgICA8cD5cbiAgICAgICAgICAgICAgV2UgYmVsaWV2ZSBpbiBidWlsZGluZyBzb2Z0d2FyZSBzb2x1dGlvbnMgdGhhdCBjYW4gYmUgc2NhbGVkIHRvIHNvbHZlIGdsb2JhbFxuICAgICAgICAgICAgICBwcm9ibGVtcy5cbiAgICAgICAgICAgIDwvcD5cbiAgICAgICAgICA8L2xpPlxuICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9pbWcvbGFuZGluZy1wYWdlL3Byb2R1Y3QtaWNvbjYucG5nXCJcbiAgICAgICAgICAgICAgYWx0PVwiaW1nXCIgLz5cbiAgICAgICAgICAgIDxoMj5UcmFjdGlvbiBpcyBLaW5nPC9oMj5cbiAgICAgICAgICAgIDxwPldlIGJlbGlldmUgdGhhdCB0cmFjdGlvbiBpcyB0aGUgYmVzdCBtZWFzdXJlIG9mIGEgd29ya2luZyBzb2x1dGlvbi48L3A+XG4gICAgICAgICAgPC9saT5cbiAgICAgICAgPC91bD5cbiAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICA8L2Rpdj5cbjwvc2VjdGlvbj5cbiJdfQ==
@@ -1,30 +1,18 @@
1
- import { ChangeDetectionStrategy, Component, ElementRef, ViewChild } from '@angular/core';
1
+ import { Component } from '@angular/core';
2
2
  import { COUNTRIES_CODE } from '@posiwise/common-utilities';
3
- import { GeoTemplateComponent } from '../../../../geo-template/geo-template.component';
4
3
  import * as i0 from "@angular/core";
5
4
  import * as i1 from "@angular/common";
6
5
  import * as i2 from "@posiwise/directives";
7
- import * as i3 from "../../../../geo-template/geo-template.component";
6
+ import * as i3 from "@posiwise/shared-components";
8
7
  export class LandingPageBannerComponent {
9
8
  constructor() {
10
9
  this.Countries = COUNTRIES_CODE;
11
10
  }
12
- onImageError(event) {
13
- const img = event.target;
14
- img.onerror = null; // Prevent infinite loop
15
- img.src = '/assets/img/landing-page/header-bg.jpg';
16
- }
17
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: LandingPageBannerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
18
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: LandingPageBannerComponent, selector: "pw-landing-page-banner", viewQueries: [{ propertyName: "product", first: true, predicate: ["product"], descendants: true, static: true }, { propertyName: "geoComponent", first: true, predicate: ["geo"], descendants: true }], ngImport: i0, template: "<div class=\"full-cover\"\n id=\"home\"\n [class.loading]=\"true\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-md-12 banner-content\">\n <div class=\"col-lg-7 banner-left-bar float-start\">\n <h2>\n Invite-only. No coaching. No noise.<br />\n </h2>\n <h1>\n Innovation, Engineered.\n <pw-geo-template #geo>\n <ng-template [ngIf]=\"geo.data?.country_code2 === Countries.AU\">\n <br />\n In Sydney.\n <!-- {{geo.data?.ip}}\n {{geo.data?.country_code2}} -->\n </ng-template> </pw-geo-template><br />\n </h1>\n <p>We quietly build niche, profitable SaaS ventures \u2014 one problem at a time.</p>\n <a href=\"#contact\"\n class=\"contact-btn mt-5\">Request Access</a>\n </div>\n <div class=\"col-lg-5 float-end px-5\">\n <img\n #product\n src=\"/assets/img/landing-page/digital-product-img.webp\"\n alt=\"digital-product\"\n class=\"responsive-thumb\"\n fetchpriority=\"high\"\n decoding=\"async\"\n loading=\"eager\"\n width=\"410\"\n height=\"504\" />\n </div>\n </div>\n </div>\n </div>\n</div>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.full-cover{background:url(/assets/img/landing-page/header-bg.webp) no-repeat center;background-size:cover;content-visibility:auto;contain-intrinsic-size:auto 800px;will-change:transform;transform:translateZ(0);opacity:0;transition:opacity .3s ease-in-out;pointer-events:none}.full-cover.loading{opacity:1;pointer-events:auto}.full-cover-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;opacity:.8}.banner-content{margin:250px 0 0;position:relative;z-index:1}@media screen and (min-width: 991px){.banner-left-bar{margin-bottom:6rem}}.banner-left-bar p{color:#fff!important;font-size:30px;font-weight:400;line-height:1.5}.banner-left-bar h1{color:#fff!important;font-size:48px;font-weight:900;margin:25px 0;will-change:opacity;transition:opacity .2s ease-in-out}.banner-left-bar h2{background:#0a56d3;border-radius:50px;color:#fff!important;display:inline-block;font-size:24px;font-weight:300;margin:0;padding:8px 30px}@media screen and (max-width: 1199px){.responsive-thumb{width:410px;height:504px!important}}@media (min-width: 991px) and (max-width: 1199px){.banner-content{padding-bottom:6rem}}@media screen and (max-width: 767px){.banner-left-bar{margin-bottom:30px}.banner-content{margin:120px 0 0}}@media screen and (max-width: 575px){.banner-left-bar h1{font-size:33px}.banner-left-bar h2{font-size:18px}.banner-content{padding-left:10px;padding-right:10px;text-align:center}}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.LazyImgDirective, selector: "img" }, { kind: "component", type: i3.GeoTemplateComponent, selector: "pw-geo-template" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
11
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LandingPageBannerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
12
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.8", type: LandingPageBannerComponent, selector: "pw-landing-page-banner", ngImport: i0, template: "<div class=\"full-cover\"\n id=\"home\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-md-12 banner-content\">\n <div class=\"col-md-7 banner-leftbar float-start\">\n <h2>\n For individuals, companies, and organisations that have a promising idea for\n a new SaaS solution<br />\n </h2>\n <h1>\n Building SaaS Accelerated\n <pw-geo-template #geo>\n <ng-template [ngIf]=\"geo.data?.country_code2 === Countries.AU\">\n <br />\n in Sydney\n <!-- {{geo.data?.ip}}\n {{geo.data?.country_code2}} -->\n </ng-template> </pw-geo-template><br />\n </h1>\n <p>We build tools and services to turn ideas into successful SaaS solutions</p>\n <a href=\"#contact\"\n class=\"contact-btn\">Build with us</a>\n </div>\n <div class=\"col-md-5 float-end\">\n <img src=\"/assets/img/landing-page/digital-product-img.png\"\n alt=\"digital-product\"\n class=\"responsive-thumb\" />\n </div>\n </div>\n </div>\n </div>\n</div>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.full-cover{background:url(/assets/img/landing-page/header-bg.jpg) no-repeat center;background-size:cover;padding:0 0 130px}.banner-content{margin:250px 0 0}.banner-leftbar p{color:#fff!important;font-size:30px;font-weight:400;line-height:1.5}.banner-leftbar h1{color:#fff!important;font-size:48px;font-weight:900;margin:25px 0}.banner-leftbar h2{background:rgb(10,86,211);border-radius:50px;color:#fff!important;display:inline-block;font-size:24px;font-weight:300;margin:0;padding:8px 30px}@media screen and (max-width: 1199px){.responsive-thumb{width:100%}}@media screen and (max-width: 767px){.banner-leftbar{margin-bottom:30px}.banner-content{margin:120px 0 0}}@media screen and (max-width: 575px){.banner-leftbar h1{font-size:33px}.banner-leftbar h2{font-size:18px}.banner-content{padding-left:10px;padding-right:10px;text-align:center}}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.LazyImgDirective, selector: "img" }, { kind: "component", type: i3.GeoTemplateComponent, selector: "pw-geo-template" }] }); }
19
13
  }
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: LandingPageBannerComponent, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LandingPageBannerComponent, decorators: [{
21
15
  type: Component,
22
- args: [{ selector: 'pw-landing-page-banner', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"full-cover\"\n id=\"home\"\n [class.loading]=\"true\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-md-12 banner-content\">\n <div class=\"col-lg-7 banner-left-bar float-start\">\n <h2>\n Invite-only. No coaching. No noise.<br />\n </h2>\n <h1>\n Innovation, Engineered.\n <pw-geo-template #geo>\n <ng-template [ngIf]=\"geo.data?.country_code2 === Countries.AU\">\n <br />\n In Sydney.\n <!-- {{geo.data?.ip}}\n {{geo.data?.country_code2}} -->\n </ng-template> </pw-geo-template><br />\n </h1>\n <p>We quietly build niche, profitable SaaS ventures \u2014 one problem at a time.</p>\n <a href=\"#contact\"\n class=\"contact-btn mt-5\">Request Access</a>\n </div>\n <div class=\"col-lg-5 float-end px-5\">\n <img\n #product\n src=\"/assets/img/landing-page/digital-product-img.webp\"\n alt=\"digital-product\"\n class=\"responsive-thumb\"\n fetchpriority=\"high\"\n decoding=\"async\"\n loading=\"eager\"\n width=\"410\"\n height=\"504\" />\n </div>\n </div>\n </div>\n </div>\n</div>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.full-cover{background:url(/assets/img/landing-page/header-bg.webp) no-repeat center;background-size:cover;content-visibility:auto;contain-intrinsic-size:auto 800px;will-change:transform;transform:translateZ(0);opacity:0;transition:opacity .3s ease-in-out;pointer-events:none}.full-cover.loading{opacity:1;pointer-events:auto}.full-cover-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;opacity:.8}.banner-content{margin:250px 0 0;position:relative;z-index:1}@media screen and (min-width: 991px){.banner-left-bar{margin-bottom:6rem}}.banner-left-bar p{color:#fff!important;font-size:30px;font-weight:400;line-height:1.5}.banner-left-bar h1{color:#fff!important;font-size:48px;font-weight:900;margin:25px 0;will-change:opacity;transition:opacity .2s ease-in-out}.banner-left-bar h2{background:#0a56d3;border-radius:50px;color:#fff!important;display:inline-block;font-size:24px;font-weight:300;margin:0;padding:8px 30px}@media screen and (max-width: 1199px){.responsive-thumb{width:410px;height:504px!important}}@media (min-width: 991px) and (max-width: 1199px){.banner-content{padding-bottom:6rem}}@media screen and (max-width: 767px){.banner-left-bar{margin-bottom:30px}.banner-content{margin:120px 0 0}}@media screen and (max-width: 575px){.banner-left-bar h1{font-size:33px}.banner-left-bar h2{font-size:18px}.banner-content{padding-left:10px;padding-right:10px;text-align:center}}\n"] }]
23
- }], propDecorators: { product: [{
24
- type: ViewChild,
25
- args: ['product', { static: true }]
26
- }], geoComponent: [{
27
- type: ViewChild,
28
- args: ['geo']
29
- }] } });
30
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGFuZGluZy1wYWdlLWJhbm5lci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL3B1YmxpYy1tb2R1bGVzL3NyYy9saWIvbGFuZGluZy1wYWdlcy9sYW5kaW5nLXBhZ2Uvc2VjdGlvbnMvbGFuZGluZy1wYWdlLWJhbm5lci9sYW5kaW5nLXBhZ2UtYmFubmVyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcHVibGljLW1vZHVsZXMvc3JjL2xpYi9sYW5kaW5nLXBhZ2VzL2xhbmRpbmctcGFnZS9zZWN0aW9ucy9sYW5kaW5nLXBhZ2UtYmFubmVyL2xhbmRpbmctcGFnZS1iYW5uZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxVQUFVLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRTFGLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQztBQUU1RCxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSxpREFBaUQsQ0FBQzs7Ozs7QUFRdkYsTUFBTSxPQUFPLDBCQUEwQjtJQU52QztRQVVhLGNBQVMsR0FBRyxjQUFjLENBQUM7S0FPdkM7SUFMRyxZQUFZLENBQUMsS0FBWTtRQUNyQixNQUFNLEdBQUcsR0FBRyxLQUFLLENBQUMsTUFBMEIsQ0FBQztRQUM3QyxHQUFHLENBQUMsT0FBTyxHQUFHLElBQUksQ0FBQyxDQUFDLHdCQUF3QjtRQUM1QyxHQUFHLENBQUMsR0FBRyxHQUFHLHdDQUF3QyxDQUFDO0lBQ3ZELENBQUM7K0dBVlEsMEJBQTBCO21HQUExQiwwQkFBMEIsc1FDWnZDLGkwQ0F3Q0E7OzRGRDVCYSwwQkFBMEI7a0JBTnRDLFNBQVM7K0JBQ0ksd0JBQXdCLG1CQUdqQix1QkFBdUIsQ0FBQyxNQUFNOzhCQUdQLE9BQU87c0JBQTlDLFNBQVM7dUJBQUMsU0FBUyxFQUFFLEVBQUUsTUFBTSxFQUFFLElBQUksRUFBRTtnQkFDcEIsWUFBWTtzQkFBN0IsU0FBUzt1QkFBQyxLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgRWxlbWVudFJlZiwgVmlld0NoaWxkIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IENPVU5UUklFU19DT0RFIH0gZnJvbSAnQHBvc2l3aXNlL2NvbW1vbi11dGlsaXRpZXMnO1xuXG5pbXBvcnQgeyBHZW9UZW1wbGF0ZUNvbXBvbmVudCB9IGZyb20gJy4uLy4uLy4uLy4uL2dlby10ZW1wbGF0ZS9nZW8tdGVtcGxhdGUuY29tcG9uZW50JztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdwdy1sYW5kaW5nLXBhZ2UtYmFubmVyJyxcbiAgICB0ZW1wbGF0ZVVybDogJy4vbGFuZGluZy1wYWdlLWJhbm5lci5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vbGFuZGluZy1wYWdlLWJhbm5lci5jb21wb25lbnQuc2NzcyddLFxuICAgIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoXG59KVxuZXhwb3J0IGNsYXNzIExhbmRpbmdQYWdlQmFubmVyQ29tcG9uZW50IHtcbiAgICBAVmlld0NoaWxkKCdwcm9kdWN0JywgeyBzdGF0aWM6IHRydWUgfSkgcHJvZHVjdCE6IEVsZW1lbnRSZWY8SFRNTEltYWdlRWxlbWVudD47XG4gICAgQFZpZXdDaGlsZCgnZ2VvJykgZ2VvQ29tcG9uZW50ITogR2VvVGVtcGxhdGVDb21wb25lbnQ7XG5cbiAgICByZWFkb25seSBDb3VudHJpZXMgPSBDT1VOVFJJRVNfQ09ERTtcblxuICAgIG9uSW1hZ2VFcnJvcihldmVudDogRXZlbnQpOiB2b2lkIHtcbiAgICAgICAgY29uc3QgaW1nID0gZXZlbnQudGFyZ2V0IGFzIEhUTUxJbWFnZUVsZW1lbnQ7XG4gICAgICAgIGltZy5vbmVycm9yID0gbnVsbDsgLy8gUHJldmVudCBpbmZpbml0ZSBsb29wXG4gICAgICAgIGltZy5zcmMgPSAnL2Fzc2V0cy9pbWcvbGFuZGluZy1wYWdlL2hlYWRlci1iZy5qcGcnO1xuICAgIH1cbn1cbiIsIjxkaXYgY2xhc3M9XCJmdWxsLWNvdmVyXCJcbiAgaWQ9XCJob21lXCJcbiAgW2NsYXNzLmxvYWRpbmddPVwidHJ1ZVwiPlxuICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCI+XG4gICAgPGRpdiBjbGFzcz1cInJvd1wiPlxuICAgICAgPGRpdiBjbGFzcz1cImNvbC1tZC0xMiBiYW5uZXItY29udGVudFwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLWxnLTcgYmFubmVyLWxlZnQtYmFyIGZsb2F0LXN0YXJ0XCI+XG4gICAgICAgICAgPGgyPlxuICAgICAgICAgICAgSW52aXRlLW9ubHkuIE5vIGNvYWNoaW5nLiBObyBub2lzZS48YnIgLz5cbiAgICAgICAgICA8L2gyPlxuICAgICAgICAgIDxoMT5cbiAgICAgICAgICAgIElubm92YXRpb24sIEVuZ2luZWVyZWQuXG4gICAgICAgICAgICA8cHctZ2VvLXRlbXBsYXRlICNnZW8+XG4gICAgICAgICAgICAgIDxuZy10ZW1wbGF0ZSBbbmdJZl09XCJnZW8uZGF0YT8uY291bnRyeV9jb2RlMiA9PT0gQ291bnRyaWVzLkFVXCI+XG4gICAgICAgICAgICAgICAgPGJyIC8+XG4gICAgICAgICAgICAgICAgSW4gU3lkbmV5LlxuICAgICAgICAgICAgICAgIDwhLS0ge3tnZW8uZGF0YT8uaXB9fVxuICAgICAgICAgICAgICAgIHt7Z2VvLmRhdGE/LmNvdW50cnlfY29kZTJ9fSAtLT5cbiAgICAgICAgICAgICAgPC9uZy10ZW1wbGF0ZT4gPC9wdy1nZW8tdGVtcGxhdGU+PGJyIC8+XG4gICAgICAgICAgPC9oMT5cbiAgICAgICAgICA8cD5XZSBxdWlldGx5IGJ1aWxkIG5pY2hlLCBwcm9maXRhYmxlIFNhYVMgdmVudHVyZXMg4oCUIG9uZSBwcm9ibGVtIGF0IGEgdGltZS48L3A+XG4gICAgICAgICAgPGEgaHJlZj1cIiNjb250YWN0XCJcbiAgICAgICAgICAgIGNsYXNzPVwiY29udGFjdC1idG4gbXQtNVwiPlJlcXVlc3QgQWNjZXNzPC9hPlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbC1sZy01IGZsb2F0LWVuZCBweC01XCI+XG4gICAgICAgICAgPGltZ1xuICAgICAgICAgICNwcm9kdWN0XG4gICAgICAgICAgc3JjPVwiL2Fzc2V0cy9pbWcvbGFuZGluZy1wYWdlL2RpZ2l0YWwtcHJvZHVjdC1pbWcud2VicFwiXG4gICAgICAgICAgYWx0PVwiZGlnaXRhbC1wcm9kdWN0XCJcbiAgICAgICAgICBjbGFzcz1cInJlc3BvbnNpdmUtdGh1bWJcIlxuICAgICAgICAgIGZldGNocHJpb3JpdHk9XCJoaWdoXCJcbiAgICAgICAgICBkZWNvZGluZz1cImFzeW5jXCJcbiAgICAgICAgICBsb2FkaW5nPVwiZWFnZXJcIlxuICAgICAgICAgIHdpZHRoPVwiNDEwXCJcbiAgICAgICAgICBoZWlnaHQ9XCI1MDRcIiAvPlxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICA8L2Rpdj5cbjwvZGl2PlxuIl19
16
+ args: [{ selector: 'pw-landing-page-banner', template: "<div class=\"full-cover\"\n id=\"home\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-md-12 banner-content\">\n <div class=\"col-md-7 banner-leftbar float-start\">\n <h2>\n For individuals, companies, and organisations that have a promising idea for\n a new SaaS solution<br />\n </h2>\n <h1>\n Building SaaS Accelerated\n <pw-geo-template #geo>\n <ng-template [ngIf]=\"geo.data?.country_code2 === Countries.AU\">\n <br />\n in Sydney\n <!-- {{geo.data?.ip}}\n {{geo.data?.country_code2}} -->\n </ng-template> </pw-geo-template><br />\n </h1>\n <p>We build tools and services to turn ideas into successful SaaS solutions</p>\n <a href=\"#contact\"\n class=\"contact-btn\">Build with us</a>\n </div>\n <div class=\"col-md-5 float-end\">\n <img src=\"/assets/img/landing-page/digital-product-img.png\"\n alt=\"digital-product\"\n class=\"responsive-thumb\" />\n </div>\n </div>\n </div>\n </div>\n</div>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.full-cover{background:url(/assets/img/landing-page/header-bg.jpg) no-repeat center;background-size:cover;padding:0 0 130px}.banner-content{margin:250px 0 0}.banner-leftbar p{color:#fff!important;font-size:30px;font-weight:400;line-height:1.5}.banner-leftbar h1{color:#fff!important;font-size:48px;font-weight:900;margin:25px 0}.banner-leftbar h2{background:rgb(10,86,211);border-radius:50px;color:#fff!important;display:inline-block;font-size:24px;font-weight:300;margin:0;padding:8px 30px}@media screen and (max-width: 1199px){.responsive-thumb{width:100%}}@media screen and (max-width: 767px){.banner-leftbar{margin-bottom:30px}.banner-content{margin:120px 0 0}}@media screen and (max-width: 575px){.banner-leftbar h1{font-size:33px}.banner-leftbar h2{font-size:18px}.banner-content{padding-left:10px;padding-right:10px;text-align:center}}\n"] }]
17
+ }] });
18
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGFuZGluZy1wYWdlLWJhbm5lci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL3B1YmxpYy1tb2R1bGVzL3NyYy9saWIvbGFuZGluZy1wYWdlcy9sYW5kaW5nLXBhZ2Uvc2VjdGlvbnMvbGFuZGluZy1wYWdlLWJhbm5lci9sYW5kaW5nLXBhZ2UtYmFubmVyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcHVibGljLW1vZHVsZXMvc3JjL2xpYi9sYW5kaW5nLXBhZ2VzL2xhbmRpbmctcGFnZS9zZWN0aW9ucy9sYW5kaW5nLXBhZ2UtYmFubmVyL2xhbmRpbmctcGFnZS1iYW5uZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUUxQyxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sNEJBQTRCLENBQUM7Ozs7O0FBTzVELE1BQU0sT0FBTywwQkFBMEI7SUFMdkM7UUFNSSxjQUFTLEdBQUcsY0FBYyxDQUFDO0tBQzlCOzhHQUZZLDBCQUEwQjtrR0FBMUIsMEJBQTBCLDhEQ1R2QyxrckNBaUNBOzsyRkR4QmEsMEJBQTBCO2tCQUx0QyxTQUFTOytCQUNJLHdCQUF3QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQgeyBDT1VOVFJJRVNfQ09ERSB9IGZyb20gJ0Bwb3Npd2lzZS9jb21tb24tdXRpbGl0aWVzJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdwdy1sYW5kaW5nLXBhZ2UtYmFubmVyJyxcbiAgICB0ZW1wbGF0ZVVybDogJy4vbGFuZGluZy1wYWdlLWJhbm5lci5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vbGFuZGluZy1wYWdlLWJhbm5lci5jb21wb25lbnQuc2NzcyddXG59KVxuZXhwb3J0IGNsYXNzIExhbmRpbmdQYWdlQmFubmVyQ29tcG9uZW50IHtcbiAgICBDb3VudHJpZXMgPSBDT1VOVFJJRVNfQ09ERTtcbn1cbiIsIjxkaXYgY2xhc3M9XCJmdWxsLWNvdmVyXCJcbiAgaWQ9XCJob21lXCI+XG4gIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cbiAgICA8ZGl2IGNsYXNzPVwicm93XCI+XG4gICAgICA8ZGl2IGNsYXNzPVwiY29sLW1kLTEyIGJhbm5lci1jb250ZW50XCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbWQtNyBiYW5uZXItbGVmdGJhciBmbG9hdC1zdGFydFwiPlxuICAgICAgICAgIDxoMj5cbiAgICAgICAgICAgIEZvciBpbmRpdmlkdWFscywgY29tcGFuaWVzLCBhbmQgb3JnYW5pc2F0aW9ucyB0aGF0IGhhdmUgYSBwcm9taXNpbmcgaWRlYSBmb3JcbiAgICAgICAgICAgIGEgbmV3IFNhYVMgc29sdXRpb248YnIgLz5cbiAgICAgICAgICA8L2gyPlxuICAgICAgICAgIDxoMT5cbiAgICAgICAgICAgIEJ1aWxkaW5nIFNhYVMgQWNjZWxlcmF0ZWRcbiAgICAgICAgICAgIDxwdy1nZW8tdGVtcGxhdGUgI2dlbz5cbiAgICAgICAgICAgICAgPG5nLXRlbXBsYXRlIFtuZ0lmXT1cImdlby5kYXRhPy5jb3VudHJ5X2NvZGUyID09PSBDb3VudHJpZXMuQVVcIj5cbiAgICAgICAgICAgICAgICA8YnIgLz5cbiAgICAgICAgICAgICAgICBpbiBTeWRuZXlcbiAgICAgICAgICAgICAgICA8IS0tIHt7Z2VvLmRhdGE/LmlwfX1cbiAgICAgICAgICAgICAgICB7e2dlby5kYXRhPy5jb3VudHJ5X2NvZGUyfX0gLS0+XG4gICAgICAgICAgICAgIDwvbmctdGVtcGxhdGU+IDwvcHctZ2VvLXRlbXBsYXRlPjxiciAvPlxuICAgICAgICAgIDwvaDE+XG4gICAgICAgICAgPHA+V2UgYnVpbGQgdG9vbHMgYW5kIHNlcnZpY2VzIHRvIHR1cm4gaWRlYXMgaW50byBzdWNjZXNzZnVsIFNhYVMgc29sdXRpb25zPC9wPlxuICAgICAgICAgIDxhIGhyZWY9XCIjY29udGFjdFwiXG4gICAgICAgICAgICBjbGFzcz1cImNvbnRhY3QtYnRuXCI+QnVpbGQgd2l0aCB1czwvYT5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbWQtNSBmbG9hdC1lbmRcIj5cbiAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvaW1nL2xhbmRpbmctcGFnZS9kaWdpdGFsLXByb2R1Y3QtaW1nLnBuZ1wiXG4gICAgICAgICAgICBhbHQ9XCJkaWdpdGFsLXByb2R1Y3RcIlxuICAgICAgICAgICAgY2xhc3M9XCJyZXNwb25zaXZlLXRodW1iXCIgLz5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgPC9kaXY+XG48L2Rpdj5cbiJdfQ==
@@ -0,0 +1,18 @@
1
+ import { Component } from '@angular/core';
2
+ import { AppBaseComponent } from '@posiwise/app-base-component';
3
+ import * as i0 from "@angular/core";
4
+ import * as i1 from "@posiwise/directives";
5
+ import * as i2 from "@ngneat/transloco";
6
+ export class LandingPageBlogComponent extends AppBaseComponent {
7
+ constructor() {
8
+ super(...arguments);
9
+ this.logo = this.appConfig?.company?.logos?.main_contrast?.url;
10
+ }
11
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LandingPageBlogComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
12
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.8", type: LandingPageBlogComponent, selector: "pw-landing-page-blog", usesInheritance: true, ngImport: i0, template: "<div class=\"navbar navbar-expand-lg fixed-top-nav fixed-top nav-main-color\">\n <div class=\"container d-block\">\n <div class=\"row m-0\">\n <div class=\"col-lg-2 float-start\">\n <a href=\"/\">\n <img [src]=\"logo\"\n class=\"header-logo\"\n alt=\"site-logo\" />\n </a>\n <button type=\"button\"\n class=\"navbar-toggle d-lg-none\"\n data-bs-toggle=\"collapse\"\n data-bs-target=\"#myNavbar\">\n <span class=\"icon-bar\"></span> <span class=\"icon-bar\"></span>\n <span class=\"icon-bar\"></span>\n </button>\n </div>\n <div class=\"col-lg-10 nav-outer mt-2\">\n <div class=\"collapse navbar-collapse float-end\"\n id=\"myNavbar\">\n <nav class=\"navbar navbar-expand-sm\">\n <ul class=\"navbar-nav\">\n <li class=\"nav-item login-button\">\n <a href=\"/\"\n class=\"\">{{ 'Button.Home' | transloco }}</a>\n </li>\n </ul>\n </nav>\n </div>\n </div>\n </div>\n </div>\n</div>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.nav-main-color{background:var(--first)}.header-logo{max-width:205px!important;max-height:45px!important}.fixed-top{position:fixed!important}\n"], dependencies: [{ kind: "directive", type: i1.LazyImgDirective, selector: "img" }, { kind: "pipe", type: i2.TranslocoPipe, name: "transloco" }] }); }
13
+ }
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LandingPageBlogComponent, decorators: [{
15
+ type: Component,
16
+ args: [{ selector: 'pw-landing-page-blog', template: "<div class=\"navbar navbar-expand-lg fixed-top-nav fixed-top nav-main-color\">\n <div class=\"container d-block\">\n <div class=\"row m-0\">\n <div class=\"col-lg-2 float-start\">\n <a href=\"/\">\n <img [src]=\"logo\"\n class=\"header-logo\"\n alt=\"site-logo\" />\n </a>\n <button type=\"button\"\n class=\"navbar-toggle d-lg-none\"\n data-bs-toggle=\"collapse\"\n data-bs-target=\"#myNavbar\">\n <span class=\"icon-bar\"></span> <span class=\"icon-bar\"></span>\n <span class=\"icon-bar\"></span>\n </button>\n </div>\n <div class=\"col-lg-10 nav-outer mt-2\">\n <div class=\"collapse navbar-collapse float-end\"\n id=\"myNavbar\">\n <nav class=\"navbar navbar-expand-sm\">\n <ul class=\"navbar-nav\">\n <li class=\"nav-item login-button\">\n <a href=\"/\"\n class=\"\">{{ 'Button.Home' | transloco }}</a>\n </li>\n </ul>\n </nav>\n </div>\n </div>\n </div>\n </div>\n</div>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.nav-main-color{background:var(--first)}.header-logo{max-width:205px!important;max-height:45px!important}.fixed-top{position:fixed!important}\n"] }]
17
+ }] });
18
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGFuZGluZy1wYWdlLWJsb2cuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9wdWJsaWMtbW9kdWxlcy9zcmMvbGliL2xhbmRpbmctcGFnZXMvbGFuZGluZy1wYWdlL3NlY3Rpb25zL2xhbmRpbmctcGFnZS1ibG9nL2xhbmRpbmctcGFnZS1ibG9nLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcHVibGljLW1vZHVsZXMvc3JjL2xpYi9sYW5kaW5nLXBhZ2VzL2xhbmRpbmctcGFnZS9zZWN0aW9ucy9sYW5kaW5nLXBhZ2UtYmxvZy9sYW5kaW5nLXBhZ2UtYmxvZy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRTFDLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLDhCQUE4QixDQUFDOzs7O0FBT2hFLE1BQU0sT0FBTyx3QkFBeUIsU0FBUSxnQkFBZ0I7SUFMOUQ7O1FBTUksU0FBSSxHQUFHLElBQUksQ0FBQyxTQUFTLEVBQUUsT0FBTyxFQUFFLEtBQUssRUFBRSxhQUFhLEVBQUUsR0FBRyxDQUFDO0tBQzdEOzhHQUZZLHdCQUF3QjtrR0FBeEIsd0JBQXdCLG1GQ1RyQyw4bUNBaUNBOzsyRkR4QmEsd0JBQXdCO2tCQUxwQyxTQUFTOytCQUNJLHNCQUFzQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQgeyBBcHBCYXNlQ29tcG9uZW50IH0gZnJvbSAnQHBvc2l3aXNlL2FwcC1iYXNlLWNvbXBvbmVudCc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAncHctbGFuZGluZy1wYWdlLWJsb2cnLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9sYW5kaW5nLXBhZ2UtYmxvZy5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vbGFuZGluZy1wYWdlLWJsb2cuY29tcG9uZW50LnNjc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBMYW5kaW5nUGFnZUJsb2dDb21wb25lbnQgZXh0ZW5kcyBBcHBCYXNlQ29tcG9uZW50IHtcbiAgICBsb2dvID0gdGhpcy5hcHBDb25maWc/LmNvbXBhbnk/LmxvZ29zPy5tYWluX2NvbnRyYXN0Py51cmw7XG59XG4iLCI8ZGl2IGNsYXNzPVwibmF2YmFyIG5hdmJhci1leHBhbmQtbGcgZml4ZWQtdG9wLW5hdiBmaXhlZC10b3AgbmF2LW1haW4tY29sb3JcIj5cbiAgPGRpdiBjbGFzcz1cImNvbnRhaW5lciBkLWJsb2NrXCI+XG4gICAgPGRpdiBjbGFzcz1cInJvdyBtLTBcIj5cbiAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbGctMiBmbG9hdC1zdGFydFwiPlxuICAgICAgICA8YSBocmVmPVwiL1wiPlxuICAgICAgICAgIDxpbWcgW3NyY109XCJsb2dvXCJcbiAgICAgICAgICAgIGNsYXNzPVwiaGVhZGVyLWxvZ29cIlxuICAgICAgICAgICAgYWx0PVwic2l0ZS1sb2dvXCIgLz5cbiAgICAgICAgPC9hPlxuICAgICAgICA8YnV0dG9uIHR5cGU9XCJidXR0b25cIlxuICAgICAgICAgIGNsYXNzPVwibmF2YmFyLXRvZ2dsZSBkLWxnLW5vbmVcIlxuICAgICAgICAgIGRhdGEtYnMtdG9nZ2xlPVwiY29sbGFwc2VcIlxuICAgICAgICAgIGRhdGEtYnMtdGFyZ2V0PVwiI215TmF2YmFyXCI+XG4gICAgICAgICAgPHNwYW4gY2xhc3M9XCJpY29uLWJhclwiPjwvc3Bhbj4gPHNwYW4gY2xhc3M9XCJpY29uLWJhclwiPjwvc3Bhbj5cbiAgICAgICAgICA8c3BhbiBjbGFzcz1cImljb24tYmFyXCI+PC9zcGFuPlxuICAgICAgICA8L2J1dHRvbj5cbiAgICAgIDwvZGl2PlxuICAgICAgPGRpdiBjbGFzcz1cImNvbC1sZy0xMCBuYXYtb3V0ZXIgbXQtMlwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29sbGFwc2UgbmF2YmFyLWNvbGxhcHNlIGZsb2F0LWVuZFwiXG4gICAgICAgICAgaWQ9XCJteU5hdmJhclwiPlxuICAgICAgICAgIDxuYXYgY2xhc3M9XCJuYXZiYXIgbmF2YmFyLWV4cGFuZC1zbVwiPlxuICAgICAgICAgICAgPHVsIGNsYXNzPVwibmF2YmFyLW5hdlwiPlxuICAgICAgICAgICAgICA8bGkgY2xhc3M9XCJuYXYtaXRlbSBsb2dpbi1idXR0b25cIj5cbiAgICAgICAgICAgICAgICA8YSBocmVmPVwiL1wiXG4gICAgICAgICAgICAgICAgICBjbGFzcz1cIlwiPnt7ICdCdXR0b24uSG9tZScgfCB0cmFuc2xvY28gfX08L2E+XG4gICAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICA8L3VsPlxuICAgICAgICAgIDwvbmF2PlxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICA8L2Rpdj5cbjwvZGl2PlxuIl19
@@ -2,11 +2,11 @@ import { Component } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  import * as i1 from "@posiwise/directives";
4
4
  export class LandingPageChangeAdaptComponent {
5
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: LandingPageChangeAdaptComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: LandingPageChangeAdaptComponent, selector: "pw-landing-page-change-adapt", ngImport: i0, template: "<section class=\"change-adapt-outer\">\n <div class=\"container\">\n <div class=\"col-md-5 col-sm-12 float-start future-left\">\n <img src=\"/assets/img/landing-page/future-ready-bg.png\"\n alt=\"future-ready\" />\n </div>\n <div class=\"col-md-7 col-sm-12 float-end change-adopt-content\">\n <h2>Do you have a great idea for a SaaS solution?</h2>\n <h3>We are, above all, successful entrepreneurs ourselves</h3>\n <p>\n We believe that technology shouldn't get in the way of people trying to develop new\n disrupting solutions. We have the tools and technical know-how to bring you from\n idea to product-market fit.\n </p>\n </div>\n </div>\n</section>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.change-adapt-outer{background:url(/assets/img/landing-page/change-adotp-bg.jpg) no-repeat top center;background-size:cover;padding:120px 0 50px}.change-adopt-content{padding:0 0 0 90px!important}.change-adopt-content h2{color:#2e3238;font-family:Roboto,sans-serif;font-size:60px;font-weight:900;padding:0 72px 0 0}.change-adopt-content h3{background:#056ae0;border-radius:30px;color:#fff;display:inline-block;font-family:Roboto,sans-serif;font-size:20px;margin:12px 0 22px;padding:6px 13px 8px}.change-adopt-content p{color:#42526e;font-family:Roboto,sans-serif;font-size:20px;font-weight:400}.future-left img{margin-top:-82px;position:relative;width:100%}@media screen and (max-width: 1199px){.change-adopt-content h2{font-size:42px;padding:0}.change-adopt-content h3{font-size:17px}}@media screen and (max-width: 991px){.change-adopt-content{padding:0 0 0 50px!important}.change-adapt-outer{padding:60px 0 50px}.future-left img{margin-top:0}}@media screen and (max-width: 767px){.change-adopt-content{padding:10px!important;text-align:center}.change-adopt-content h2{font-size:25px;padding:0;text-align:center}.change-adopt-content h3{display:inline-block;font-size:15px}.change-adopt-content p{font-size:18px}.change-adapt-outer{padding:20px 0}}@media screen and (max-width: 575px){.change-adopt-content p{font-size:17px}}@media (min-width: 1024px) and (max-width: 1199px){.change-adapt-outer{padding-left:20px;padding-right:20px}}\n"], dependencies: [{ kind: "directive", type: i1.LazyImgDirective, selector: "img" }] }); }
5
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LandingPageChangeAdaptComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.8", type: LandingPageChangeAdaptComponent, selector: "pw-landing-page-change-adapt", ngImport: i0, template: "<section class=\"change-adapt-outer\">\n <div class=\"container\">\n <div class=\"col-md-5 col-sm-12 float-start future-left\">\n <img src=\"/assets/img/landing-page/future-ready-bg.png\"\n alt=\"future-ready\" />\n </div>\n <div class=\"col-md-7 col-sm-12 float-end change-adopt-content\">\n <h2>Do you have a great idea for a SaaS solution?</h2>\n <h3>We are, above all, successful entrepreneurs ourselves</h3>\n <p>\n We believe that technology shouldn't get in the way of people trying to develop new\n disrupting solutions. We have the tools and technical know-how to bring you from\n idea to product-market fit.\n </p>\n </div>\n </div>\n</section>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.change-adapt-outer{background:url(/assets/img/landing-page/change-adotp-bg.jpg) no-repeat top center;background-size:cover;padding:120px 0 50px}.change-adopt-content{padding:0 0 0 90px!important}.change-adopt-content h2{color:#2e3238;font-family:Roboto,sans-serif;font-size:60px;font-weight:900;padding:0 72px 0 0}.change-adopt-content h3{background:rgb(5,106,224);border-radius:30px;color:#fff;display:inline-block;font-family:Roboto,sans-serif;font-size:20px;margin:12px 0 22px;padding:6px 13px 8px}.change-adopt-content p{color:#42526e;font-family:Roboto,sans-serif;font-size:20px;font-weight:400}.future-left img{margin-top:-82px;position:relative;width:100%}@media screen and (max-width: 1199px){.change-adopt-content h2{font-size:42px;padding:0}.change-adopt-content h3{font-size:17px}}@media screen and (max-width: 991px){.change-adopt-content{padding:0 0 0 50px!important}.change-adapt-outer{padding:60px 0 50px}.future-left img{margin-top:0}}@media screen and (max-width: 767px){.change-adopt-content{padding:10px!important;text-align:center}.change-adopt-content h2{font-size:25px;padding:0;text-align:center}.change-adopt-content h3{display:inline-block;font-size:15px}.change-adopt-content p{font-size:18px}.change-adapt-outer{padding:20px 0}}@media screen and (max-width: 575px){.change-adopt-content p{font-size:17px}}@media (min-width: 1024px) and (max-width: 1199px){.change-adapt-outer{padding-left:20px;padding-right:20px}}\n"], dependencies: [{ kind: "directive", type: i1.LazyImgDirective, selector: "img" }] }); }
7
7
  }
8
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: LandingPageChangeAdaptComponent, decorators: [{
8
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LandingPageChangeAdaptComponent, decorators: [{
9
9
  type: Component,
10
- args: [{ selector: 'pw-landing-page-change-adapt', template: "<section class=\"change-adapt-outer\">\n <div class=\"container\">\n <div class=\"col-md-5 col-sm-12 float-start future-left\">\n <img src=\"/assets/img/landing-page/future-ready-bg.png\"\n alt=\"future-ready\" />\n </div>\n <div class=\"col-md-7 col-sm-12 float-end change-adopt-content\">\n <h2>Do you have a great idea for a SaaS solution?</h2>\n <h3>We are, above all, successful entrepreneurs ourselves</h3>\n <p>\n We believe that technology shouldn't get in the way of people trying to develop new\n disrupting solutions. We have the tools and technical know-how to bring you from\n idea to product-market fit.\n </p>\n </div>\n </div>\n</section>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.change-adapt-outer{background:url(/assets/img/landing-page/change-adotp-bg.jpg) no-repeat top center;background-size:cover;padding:120px 0 50px}.change-adopt-content{padding:0 0 0 90px!important}.change-adopt-content h2{color:#2e3238;font-family:Roboto,sans-serif;font-size:60px;font-weight:900;padding:0 72px 0 0}.change-adopt-content h3{background:#056ae0;border-radius:30px;color:#fff;display:inline-block;font-family:Roboto,sans-serif;font-size:20px;margin:12px 0 22px;padding:6px 13px 8px}.change-adopt-content p{color:#42526e;font-family:Roboto,sans-serif;font-size:20px;font-weight:400}.future-left img{margin-top:-82px;position:relative;width:100%}@media screen and (max-width: 1199px){.change-adopt-content h2{font-size:42px;padding:0}.change-adopt-content h3{font-size:17px}}@media screen and (max-width: 991px){.change-adopt-content{padding:0 0 0 50px!important}.change-adapt-outer{padding:60px 0 50px}.future-left img{margin-top:0}}@media screen and (max-width: 767px){.change-adopt-content{padding:10px!important;text-align:center}.change-adopt-content h2{font-size:25px;padding:0;text-align:center}.change-adopt-content h3{display:inline-block;font-size:15px}.change-adopt-content p{font-size:18px}.change-adapt-outer{padding:20px 0}}@media screen and (max-width: 575px){.change-adopt-content p{font-size:17px}}@media (min-width: 1024px) and (max-width: 1199px){.change-adapt-outer{padding-left:20px;padding-right:20px}}\n"] }]
10
+ args: [{ selector: 'pw-landing-page-change-adapt', template: "<section class=\"change-adapt-outer\">\n <div class=\"container\">\n <div class=\"col-md-5 col-sm-12 float-start future-left\">\n <img src=\"/assets/img/landing-page/future-ready-bg.png\"\n alt=\"future-ready\" />\n </div>\n <div class=\"col-md-7 col-sm-12 float-end change-adopt-content\">\n <h2>Do you have a great idea for a SaaS solution?</h2>\n <h3>We are, above all, successful entrepreneurs ourselves</h3>\n <p>\n We believe that technology shouldn't get in the way of people trying to develop new\n disrupting solutions. We have the tools and technical know-how to bring you from\n idea to product-market fit.\n </p>\n </div>\n </div>\n</section>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.change-adapt-outer{background:url(/assets/img/landing-page/change-adotp-bg.jpg) no-repeat top center;background-size:cover;padding:120px 0 50px}.change-adopt-content{padding:0 0 0 90px!important}.change-adopt-content h2{color:#2e3238;font-family:Roboto,sans-serif;font-size:60px;font-weight:900;padding:0 72px 0 0}.change-adopt-content h3{background:rgb(5,106,224);border-radius:30px;color:#fff;display:inline-block;font-family:Roboto,sans-serif;font-size:20px;margin:12px 0 22px;padding:6px 13px 8px}.change-adopt-content p{color:#42526e;font-family:Roboto,sans-serif;font-size:20px;font-weight:400}.future-left img{margin-top:-82px;position:relative;width:100%}@media screen and (max-width: 1199px){.change-adopt-content h2{font-size:42px;padding:0}.change-adopt-content h3{font-size:17px}}@media screen and (max-width: 991px){.change-adopt-content{padding:0 0 0 50px!important}.change-adapt-outer{padding:60px 0 50px}.future-left img{margin-top:0}}@media screen and (max-width: 767px){.change-adopt-content{padding:10px!important;text-align:center}.change-adopt-content h2{font-size:25px;padding:0;text-align:center}.change-adopt-content h3{display:inline-block;font-size:15px}.change-adopt-content p{font-size:18px}.change-adapt-outer{padding:20px 0}}@media screen and (max-width: 575px){.change-adopt-content p{font-size:17px}}@media (min-width: 1024px) and (max-width: 1199px){.change-adapt-outer{padding-left:20px;padding-right:20px}}\n"] }]
11
11
  }] });
12
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGFuZGluZy1wYWdlLWNoYW5nZS1hZGFwdC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL3B1YmxpYy1tb2R1bGVzL3NyYy9saWIvbGFuZGluZy1wYWdlcy9sYW5kaW5nLXBhZ2Uvc2VjdGlvbnMvbGFuZGluZy1wYWdlLWNoYW5nZS1hZGFwdC9sYW5kaW5nLXBhZ2UtY2hhbmdlLWFkYXB0LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcHVibGljLW1vZHVsZXMvc3JjL2xpYi9sYW5kaW5nLXBhZ2VzL2xhbmRpbmctcGFnZS9zZWN0aW9ucy9sYW5kaW5nLXBhZ2UtY2hhbmdlLWFkYXB0L2xhbmRpbmctcGFnZS1jaGFuZ2UtYWRhcHQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7O0FBTzFDLE1BQU0sT0FBTywrQkFBK0I7K0dBQS9CLCtCQUErQjttR0FBL0IsK0JBQStCLG9FQ1A1QyxxdEJBaUJBOzs0RkRWYSwrQkFBK0I7a0JBTDNDLFNBQVM7K0JBQ0ksOEJBQThCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAncHctbGFuZGluZy1wYWdlLWNoYW5nZS1hZGFwdCcsXG4gICAgdGVtcGxhdGVVcmw6ICcuL2xhbmRpbmctcGFnZS1jaGFuZ2UtYWRhcHQuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsczogWycuL2xhbmRpbmctcGFnZS1jaGFuZ2UtYWRhcHQuY29tcG9uZW50LnNjc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBMYW5kaW5nUGFnZUNoYW5nZUFkYXB0Q29tcG9uZW50IHt9XG4iLCI8c2VjdGlvbiBjbGFzcz1cImNoYW5nZS1hZGFwdC1vdXRlclwiPlxuICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCI+XG4gICAgPGRpdiBjbGFzcz1cImNvbC1tZC01IGNvbC1zbS0xMiBmbG9hdC1zdGFydCBmdXR1cmUtbGVmdFwiPlxuICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sYW5kaW5nLXBhZ2UvZnV0dXJlLXJlYWR5LWJnLnBuZ1wiXG4gICAgICAgIGFsdD1cImZ1dHVyZS1yZWFkeVwiIC8+XG4gICAgPC9kaXY+XG4gICAgPGRpdiBjbGFzcz1cImNvbC1tZC03IGNvbC1zbS0xMiBmbG9hdC1lbmQgY2hhbmdlLWFkb3B0LWNvbnRlbnRcIj5cbiAgICAgIDxoMj5EbyB5b3UgaGF2ZSBhIGdyZWF0IGlkZWEgZm9yIGEgU2FhUyBzb2x1dGlvbj88L2gyPlxuICAgICAgPGgzPldlIGFyZSwgYWJvdmUgYWxsLCBzdWNjZXNzZnVsIGVudHJlcHJlbmV1cnMgb3Vyc2VsdmVzPC9oMz5cbiAgICAgIDxwPlxuICAgICAgICBXZSBiZWxpZXZlIHRoYXQgdGVjaG5vbG9neSBzaG91bGRuJ3QgZ2V0IGluIHRoZSB3YXkgb2YgcGVvcGxlIHRyeWluZyB0byBkZXZlbG9wIG5ld1xuICAgICAgICBkaXNydXB0aW5nIHNvbHV0aW9ucy4gV2UgaGF2ZSB0aGUgdG9vbHMgYW5kIHRlY2huaWNhbCBrbm93LWhvdyB0byBicmluZyB5b3UgZnJvbVxuICAgICAgICBpZGVhIHRvIHByb2R1Y3QtbWFya2V0IGZpdC5cbiAgICAgIDwvcD5cbiAgICA8L2Rpdj5cbiAgPC9kaXY+XG48L3NlY3Rpb24+XG4iXX0=
12
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGFuZGluZy1wYWdlLWNoYW5nZS1hZGFwdC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL3B1YmxpYy1tb2R1bGVzL3NyYy9saWIvbGFuZGluZy1wYWdlcy9sYW5kaW5nLXBhZ2Uvc2VjdGlvbnMvbGFuZGluZy1wYWdlLWNoYW5nZS1hZGFwdC9sYW5kaW5nLXBhZ2UtY2hhbmdlLWFkYXB0LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcHVibGljLW1vZHVsZXMvc3JjL2xpYi9sYW5kaW5nLXBhZ2VzL2xhbmRpbmctcGFnZS9zZWN0aW9ucy9sYW5kaW5nLXBhZ2UtY2hhbmdlLWFkYXB0L2xhbmRpbmctcGFnZS1jaGFuZ2UtYWRhcHQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7O0FBTzFDLE1BQU0sT0FBTywrQkFBK0I7OEdBQS9CLCtCQUErQjtrR0FBL0IsK0JBQStCLG9FQ1A1QyxxdEJBaUJBOzsyRkRWYSwrQkFBK0I7a0JBTDNDLFNBQVM7K0JBQ0ksOEJBQThCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAncHctbGFuZGluZy1wYWdlLWNoYW5nZS1hZGFwdCcsXG4gICAgdGVtcGxhdGVVcmw6ICcuL2xhbmRpbmctcGFnZS1jaGFuZ2UtYWRhcHQuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsczogWycuL2xhbmRpbmctcGFnZS1jaGFuZ2UtYWRhcHQuY29tcG9uZW50LnNjc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBMYW5kaW5nUGFnZUNoYW5nZUFkYXB0Q29tcG9uZW50IHt9XG4iLCI8c2VjdGlvbiBjbGFzcz1cImNoYW5nZS1hZGFwdC1vdXRlclwiPlxuICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCI+XG4gICAgPGRpdiBjbGFzcz1cImNvbC1tZC01IGNvbC1zbS0xMiBmbG9hdC1zdGFydCBmdXR1cmUtbGVmdFwiPlxuICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sYW5kaW5nLXBhZ2UvZnV0dXJlLXJlYWR5LWJnLnBuZ1wiXG4gICAgICAgIGFsdD1cImZ1dHVyZS1yZWFkeVwiIC8+XG4gICAgPC9kaXY+XG4gICAgPGRpdiBjbGFzcz1cImNvbC1tZC03IGNvbC1zbS0xMiBmbG9hdC1lbmQgY2hhbmdlLWFkb3B0LWNvbnRlbnRcIj5cbiAgICAgIDxoMj5EbyB5b3UgaGF2ZSBhIGdyZWF0IGlkZWEgZm9yIGEgU2FhUyBzb2x1dGlvbj88L2gyPlxuICAgICAgPGgzPldlIGFyZSwgYWJvdmUgYWxsLCBzdWNjZXNzZnVsIGVudHJlcHJlbmV1cnMgb3Vyc2VsdmVzPC9oMz5cbiAgICAgIDxwPlxuICAgICAgICBXZSBiZWxpZXZlIHRoYXQgdGVjaG5vbG9neSBzaG91bGRuJ3QgZ2V0IGluIHRoZSB3YXkgb2YgcGVvcGxlIHRyeWluZyB0byBkZXZlbG9wIG5ld1xuICAgICAgICBkaXNydXB0aW5nIHNvbHV0aW9ucy4gV2UgaGF2ZSB0aGUgdG9vbHMgYW5kIHRlY2huaWNhbCBrbm93LWhvdyB0byBicmluZyB5b3UgZnJvbVxuICAgICAgICBpZGVhIHRvIHByb2R1Y3QtbWFya2V0IGZpdC5cbiAgICAgIDwvcD5cbiAgICA8L2Rpdj5cbiAgPC9kaXY+XG48L3NlY3Rpb24+XG4iXX0=