@dcodegroup-au/page-builder 0.7.0 → 0.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/page-builder.css +283 -68
- package/dist/page-builder.es.js +247 -244
- package/dist/page-builder.umd.js +247 -244
- package/example/src/App.vue +89 -17
- package/example/src/pages/AboutUs.js +1 -1
- package/example/src/pages/OurCommitment.js +1 -1
- package/example/src/pages/OurHistory.js +1 -1
- package/package.json +1 -1
- package/src/components/builders/Links.vue +0 -1
- package/src/components/common/LinkedTo.vue +0 -2
- package/src/components/presenters/components/CarouselPresenter.vue +18 -4
- package/src/components/presenters/components/CollectionGridPresenter.vue +3 -3
- package/src/components/presenters/components/SliderPresenter.vue +3 -2
- package/src/components/presenters/modules/AccordionPricing.vue +5 -5
- package/src/components/presenters/modules/BulletPoints.vue +5 -5
- package/src/components/presenters/modules/Callout.vue +5 -5
- package/src/components/presenters/modules/CollectionCarousel.vue +1 -1
- package/src/components/presenters/modules/ContactUs.vue +1 -1
- package/src/components/presenters/modules/FAQ.vue +3 -2
- package/src/components/presenters/modules/HeroHeader.vue +1 -1
- package/src/components/presenters/modules/HorizontalTabs.vue +4 -4
- package/src/components/presenters/modules/LinkCard.vue +39 -5
- package/src/components/presenters/modules/LinkList.vue +4 -4
- package/src/components/presenters/modules/Paragraph.vue +4 -4
- package/src/components/presenters/modules/QuickLinks.vue +1 -1
- package/src/components/presenters/modules/StandardHeader.vue +4 -4
- package/src/components/presenters/modules/TestimonialSlider.vue +4 -4
- package/src/components/presenters/modules/Timeline.vue +2 -2
- package/src/components/presenters/modules/TwoColumnsImageContent.vue +7 -16
- package/src/components/presenters/modules/VTabs.vue +1 -1
- package/tailwind.config.js +3 -0
- /package/example/src/pages/{AdvisoryService.js → AdvisoryServices.js} +0 -0
package/dist/page-builder.es.js
CHANGED
|
@@ -446,12 +446,12 @@ const _hoisted_6$r = { class: "flex flex-col gap-3" };
|
|
|
446
446
|
const _hoisted_7$q = { class: "flex justify-between" };
|
|
447
447
|
const _hoisted_8$o = { class: "flex flex-col gap-1" };
|
|
448
448
|
const _hoisted_9$n = { class: "font-semibold text-gray-900" };
|
|
449
|
-
const _hoisted_10$
|
|
450
|
-
const _hoisted_11$
|
|
451
|
-
const _hoisted_12$
|
|
449
|
+
const _hoisted_10$i = { class: "text-sm text-gray-600" };
|
|
450
|
+
const _hoisted_11$g = ["disabled"];
|
|
451
|
+
const _hoisted_12$d = { class: "flex flex-col gap-3" };
|
|
452
452
|
const _hoisted_13$9 = ["onClick"];
|
|
453
453
|
const _hoisted_14$9 = ["onClick"];
|
|
454
|
-
const _hoisted_15$
|
|
454
|
+
const _hoisted_15$7 = { class: "text-xs text-gray-600" };
|
|
455
455
|
const _hoisted_16$5 = { class: "text-sm font-medium text-gray-900" };
|
|
456
456
|
const _sfc_main$Q = {
|
|
457
457
|
__name: "Items",
|
|
@@ -512,7 +512,7 @@ const _sfc_main$Q = {
|
|
|
512
512
|
createElementVNode("div", _hoisted_7$q, [
|
|
513
513
|
createElementVNode("div", _hoisted_8$o, [
|
|
514
514
|
createElementVNode("div", _hoisted_9$n, toDisplayString(unref(parseName)(unref(type))), 1),
|
|
515
|
-
createElementVNode("div", _hoisted_10$
|
|
515
|
+
createElementVNode("div", _hoisted_10$i, "This " + toDisplayString(unref(singularize)(unref(type))) + " can contain up to " + toDisplayString(dataRef.value.max_items) + " " + toDisplayString(unref(parseName)(unref(type), false)), 1)
|
|
516
516
|
]),
|
|
517
517
|
createElementVNode("div", null, [
|
|
518
518
|
createElementVNode("button", {
|
|
@@ -523,10 +523,10 @@ const _sfc_main$Q = {
|
|
|
523
523
|
}, [
|
|
524
524
|
createVNode(unref(PlusIcon), { class: "h-5 w-5" }),
|
|
525
525
|
_cache[0] || (_cache[0] = createElementVNode("span", null, "Add", -1))
|
|
526
|
-
], 10, _hoisted_11$
|
|
526
|
+
], 10, _hoisted_11$g)
|
|
527
527
|
])
|
|
528
528
|
]),
|
|
529
|
-
createElementVNode("div", _hoisted_12$
|
|
529
|
+
createElementVNode("div", _hoisted_12$d, [
|
|
530
530
|
(openBlock(true), createElementBlock(Fragment, null, renderList(dataRef.value.data, (item, index) => {
|
|
531
531
|
return openBlock(), createElementBlock("div", {
|
|
532
532
|
class: normalizeClass(["flex items-center gap-4 px-2 py-1 hover:bg-gray-100 rounded-lg", { "bg-gray-200 hover:bg-gray-200": openItemStates.value[index] }])
|
|
@@ -541,7 +541,7 @@ const _sfc_main$Q = {
|
|
|
541
541
|
class: "flex flex-1 flex-col cursor-pointer",
|
|
542
542
|
onClick: ($event) => edit(item, index)
|
|
543
543
|
}, [
|
|
544
|
-
createElementVNode("div", _hoisted_15$
|
|
544
|
+
createElementVNode("div", _hoisted_15$7, toDisplayString(unref(singularize)(unref(parseName)(unref(type)))) + " #" + toDisplayString(index + 1), 1),
|
|
545
545
|
createElementVNode("div", _hoisted_16$5, toDisplayString(item.title), 1)
|
|
546
546
|
], 8, _hoisted_14$9),
|
|
547
547
|
createVNode(_sfc_main$S, {
|
|
@@ -11699,9 +11699,9 @@ const _hoisted_6$q = {
|
|
|
11699
11699
|
const _hoisted_7$p = { class: "file-upload-preview" };
|
|
11700
11700
|
const _hoisted_8$n = ["src", "title"];
|
|
11701
11701
|
const _hoisted_9$m = ["href"];
|
|
11702
|
-
const _hoisted_10$
|
|
11703
|
-
const _hoisted_11$
|
|
11704
|
-
const _hoisted_12$
|
|
11702
|
+
const _hoisted_10$h = { class: "file-upload-title" };
|
|
11703
|
+
const _hoisted_11$f = { class: "file-upload-file-remove" };
|
|
11704
|
+
const _hoisted_12$c = { class: "absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 p-4 rounded-lg flex flex-col justify-center items-center w-full" };
|
|
11705
11705
|
const _sfc_main$O = {
|
|
11706
11706
|
__name: "FileUpload",
|
|
11707
11707
|
props: {
|
|
@@ -11805,9 +11805,9 @@ const _sfc_main$O = {
|
|
|
11805
11805
|
target: "_blank",
|
|
11806
11806
|
class: "link"
|
|
11807
11807
|
}, [
|
|
11808
|
-
createElementVNode("div", _hoisted_10$
|
|
11808
|
+
createElementVNode("div", _hoisted_10$h, toDisplayString(file.value.file_name), 1)
|
|
11809
11809
|
], 8, _hoisted_9$m),
|
|
11810
|
-
createElementVNode("a", _hoisted_11$
|
|
11810
|
+
createElementVNode("a", _hoisted_11$f, [
|
|
11811
11811
|
createElementVNode("i", {
|
|
11812
11812
|
class: "fal fa-times",
|
|
11813
11813
|
onClick: _cache[0] || (_cache[0] = ($event) => deleteFile(file.value))
|
|
@@ -11822,7 +11822,7 @@ const _sfc_main$O = {
|
|
|
11822
11822
|
ref_key: "dropzone",
|
|
11823
11823
|
ref: dropzone2
|
|
11824
11824
|
}, null, 512),
|
|
11825
|
-
createElementVNode("div", _hoisted_12$
|
|
11825
|
+
createElementVNode("div", _hoisted_12$c, [
|
|
11826
11826
|
createElementVNode("div", null, [
|
|
11827
11827
|
createVNode(unref(UploadCloud), { class: "w-6 h-6" })
|
|
11828
11828
|
]),
|
|
@@ -12037,8 +12037,6 @@ const _sfc_main$J = {
|
|
|
12037
12037
|
const type = useModel(__props, "type");
|
|
12038
12038
|
const url = useModel(__props, "url");
|
|
12039
12039
|
const openInNewTab = useModel(__props, "openInNewTab");
|
|
12040
|
-
const props = __props;
|
|
12041
|
-
console.log("LinkedTo", props);
|
|
12042
12040
|
const toReadableWords = (input) => {
|
|
12043
12041
|
return input.split("-").map((word) => word.charAt(0).toUpperCase() + word.slice(1)).join(" ");
|
|
12044
12042
|
};
|
|
@@ -33926,7 +33924,7 @@ const _hoisted_6$o = { class: "text-sm font-medium text-gray-900" };
|
|
|
33926
33924
|
const _hoisted_7$n = { key: 0 };
|
|
33927
33925
|
const _hoisted_8$l = { key: 1 };
|
|
33928
33926
|
const _hoisted_9$l = { key: 2 };
|
|
33929
|
-
const _hoisted_10$
|
|
33927
|
+
const _hoisted_10$g = { class: "flex max-h-[196px] flex-wrap gap-1.5 overflow-y-auto" };
|
|
33930
33928
|
const __default__ = {
|
|
33931
33929
|
directives: {
|
|
33932
33930
|
clickOutside: useClickOutside
|
|
@@ -34006,7 +34004,7 @@ const _sfc_main$G = /* @__PURE__ */ Object.assign(__default__, {
|
|
|
34006
34004
|
createElementVNode("p", _hoisted_6$o, [
|
|
34007
34005
|
icons2.value.length > 0 && search.value.length > 0 ? (openBlock(), createElementBlock("span", _hoisted_7$n, " Search result ")) : icons2.value.length < 1 && search.value.length > 0 ? (openBlock(), createElementBlock("span", _hoisted_8$l, " No search result ")) : search.value.length < 1 && icons2.value.length > 0 ? (openBlock(), createElementBlock("span", _hoisted_9$l, " Frequently used icons ")) : createCommentVNode("", true)
|
|
34008
34006
|
]),
|
|
34009
|
-
createElementVNode("div", _hoisted_10$
|
|
34007
|
+
createElementVNode("div", _hoisted_10$g, [
|
|
34010
34008
|
(openBlock(true), createElementBlock(Fragment, null, renderList(icons2.value, (icon) => {
|
|
34011
34009
|
return openBlock(), createBlock(_sfc_main$H, {
|
|
34012
34010
|
class: "cursor-pointer rounded p-1 hover:bg-gray-100",
|
|
@@ -45224,21 +45222,21 @@ const _hoisted_6$n = { class: "text-sm text-gray-600 mt-1" };
|
|
|
45224
45222
|
const _hoisted_7$m = { class: "flex flex-col gap-3" };
|
|
45225
45223
|
const _hoisted_8$k = { class: "flex items-center justify-between" };
|
|
45226
45224
|
const _hoisted_9$k = { class: "text-lg font-semibold text-gray-900" };
|
|
45227
|
-
const _hoisted_10$
|
|
45228
|
-
const _hoisted_11$
|
|
45229
|
-
const _hoisted_12$
|
|
45225
|
+
const _hoisted_10$f = { class: "relative flex items-end" };
|
|
45226
|
+
const _hoisted_11$e = { class: "flex flex-col gap-6" };
|
|
45227
|
+
const _hoisted_12$b = {
|
|
45230
45228
|
key: 0,
|
|
45231
45229
|
class: "flex gap-4"
|
|
45232
45230
|
};
|
|
45233
45231
|
const _hoisted_13$8 = { class: "flex items-center gap-2 cursor-pointer" };
|
|
45234
45232
|
const _hoisted_14$8 = ["name", "value", "onUpdate:modelValue", "onChange"];
|
|
45235
|
-
const _hoisted_15$
|
|
45233
|
+
const _hoisted_15$6 = {
|
|
45236
45234
|
key: 1,
|
|
45237
45235
|
class: "flex flex-col gap-1.5"
|
|
45238
45236
|
};
|
|
45239
45237
|
const _hoisted_16$4 = ["onUpdate:modelValue", "maxlength"];
|
|
45240
45238
|
const _hoisted_17$3 = ["onUpdate:modelValue", "maxlength"];
|
|
45241
|
-
const _hoisted_18$
|
|
45239
|
+
const _hoisted_18$3 = { key: 2 };
|
|
45242
45240
|
const _sfc_main$C = {
|
|
45243
45241
|
__name: "Links",
|
|
45244
45242
|
props: {
|
|
@@ -45253,7 +45251,6 @@ const _sfc_main$C = {
|
|
|
45253
45251
|
const VFileUpload = inject("VFileUpload", _sfc_main$O);
|
|
45254
45252
|
const emit = __emit;
|
|
45255
45253
|
const props = __props;
|
|
45256
|
-
console.log("Links", props);
|
|
45257
45254
|
const options = [{ value: "content", label: "Content" }, { value: "image_only", label: "Image Only" }];
|
|
45258
45255
|
const componentData = ref(props.data.component);
|
|
45259
45256
|
const modalRef = ref(null);
|
|
@@ -45360,14 +45357,14 @@ const _sfc_main$C = {
|
|
|
45360
45357
|
}, [
|
|
45361
45358
|
createElementVNode("div", _hoisted_8$k, [
|
|
45362
45359
|
createElementVNode("div", _hoisted_9$k, " Item #" + toDisplayString(index + 1), 1),
|
|
45363
|
-
createElementVNode("div", _hoisted_10$
|
|
45360
|
+
createElementVNode("div", _hoisted_10$f, [
|
|
45364
45361
|
createVNode(_sfc_main$S, {
|
|
45365
45362
|
onRemoveItem: ($event) => handleDeleteItem(index)
|
|
45366
45363
|
}, null, 8, ["onRemoveItem"])
|
|
45367
45364
|
])
|
|
45368
45365
|
]),
|
|
45369
|
-
createElementVNode("div", _hoisted_11$
|
|
45370
|
-
!((_a2 = componentData.value) == null ? void 0 : _a2.hasOwnProperty("has_type_switcher")) || ((_b = componentData.value) == null ? void 0 : _b.has_type_switcher) ? (openBlock(), createElementBlock("div", _hoisted_12$
|
|
45366
|
+
createElementVNode("div", _hoisted_11$e, [
|
|
45367
|
+
!((_a2 = componentData.value) == null ? void 0 : _a2.hasOwnProperty("has_type_switcher")) || ((_b = componentData.value) == null ? void 0 : _b.has_type_switcher) ? (openBlock(), createElementBlock("div", _hoisted_12$b, [
|
|
45371
45368
|
(openBlock(), createElementBlock(Fragment, null, renderList(options, (option) => {
|
|
45372
45369
|
return createElementVNode("label", _hoisted_13$8, [
|
|
45373
45370
|
withDirectives(createElementVNode("input", {
|
|
@@ -45384,7 +45381,7 @@ const _sfc_main$C = {
|
|
|
45384
45381
|
]);
|
|
45385
45382
|
}), 64))
|
|
45386
45383
|
])) : createCommentVNode("", true),
|
|
45387
|
-
!item.hasOwnProperty("content_type") || item.content_type === "content" ? (openBlock(), createElementBlock("div", _hoisted_15$
|
|
45384
|
+
!item.hasOwnProperty("content_type") || item.content_type === "content" ? (openBlock(), createElementBlock("div", _hoisted_15$6, [
|
|
45388
45385
|
["feature_items", "faqs", "pricing"].includes(componentData.value.type) ? (openBlock(), createBlock(_sfc_main$D, {
|
|
45389
45386
|
key: 0,
|
|
45390
45387
|
data: item
|
|
@@ -45439,7 +45436,7 @@ const _sfc_main$C = {
|
|
|
45439
45436
|
sites: _ctx.sites,
|
|
45440
45437
|
forms: __props.forms
|
|
45441
45438
|
}, null, 8, ["name", "type", "onUpdate:type", "url", "onUpdate:url", "openInNewTab", "onUpdate:openInNewTab", "sites", "forms"])) : createCommentVNode("", true)
|
|
45442
|
-
])) : (openBlock(), createElementBlock("div", _hoisted_18$
|
|
45439
|
+
])) : (openBlock(), createElementBlock("div", _hoisted_18$3, [
|
|
45443
45440
|
createVNode(_sfc_main$P, {
|
|
45444
45441
|
"is-vertical": "",
|
|
45445
45442
|
field: "image",
|
|
@@ -45480,9 +45477,9 @@ const _hoisted_6$m = { class: "flex flex-col gap-3" };
|
|
|
45480
45477
|
const _hoisted_7$l = { class: "flex items-center justify-between" };
|
|
45481
45478
|
const _hoisted_8$j = { class: "text-lg font-semibold text-gray-900" };
|
|
45482
45479
|
const _hoisted_9$j = { class: "relative flex items-end" };
|
|
45483
|
-
const _hoisted_10$
|
|
45484
|
-
const _hoisted_11$
|
|
45485
|
-
const _hoisted_12$
|
|
45480
|
+
const _hoisted_10$e = { class: "flex flex-col gap-6" };
|
|
45481
|
+
const _hoisted_11$d = { class: "flex flex-col gap-1.5" };
|
|
45482
|
+
const _hoisted_12$a = ["onUpdate:modelValue"];
|
|
45486
45483
|
const _sfc_main$B = {
|
|
45487
45484
|
__name: "Logos",
|
|
45488
45485
|
props: {
|
|
@@ -45563,8 +45560,8 @@ const _sfc_main$B = {
|
|
|
45563
45560
|
}, null, 8, ["onRemoveItem"])
|
|
45564
45561
|
])
|
|
45565
45562
|
]),
|
|
45566
|
-
createElementVNode("div", _hoisted_10$
|
|
45567
|
-
createElementVNode("div", _hoisted_11$
|
|
45563
|
+
createElementVNode("div", _hoisted_10$e, [
|
|
45564
|
+
createElementVNode("div", _hoisted_11$d, [
|
|
45568
45565
|
createVNode(unref(VFileUpload), {
|
|
45569
45566
|
name: "image",
|
|
45570
45567
|
modelValue: item.logo,
|
|
@@ -45584,7 +45581,7 @@ const _sfc_main$B = {
|
|
|
45584
45581
|
type: "text",
|
|
45585
45582
|
placeholder: "Enter your url",
|
|
45586
45583
|
class: "border-1 border-solid border-gray-300 rounded-lg bg-white w-full"
|
|
45587
|
-
}, null, 8, _hoisted_12$
|
|
45584
|
+
}, null, 8, _hoisted_12$a), [
|
|
45588
45585
|
[vModelText, item.url]
|
|
45589
45586
|
])
|
|
45590
45587
|
]),
|
|
@@ -45768,8 +45765,8 @@ const _hoisted_6$k = { class: "flex flex-col gap-3" };
|
|
|
45768
45765
|
const _hoisted_7$j = { class: "flex items-center justify-between" };
|
|
45769
45766
|
const _hoisted_8$i = { class: "text-lg font-semibold text-gray-900" };
|
|
45770
45767
|
const _hoisted_9$i = { class: "relative flex items-end" };
|
|
45771
|
-
const _hoisted_10$
|
|
45772
|
-
const _hoisted_11$
|
|
45768
|
+
const _hoisted_10$d = { class: "flex flex-col gap-6" };
|
|
45769
|
+
const _hoisted_11$c = { class: "flex flex-col gap-1.5" };
|
|
45773
45770
|
const _sfc_main$y = {
|
|
45774
45771
|
__name: "VideoGrid",
|
|
45775
45772
|
props: {
|
|
@@ -45844,8 +45841,8 @@ const _sfc_main$y = {
|
|
|
45844
45841
|
}, null, 8, ["onRemoveItem"])
|
|
45845
45842
|
])
|
|
45846
45843
|
]),
|
|
45847
|
-
createElementVNode("div", _hoisted_10$
|
|
45848
|
-
createElementVNode("div", _hoisted_11$
|
|
45844
|
+
createElementVNode("div", _hoisted_10$d, [
|
|
45845
|
+
createElementVNode("div", _hoisted_11$c, [
|
|
45849
45846
|
createVNode(unref(VFileUpload), {
|
|
45850
45847
|
name: "image",
|
|
45851
45848
|
type: "video",
|
|
@@ -46165,18 +46162,18 @@ const _hoisted_9$h = {
|
|
|
46165
46162
|
key: 0,
|
|
46166
46163
|
class: "flex flex-col gap-2"
|
|
46167
46164
|
};
|
|
46168
|
-
const _hoisted_10$
|
|
46169
|
-
const _hoisted_11$
|
|
46170
|
-
const _hoisted_12$
|
|
46165
|
+
const _hoisted_10$c = ["onClick"];
|
|
46166
|
+
const _hoisted_11$b = { class: "flex flex-col" };
|
|
46167
|
+
const _hoisted_12$9 = { class: "text-sm font-medium text-gray-900" };
|
|
46171
46168
|
const _hoisted_13$7 = { class: "flex items-center justify-between gap-3 px-[10px]" };
|
|
46172
46169
|
const _hoisted_14$7 = { class: "flex h-full flex-1 flex-col mb-20" };
|
|
46173
|
-
const _hoisted_15$
|
|
46170
|
+
const _hoisted_15$5 = {
|
|
46174
46171
|
key: 0,
|
|
46175
46172
|
class: "mb-4 px-6 py-5 rounded-xl bg-gray-50"
|
|
46176
46173
|
};
|
|
46177
46174
|
const _hoisted_16$3 = { class: "flex flex-col gap-1 pt-6 text-gray-600" };
|
|
46178
46175
|
const _hoisted_17$2 = ["value"];
|
|
46179
|
-
const _hoisted_18$
|
|
46176
|
+
const _hoisted_18$2 = {
|
|
46180
46177
|
key: 1,
|
|
46181
46178
|
class: "rounded-xl bg-gray-50 px-6 py-5"
|
|
46182
46179
|
};
|
|
@@ -46301,21 +46298,21 @@ const _sfc_main$t = {
|
|
|
46301
46298
|
onClick: ($event) => selectComponent(sectionIndex, component, index),
|
|
46302
46299
|
class: normalizeClass(["flex cursor-pointer items-center justify-between rounded-lg py-1.5 pl-6 pr-2 hover:bg-gray-100", { "bg-gray-200 hover:bg-gray-200": ((_a3 = unref(selected)) == null ? void 0 : _a3.sectionIndex) === sectionIndex && ((_b2 = unref(selected)) == null ? void 0 : _b2.componentIndex) === index }])
|
|
46303
46300
|
}, [
|
|
46304
|
-
createElementVNode("div", _hoisted_11$
|
|
46301
|
+
createElementVNode("div", _hoisted_11$b, [
|
|
46305
46302
|
_cache[1] || (_cache[1] = createElementVNode("div", { class: "text-xs text-gray-600" }, "Sub-module", -1)),
|
|
46306
|
-
createElementVNode("div", _hoisted_12$
|
|
46303
|
+
createElementVNode("div", _hoisted_12$9, toDisplayString(component.name), 1)
|
|
46307
46304
|
]),
|
|
46308
46305
|
createElementVNode("div", _hoisted_13$7, [
|
|
46309
46306
|
createVNode(unref(ChevronRight), { class: "h-5 w-5" })
|
|
46310
46307
|
])
|
|
46311
|
-
], 10, _hoisted_10$
|
|
46308
|
+
], 10, _hoisted_10$c);
|
|
46312
46309
|
}), 256))
|
|
46313
46310
|
])) : createCommentVNode("", true)
|
|
46314
46311
|
]);
|
|
46315
46312
|
}), 256))
|
|
46316
46313
|
]),
|
|
46317
46314
|
createElementVNode("div", _hoisted_14$7, [
|
|
46318
|
-
!unref(selected) ? (openBlock(), createElementBlock("div", _hoisted_15$
|
|
46315
|
+
!unref(selected) ? (openBlock(), createElementBlock("div", _hoisted_15$5, [
|
|
46319
46316
|
_cache[3] || (_cache[3] = createElementVNode("div", { class: "text-lg pb-6 font-semibold text-gray-900 border-b border-gray-200" }, "Settings", -1)),
|
|
46320
46317
|
createElementVNode("div", _hoisted_16$3, [
|
|
46321
46318
|
createVNode(_sfc_main$P, {
|
|
@@ -46341,7 +46338,7 @@ const _sfc_main$t = {
|
|
|
46341
46338
|
_cache[2] || (_cache[2] = createElementVNode("p", null, "This sets the section name shown in the breadcrumb (e.g. Home / Who We Are / Page). Leave blank to skip the section.", -1))
|
|
46342
46339
|
])
|
|
46343
46340
|
])) : createCommentVNode("", true),
|
|
46344
|
-
!unref(selected) ? (openBlock(), createElementBlock("div", _hoisted_18$
|
|
46341
|
+
!unref(selected) ? (openBlock(), createElementBlock("div", _hoisted_18$2, [
|
|
46345
46342
|
createVNode(Instructions)
|
|
46346
46343
|
])) : createCommentVNode("", true),
|
|
46347
46344
|
(openBlock(), createBlock(resolveDynamicComponent(currentComponent.value), {
|
|
@@ -47829,18 +47826,18 @@ const Slide = defineComponent({
|
|
|
47829
47826
|
};
|
|
47830
47827
|
}
|
|
47831
47828
|
});
|
|
47832
|
-
const _hoisted_1$M = { class: "flex h-[872px] w-full bg-navy-800 relative rounded-[48px] z-10" };
|
|
47829
|
+
const _hoisted_1$M = { class: "flex h-[872px] w-full bg-navy-800 relative rounded-3xl md:rounded-[48px] z-10" };
|
|
47833
47830
|
const _hoisted_2$n = { class: "lg:p-8 p-4 flex relative w-full" };
|
|
47834
|
-
const _hoisted_3$j = { class: "lg:w-1/2 lg:pl-8 lg:pr-16 pl-4 pr-8 flex flex-col lg:mt-[218px] mt-[100px] absolute top-0 left-5 lg:relative" };
|
|
47831
|
+
const _hoisted_3$j = { class: "lg:w-1/2 lg:pl-8 lg:pr-16 pl-4 pr-8 flex flex-col lg:mt-[218px] mt-[100px] absolute top-0 left-5 lg:relative z-20" };
|
|
47835
47832
|
const _hoisted_4$j = { class: "gap-2 flex z-10 mb-4" };
|
|
47836
47833
|
const _hoisted_5$i = ["onClick"];
|
|
47837
47834
|
const _hoisted_6$i = { class: "lg:text-[48px] text-[40px] font-semibold text-white mb-3 lg:leading-normal leading-[48px]" };
|
|
47838
47835
|
const _hoisted_7$h = ["innerHTML"];
|
|
47839
47836
|
const _hoisted_8$g = { class: "flex gap-3 mt-8 flex-col lg:flex-row" };
|
|
47840
47837
|
const _hoisted_9$g = ["href", "target"];
|
|
47841
|
-
const _hoisted_10$
|
|
47842
|
-
const _hoisted_11$
|
|
47843
|
-
const _hoisted_12$
|
|
47838
|
+
const _hoisted_10$b = ["href", "target"];
|
|
47839
|
+
const _hoisted_11$a = ["src"];
|
|
47840
|
+
const _hoisted_12$8 = {
|
|
47844
47841
|
key: 1,
|
|
47845
47842
|
class: "rounded-[40px] h-[674px] max-w-[882px] lg:w-1/2 w-full object-cover",
|
|
47846
47843
|
src: _imports_0
|
|
@@ -47904,7 +47901,7 @@ const _sfc_main$s = {
|
|
|
47904
47901
|
}, [
|
|
47905
47902
|
createTextVNode(toDisplayString(slide.primary_button.label) + " ", 1),
|
|
47906
47903
|
createVNode(unref(ArrowUpRight), { class: "w-5 h-5" })
|
|
47907
|
-
], 8, _hoisted_10$
|
|
47904
|
+
], 8, _hoisted_10$b)) : createCommentVNode("", true)
|
|
47908
47905
|
])
|
|
47909
47906
|
]),
|
|
47910
47907
|
slide.featured_image ? (openBlock(), createElementBlock("img", {
|
|
@@ -47912,7 +47909,10 @@ const _sfc_main$s = {
|
|
|
47912
47909
|
src: slide.featured_image,
|
|
47913
47910
|
alt: "Slide Image",
|
|
47914
47911
|
class: "rounded-[40px] h-[674px] max-w-[882px] lg:w-1/2 w-full object-cover"
|
|
47915
|
-
}, null, 8, _hoisted_11$
|
|
47912
|
+
}, null, 8, _hoisted_11$a)) : (openBlock(), createElementBlock("img", _hoisted_12$8)),
|
|
47913
|
+
_cache[1] || (_cache[1] = createElementVNode("div", { class: "absolute inset-0 lg:hidden z-10 p-4" }, [
|
|
47914
|
+
createElementVNode("div", { class: "bg-black opacity-60 rounded-[40px] h-full" })
|
|
47915
|
+
], -1))
|
|
47916
47916
|
])
|
|
47917
47917
|
]),
|
|
47918
47918
|
_: 2
|
|
@@ -47925,7 +47925,7 @@ const _sfc_main$s = {
|
|
|
47925
47925
|
};
|
|
47926
47926
|
}
|
|
47927
47927
|
};
|
|
47928
|
-
const VSliderPresenter = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-
|
|
47928
|
+
const VSliderPresenter = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-88d0c225"]]);
|
|
47929
47929
|
const _hoisted_1$L = ["target", "href"];
|
|
47930
47930
|
const _sfc_main$r = {
|
|
47931
47931
|
__name: "LinkPresenter",
|
|
@@ -47961,7 +47961,7 @@ const _sfc_main$r = {
|
|
|
47961
47961
|
};
|
|
47962
47962
|
}
|
|
47963
47963
|
};
|
|
47964
|
-
const _hoisted_1$K = { class: "rounded-[48px] 1xl:max-w-[1824px] mx-auto w-full" };
|
|
47964
|
+
const _hoisted_1$K = { class: "rounded-3xl md:rounded-[48px] 1xl:max-w-[1824px] mx-auto w-full" };
|
|
47965
47965
|
const _hoisted_2$m = { class: "md:px-[90px]" };
|
|
47966
47966
|
const _sfc_main$q = {
|
|
47967
47967
|
__name: "HeroHeader",
|
|
@@ -48090,7 +48090,7 @@ const _sfc_main$o = {
|
|
|
48090
48090
|
}, [
|
|
48091
48091
|
((_b = section.value) == null ? void 0 : _b.as_cta) ? (openBlock(), createBlock(unref(LeftVector), {
|
|
48092
48092
|
key: 0,
|
|
48093
|
-
class: "absolute left-0 top-0"
|
|
48093
|
+
class: "absolute left-0 top-0 h-full max-w-full"
|
|
48094
48094
|
})) : createCommentVNode("", true),
|
|
48095
48095
|
createElementVNode("div", _hoisted_1$H, [
|
|
48096
48096
|
createElementVNode("div", {
|
|
@@ -48214,7 +48214,7 @@ const _sfc_main$n = {
|
|
|
48214
48214
|
};
|
|
48215
48215
|
const VVerticalTabPresenter = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-ef885607"]]);
|
|
48216
48216
|
const _hoisted_1$F = { class: "max-w-[1640px] md:px-[120px] mx-auto w-full" };
|
|
48217
|
-
const _hoisted_2$j = { class: "max-md:mx-[30px] 1xl:mx-0 bg-navy-25 rounded-[48px] p-16" };
|
|
48217
|
+
const _hoisted_2$j = { class: "max-md:mx-[30px] 1xl:mx-0 bg-navy-25 rounded-3xl md:rounded-[48px] p-16" };
|
|
48218
48218
|
const _sfc_main$m = {
|
|
48219
48219
|
__name: "VTabs",
|
|
48220
48220
|
props: {
|
|
@@ -48434,15 +48434,15 @@ const _hoisted_8$e = {
|
|
|
48434
48434
|
class: "flex gap-2 text-gray-600 mt-6 font-semibold"
|
|
48435
48435
|
};
|
|
48436
48436
|
const _hoisted_9$e = ["innerHTML"];
|
|
48437
|
-
const _hoisted_10$
|
|
48437
|
+
const _hoisted_10$a = {
|
|
48438
48438
|
key: 3,
|
|
48439
48439
|
class: "flex gap-2 text-gray-600 mt-2 font-semibold"
|
|
48440
48440
|
};
|
|
48441
|
-
const _hoisted_11$
|
|
48442
|
-
const _hoisted_12$
|
|
48441
|
+
const _hoisted_11$9 = ["innerHTML"];
|
|
48442
|
+
const _hoisted_12$7 = { class: "border-t border-gray-200 mt-4 pt-[17px] flex justify-between items-center" };
|
|
48443
48443
|
const _hoisted_13$6 = ["href"];
|
|
48444
48444
|
const _hoisted_14$6 = { class: "absolute top-[-65px] right-4 flex gap-4" };
|
|
48445
|
-
const _hoisted_15$
|
|
48445
|
+
const _hoisted_15$4 = {
|
|
48446
48446
|
key: 0,
|
|
48447
48447
|
class: "flex justify-center mb-[40px]"
|
|
48448
48448
|
};
|
|
@@ -48466,6 +48466,17 @@ const _sfc_main$j = {
|
|
|
48466
48466
|
const props = __props;
|
|
48467
48467
|
const currentSlide = ref(0);
|
|
48468
48468
|
const slides = [...((_a = props.component.content) == null ? void 0 : _a.items) || []];
|
|
48469
|
+
const windowWidth = ref(480);
|
|
48470
|
+
onMounted(() => {
|
|
48471
|
+
windowWidth.value = window.innerWidth;
|
|
48472
|
+
window.addEventListener("resize", updateWidth);
|
|
48473
|
+
});
|
|
48474
|
+
onUnmounted(() => {
|
|
48475
|
+
window.removeEventListener("resize", updateWidth);
|
|
48476
|
+
});
|
|
48477
|
+
const updateWidth = () => {
|
|
48478
|
+
windowWidth.value = window.innerWidth;
|
|
48479
|
+
};
|
|
48469
48480
|
const nextSlide = () => {
|
|
48470
48481
|
if (currentSlide.value <= slides.length - itemsToShow) {
|
|
48471
48482
|
currentSlide.value++;
|
|
@@ -48481,15 +48492,15 @@ const _sfc_main$j = {
|
|
|
48481
48492
|
return openBlock(), createElementBlock("div", _hoisted_1$y, [
|
|
48482
48493
|
createElementVNode("div", {
|
|
48483
48494
|
class: "slider-wrapper flex transition-transform duration-500 gap-0 mb-6",
|
|
48484
|
-
style: normalizeStyle({ transform: `translateX(-${currentSlide.value * (480 + 24)}px)` })
|
|
48495
|
+
style: normalizeStyle({ transform: `translateX(-${currentSlide.value * ((windowWidth.value >= 480 ? 480 : windowWidth.value) + 24)}px)` })
|
|
48485
48496
|
}, [
|
|
48486
48497
|
(openBlock(), createElementBlock(Fragment, null, renderList(slides, (slide, index) => {
|
|
48487
48498
|
return createElementVNode("div", {
|
|
48488
48499
|
key: index,
|
|
48489
|
-
class: normalizeClass(["slider-item flex-shrink-0
|
|
48500
|
+
class: normalizeClass(["slider-item flex-shrink-0 mr-6 w-[480px] max-w-full", { "h-[318px]": !__props.hasBackground, "h-full": __props.hasBackground }])
|
|
48490
48501
|
}, [
|
|
48491
48502
|
createElementVNode("div", {
|
|
48492
|
-
class: normalizeClass(["w-full p-4 rounded-
|
|
48503
|
+
class: normalizeClass(["w-full p-4 rounded-lg md:rounded-2xl", { "bg-gray-50 h-full flex flex-col justify-between": !__props.hasBackground, "bg-white": __props.hasBackground }])
|
|
48493
48504
|
}, [
|
|
48494
48505
|
createElementVNode("div", null, [
|
|
48495
48506
|
slide.image ? (openBlock(), createElementBlock("div", _hoisted_2$h, [
|
|
@@ -48525,15 +48536,15 @@ const _sfc_main$j = {
|
|
|
48525
48536
|
innerHTML: slide == null ? void 0 : slide.line_1
|
|
48526
48537
|
}, null, 8, _hoisted_9$e)
|
|
48527
48538
|
])) : createCommentVNode("", true),
|
|
48528
|
-
slide.type === "event" ? (openBlock(), createElementBlock("div", _hoisted_10$
|
|
48539
|
+
slide.type === "event" ? (openBlock(), createElementBlock("div", _hoisted_10$a, [
|
|
48529
48540
|
createVNode(unref(Ticket), { class: "w-4 h-4 mt-[3px]" }),
|
|
48530
48541
|
createElementVNode("div", {
|
|
48531
48542
|
class: "text-sm",
|
|
48532
48543
|
innerHTML: slide == null ? void 0 : slide.line_2
|
|
48533
|
-
}, null, 8, _hoisted_11$
|
|
48544
|
+
}, null, 8, _hoisted_11$9)
|
|
48534
48545
|
])) : createCommentVNode("", true)
|
|
48535
48546
|
]),
|
|
48536
|
-
createElementVNode("div", _hoisted_12$
|
|
48547
|
+
createElementVNode("div", _hoisted_12$7, [
|
|
48537
48548
|
createVNode(unref(VCarouselPrimaryButton), {
|
|
48538
48549
|
button: slide.primary_button
|
|
48539
48550
|
}, null, 8, ["button"]),
|
|
@@ -48562,7 +48573,7 @@ const _sfc_main$j = {
|
|
|
48562
48573
|
createVNode(unref(ChevronRight), { class: "w-6 h-6" })
|
|
48563
48574
|
])
|
|
48564
48575
|
]),
|
|
48565
|
-
((_a2 = __props.component) == null ? void 0 : _a2.button) ? (openBlock(), createElementBlock("div", _hoisted_15$
|
|
48576
|
+
((_a2 = __props.component) == null ? void 0 : _a2.button) ? (openBlock(), createElementBlock("div", _hoisted_15$4, [
|
|
48566
48577
|
createElementVNode("a", {
|
|
48567
48578
|
class: "border-brand-300 hover:border-brand-700 border text-brand-700 h-[44px] rounded-full px-[14px] py-[10px] inline-flex gap-1.5 items-center font-semibold text-base",
|
|
48568
48579
|
href: unref(formatUrl)(__props.component.button.url),
|
|
@@ -48577,7 +48588,7 @@ const _sfc_main$j = {
|
|
|
48577
48588
|
}
|
|
48578
48589
|
};
|
|
48579
48590
|
const _hoisted_1$x = { class: "max-w-[1640px] md:px-[120px] mx-auto w-full" };
|
|
48580
|
-
const _hoisted_2$g = { class: "max-md:mx-[30px] 1xl:mx-0 rounded-[48px] pt-[40px]" };
|
|
48591
|
+
const _hoisted_2$g = { class: "max-md:mx-[30px] 1xl:mx-0 rounded-3xl md:rounded-[48px] pt-[40px]" };
|
|
48581
48592
|
const _sfc_main$i = {
|
|
48582
48593
|
__name: "CollectionCarousel",
|
|
48583
48594
|
props: {
|
|
@@ -48644,7 +48655,7 @@ const _hoisted_4$f = ["src"];
|
|
|
48644
48655
|
const _hoisted_5$f = ["src"];
|
|
48645
48656
|
const _hoisted_6$f = {
|
|
48646
48657
|
key: 2,
|
|
48647
|
-
class: "w-full h-[281px] object-cover rounded-
|
|
48658
|
+
class: "w-full h-[281px] object-cover rounded-lg md:rounded-2xl mb-4",
|
|
48648
48659
|
alt: "No Available",
|
|
48649
48660
|
src: _imports_0
|
|
48650
48661
|
};
|
|
@@ -48654,9 +48665,9 @@ const _hoisted_8$d = {
|
|
|
48654
48665
|
class: "flex gap-2"
|
|
48655
48666
|
};
|
|
48656
48667
|
const _hoisted_9$d = ["href"];
|
|
48657
|
-
const _hoisted_10$
|
|
48658
|
-
const _hoisted_11$
|
|
48659
|
-
const _hoisted_12$
|
|
48668
|
+
const _hoisted_10$9 = { class: "flex justify-between" };
|
|
48669
|
+
const _hoisted_11$8 = ["innerHTML"];
|
|
48670
|
+
const _hoisted_12$6 = { class: "text-gray-500 text-sm mb-4" };
|
|
48660
48671
|
const _hoisted_13$5 = {
|
|
48661
48672
|
key: 0,
|
|
48662
48673
|
class: "flex justify-center"
|
|
@@ -48714,7 +48725,7 @@ const _sfc_main$h = {
|
|
|
48714
48725
|
onClick: ($event) => togglePlayPause(index),
|
|
48715
48726
|
ref_for: true,
|
|
48716
48727
|
ref: (el) => setVideoRef(el, index),
|
|
48717
|
-
class: "w-full h-[281px] object-cover rounded-
|
|
48728
|
+
class: "w-full h-[281px] object-cover rounded-lg md:rounded-2xl",
|
|
48718
48729
|
width: "640",
|
|
48719
48730
|
height: "360",
|
|
48720
48731
|
preload: "metadata"
|
|
@@ -48732,7 +48743,7 @@ const _sfc_main$h = {
|
|
|
48732
48743
|
key: 1,
|
|
48733
48744
|
src: card.image,
|
|
48734
48745
|
alt: "Card Image",
|
|
48735
|
-
class: "w-full h-[281px] object-cover rounded-
|
|
48746
|
+
class: "w-full h-[281px] object-cover rounded-lg md:rounded-2xl mb-4"
|
|
48736
48747
|
}, null, 8, _hoisted_5$f)) : (openBlock(), createElementBlock("img", _hoisted_6$f)),
|
|
48737
48748
|
createElementVNode("div", _hoisted_7$e, [
|
|
48738
48749
|
card.categories && card.categories.length ? (openBlock(), createElementBlock("div", _hoisted_8$d, [
|
|
@@ -48754,15 +48765,15 @@ const _sfc_main$h = {
|
|
|
48754
48765
|
target: "_blank",
|
|
48755
48766
|
rel: "noopener noreferrer"
|
|
48756
48767
|
}, [
|
|
48757
|
-
createElementVNode("div", _hoisted_10$
|
|
48768
|
+
createElementVNode("div", _hoisted_10$9, [
|
|
48758
48769
|
createElementVNode("span", {
|
|
48759
48770
|
class: "w-5/6 leading-[28px]",
|
|
48760
48771
|
innerHTML: card.title
|
|
48761
|
-
}, null, 8, _hoisted_11$
|
|
48772
|
+
}, null, 8, _hoisted_11$8),
|
|
48762
48773
|
createVNode(unref(ArrowUpRight), { class: "w-5 h-5 mt-1" })
|
|
48763
48774
|
])
|
|
48764
48775
|
], 8, _hoisted_9$d)) : createCommentVNode("", true),
|
|
48765
|
-
createElementVNode("p", _hoisted_12$
|
|
48776
|
+
createElementVNode("p", _hoisted_12$6, toDisplayString(card.dateTime), 1)
|
|
48766
48777
|
])
|
|
48767
48778
|
]);
|
|
48768
48779
|
}), 128))
|
|
@@ -48781,7 +48792,7 @@ const _sfc_main$h = {
|
|
|
48781
48792
|
};
|
|
48782
48793
|
}
|
|
48783
48794
|
};
|
|
48784
|
-
const CollectionGridPresenter = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-
|
|
48795
|
+
const CollectionGridPresenter = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-b6625ed3"]]);
|
|
48785
48796
|
const _hoisted_1$u = { class: "overflow-hidden" };
|
|
48786
48797
|
const _sfc_main$g = {
|
|
48787
48798
|
__name: "CollectionGrid",
|
|
@@ -48839,8 +48850,8 @@ function render$d(_ctx, _cache) {
|
|
|
48839
48850
|
]));
|
|
48840
48851
|
}
|
|
48841
48852
|
const ArrowDownRight = { render: render$d };
|
|
48842
|
-
const _hoisted_1$s = { class: "rounded-[48px] 1xl:max-w-[1824px] mx-auto w-full" };
|
|
48843
|
-
const _hoisted_2$e = { class: "text-[48px] font-semibold text-gray-900 w-full max-w-[800px]
|
|
48853
|
+
const _hoisted_1$s = { class: "rounded-3xl md:rounded-[48px] 1xl:max-w-[1824px] mx-auto w-full" };
|
|
48854
|
+
const _hoisted_2$e = { class: "text-4xl md:text-5xl lg:text-[48px] lg:leading-[60px] font-semibold text-gray-900 w-full max-w-[800px] tracking-[-1px]" };
|
|
48844
48855
|
const _hoisted_3$e = {
|
|
48845
48856
|
key: 0,
|
|
48846
48857
|
class: "flex gap-3 mt-8 flex-col lg:flex-row"
|
|
@@ -48875,7 +48886,7 @@ const _sfc_main$f = {
|
|
|
48875
48886
|
class: normalizeClass(["md:px-[90px]", { "flex flex-col items-center text-center": (_a = headerComponent.value) == null ? void 0 : _a.center, "mb-[64px]": hasFeaturedImage.value }])
|
|
48876
48887
|
}, [
|
|
48877
48888
|
createElementVNode("div", {
|
|
48878
|
-
class: normalizeClass(["bg-navy-50 rounded-[48px] relative pt-[164px] px-[120px]", { "flex flex-col items-center text-center": (_b = headerComponent.value) == null ? void 0 : _b.text_center }])
|
|
48889
|
+
class: normalizeClass(["bg-navy-50 rounded-3xl md:rounded-[48px] relative pt-16 md:pt-28 lg:pt-[164px] px-8 md:px-24 lg:px-[120px]", { "flex flex-col items-center text-center": (_b = headerComponent.value) == null ? void 0 : _b.text_center }])
|
|
48879
48890
|
}, [
|
|
48880
48891
|
createElementVNode("h3", _hoisted_2$e, toDisplayString(headerComponent.value.title), 1),
|
|
48881
48892
|
createElementVNode("h3", {
|
|
@@ -48904,7 +48915,7 @@ const _sfc_main$f = {
|
|
|
48904
48915
|
key: 1,
|
|
48905
48916
|
src: (_g = section.value.components[0]) == null ? void 0 : _g.featured_image,
|
|
48906
48917
|
alt: "Card Image",
|
|
48907
|
-
class: "w-full max-w-[1632px] h-[480px] object-cover rounded-[48px] relative top-[64px]"
|
|
48918
|
+
class: "w-full max-w-[1632px] h-[480px] object-cover rounded-3xl md:rounded-[48px] relative top-[64px]"
|
|
48908
48919
|
}, null, 8, _hoisted_6$e)) : createCommentVNode("", true)
|
|
48909
48920
|
], 2)
|
|
48910
48921
|
], 2)) : createCommentVNode("", true)
|
|
@@ -48971,11 +48982,11 @@ const _sfc_main$e = {
|
|
|
48971
48982
|
var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l;
|
|
48972
48983
|
return openBlock(), createElementBlock("div", _hoisted_1$r, [
|
|
48973
48984
|
createElementVNode("div", {
|
|
48974
|
-
class: normalizeClass(["max-w-[1640px] md:px-[120px] mx-auto w-full pt-4 mb-4 flex gap-16 items-center", { "flex-row-reverse mt-6 !mb-10": (_a = section.value) == null ? void 0 : _a.revert, "justify-center": (_b = section.value) == null ? void 0 : _b.center }])
|
|
48985
|
+
class: normalizeClass(["max-w-[1640px] md:px-[120px] mx-auto w-full pt-4 mb-4 flex gap-8 lg:gap-16 items-center flex-col-reverse lg:flex-row", { "[&]:flex-col [&]:lg:flex-row-reverse mt-6 !mb-10": (_a = section.value) == null ? void 0 : _a.revert, "justify-center": (_b = section.value) == null ? void 0 : _b.center, "md:!px-0 !ml-0 justify-end": (_c = section.value) == null ? void 0 : _c.align_left }])
|
|
48975
48986
|
}, [
|
|
48976
|
-
((
|
|
48987
|
+
((_d = component.value) == null ? void 0 : _d.title) || ((_e = component.value) == null ? void 0 : _e.paragraph) ? (openBlock(), createElementBlock("div", {
|
|
48977
48988
|
key: 0,
|
|
48978
|
-
class: normalizeClass(["max-w-[800px] py-4", { "!max-w-full w-full": (
|
|
48989
|
+
class: normalizeClass(["max-w-[800px] lg:py-4", { "!max-w-full w-full": (_f = section.value) == null ? void 0 : _f.is_full_width }]),
|
|
48979
48990
|
ref_key: "leftColumn",
|
|
48980
48991
|
ref: leftColumn
|
|
48981
48992
|
}, [
|
|
@@ -48997,7 +49008,7 @@ const _sfc_main$e = {
|
|
|
48997
49008
|
], 2)) : createCommentVNode("", true),
|
|
48998
49009
|
((_i = component.value) == null ? void 0 : _i.featured_image) ? (openBlock(), createElementBlock("div", {
|
|
48999
49010
|
key: 1,
|
|
49000
|
-
class: "w-full max-w-[536px] rounded-
|
|
49011
|
+
class: "w-full min-w-[300px] max-w-[536px] rounded-xl md:rounded-3xl overflow-hidden",
|
|
49001
49012
|
ref_key: "rightColumn",
|
|
49002
49013
|
ref: rightColumn
|
|
49003
49014
|
}, [
|
|
@@ -49022,7 +49033,7 @@ const _sfc_main$e = {
|
|
|
49022
49033
|
key: 1,
|
|
49023
49034
|
src: (_l = component.value) == null ? void 0 : _l.featured_image,
|
|
49024
49035
|
alt: "Feature Image",
|
|
49025
|
-
class: "w-full h-full object-cover rounded-
|
|
49036
|
+
class: "w-full h-full object-cover rounded-xl md:rounded-3xl"
|
|
49026
49037
|
}, null, 8, _hoisted_9$c))
|
|
49027
49038
|
], 512)) : createCommentVNode("", true)
|
|
49028
49039
|
], 2)
|
|
@@ -49034,31 +49045,35 @@ const _hoisted_1$q = { class: "overflow-hidden" };
|
|
|
49034
49045
|
const _hoisted_2$c = { class: "max-w-[1640px] md:px-[120px] mx-auto w-full mt-4 px-4" };
|
|
49035
49046
|
const _hoisted_3$c = {
|
|
49036
49047
|
key: 0,
|
|
49037
|
-
class: "
|
|
49048
|
+
class: "grid lg:grid-cols-[33%_auto] gap-1.5 lg:gap-4"
|
|
49038
49049
|
};
|
|
49039
49050
|
const _hoisted_4$c = { class: "text-[20px] text-gray-900 font-semibold" };
|
|
49040
49051
|
const _hoisted_5$c = ["innerHTML"];
|
|
49041
|
-
const _hoisted_6$c =
|
|
49042
|
-
|
|
49043
|
-
|
|
49052
|
+
const _hoisted_6$c = {
|
|
49053
|
+
key: 1,
|
|
49054
|
+
class: "rounded-xl md:rounded-3xl overflow-hidden relative"
|
|
49055
|
+
};
|
|
49056
|
+
const _hoisted_7$c = ["src", "alt"];
|
|
49057
|
+
const _hoisted_8$b = ["innerHTML"];
|
|
49058
|
+
const _hoisted_9$b = {
|
|
49044
49059
|
key: 1,
|
|
49045
49060
|
class: "my-[44px]"
|
|
49046
49061
|
};
|
|
49047
|
-
const
|
|
49048
|
-
const
|
|
49049
|
-
const
|
|
49062
|
+
const _hoisted_10$8 = { class: "text-[36px] text-gray-900 font-semibold" };
|
|
49063
|
+
const _hoisted_11$7 = ["innerHTML"];
|
|
49064
|
+
const _hoisted_12$5 = {
|
|
49050
49065
|
key: 0,
|
|
49051
49066
|
class: "max-w-[48px] min-w-[48px] w-full max-h-[48px] min-h-[48px] h-full bg-brand-100 border-[8px] border-brand-50 rounded-full flex items-center justify-center"
|
|
49052
49067
|
};
|
|
49053
|
-
const
|
|
49054
|
-
const
|
|
49055
|
-
const
|
|
49056
|
-
const
|
|
49057
|
-
const
|
|
49068
|
+
const _hoisted_13$4 = { class: "font-semibold text-[20px] text-gray-900" };
|
|
49069
|
+
const _hoisted_14$4 = ["innerHTML"];
|
|
49070
|
+
const _hoisted_15$3 = ["href", "target"];
|
|
49071
|
+
const _hoisted_16$1 = ["src"];
|
|
49072
|
+
const _hoisted_17$1 = {
|
|
49058
49073
|
key: 0,
|
|
49059
49074
|
class: "w-[560px]"
|
|
49060
49075
|
};
|
|
49061
|
-
const
|
|
49076
|
+
const _hoisted_18$1 = ["src", "alt"];
|
|
49062
49077
|
const _sfc_main$d = {
|
|
49063
49078
|
__name: "TwoColumnsImageContent",
|
|
49064
49079
|
props: {
|
|
@@ -49069,8 +49084,6 @@ const _sfc_main$d = {
|
|
|
49069
49084
|
},
|
|
49070
49085
|
setup(__props) {
|
|
49071
49086
|
const props = __props;
|
|
49072
|
-
const leftColumn = ref(null);
|
|
49073
|
-
const rightColumn = ref(null);
|
|
49074
49087
|
const section = ref(props.section);
|
|
49075
49088
|
const paragraphComponent = computed(() => {
|
|
49076
49089
|
return section.value.components.find((component) => component.type === "paragraph");
|
|
@@ -49096,12 +49109,6 @@ const _sfc_main$d = {
|
|
|
49096
49109
|
return true;
|
|
49097
49110
|
});
|
|
49098
49111
|
});
|
|
49099
|
-
onMounted(() => {
|
|
49100
|
-
var _a;
|
|
49101
|
-
if (leftColumn.value && rightColumn.value && ((_a = section.value) == null ? void 0 : _a.minimum_height)) {
|
|
49102
|
-
rightColumn.value.style.height = `${leftColumn.value.offsetHeight}px`;
|
|
49103
|
-
}
|
|
49104
|
-
});
|
|
49105
49112
|
return (_ctx, _cache) => {
|
|
49106
49113
|
var _a, _b, _c, _d;
|
|
49107
49114
|
return openBlock(), createElementBlock("div", _hoisted_1$q, [
|
|
@@ -49109,9 +49116,7 @@ const _sfc_main$d = {
|
|
|
49109
49116
|
paragraphComponent.value ? (openBlock(), createElementBlock("div", _hoisted_3$c, [
|
|
49110
49117
|
paragraphComponent.value ? (openBlock(), createElementBlock("div", {
|
|
49111
49118
|
key: 0,
|
|
49112
|
-
class: normalizeClass(["
|
|
49113
|
-
ref_key: "leftColumn",
|
|
49114
|
-
ref: leftColumn
|
|
49119
|
+
class: normalizeClass(["bg-gray-100 rounded-xl p-8", { "h-fit": (_a = section.value) == null ? void 0 : _a.minimum_height }])
|
|
49115
49120
|
}, [
|
|
49116
49121
|
createElementVNode("h3", _hoisted_4$c, toDisplayString(paragraphComponent.value.title), 1),
|
|
49117
49122
|
createElementVNode("p", {
|
|
@@ -49119,50 +49124,45 @@ const _sfc_main$d = {
|
|
|
49119
49124
|
innerHTML: paragraphComponent.value.paragraph
|
|
49120
49125
|
}, null, 8, _hoisted_5$c)
|
|
49121
49126
|
], 2)) : createCommentVNode("", true),
|
|
49122
|
-
imageComponent.value ? (openBlock(), createElementBlock("div",
|
|
49123
|
-
key: 1,
|
|
49124
|
-
class: "w-2/3 rounded-[24px] overflow-hidden",
|
|
49125
|
-
ref_key: "rightColumn",
|
|
49126
|
-
ref: rightColumn
|
|
49127
|
-
}, [
|
|
49127
|
+
imageComponent.value ? (openBlock(), createElementBlock("div", _hoisted_6$c, [
|
|
49128
49128
|
createElementVNode("img", {
|
|
49129
49129
|
src: imageComponent.value.featured_image,
|
|
49130
49130
|
alt: imageComponent.value.caption,
|
|
49131
|
-
class: "w-full h-full object-cover"
|
|
49132
|
-
}, null, 8,
|
|
49131
|
+
class: "lg:absolute inset-0 w-full h-full object-cover"
|
|
49132
|
+
}, null, 8, _hoisted_7$c),
|
|
49133
49133
|
createElementVNode("p", {
|
|
49134
49134
|
innerHTML: imageComponent.value.caption,
|
|
49135
49135
|
class: "mt-2 text-[13px]"
|
|
49136
|
-
}, null, 8,
|
|
49137
|
-
]
|
|
49138
|
-
])) : (openBlock(), createElementBlock("div",
|
|
49136
|
+
}, null, 8, _hoisted_8$b)
|
|
49137
|
+
])) : createCommentVNode("", true)
|
|
49138
|
+
])) : (openBlock(), createElementBlock("div", _hoisted_9$b, [
|
|
49139
49139
|
headerComponent.value ? (openBlock(), createElementBlock("div", {
|
|
49140
49140
|
key: 0,
|
|
49141
49141
|
class: normalizeClass(["w-full flex-col mb-6", { "text-center items-center flex": (_b = headerComponent.value) == null ? void 0 : _b.text_center }])
|
|
49142
49142
|
}, [
|
|
49143
|
-
createElementVNode("h3",
|
|
49143
|
+
createElementVNode("h3", _hoisted_10$8, toDisplayString(headerComponent.value.title), 1),
|
|
49144
49144
|
((_c = headerComponent.value) == null ? void 0 : _c.supporting_text) ? (openBlock(), createElementBlock("p", {
|
|
49145
49145
|
key: 0,
|
|
49146
49146
|
class: "text-[20px] font-normal mt-4 text-gray-600 leading-[30px] max-w-[800px]",
|
|
49147
49147
|
innerHTML: headerComponent.value.supporting_text
|
|
49148
|
-
}, null, 8,
|
|
49148
|
+
}, null, 8, _hoisted_11$7)) : createCommentVNode("", true)
|
|
49149
49149
|
], 2)) : createCommentVNode("", true),
|
|
49150
49150
|
createElementVNode("div", {
|
|
49151
|
-
class: normalizeClass(featureItemsComponent.value.hasOwnProperty("grid_columns") ? "" : "flex flex-row gap-8")
|
|
49151
|
+
class: normalizeClass(featureItemsComponent.value.hasOwnProperty("grid_columns") ? "" : "flex flex-col-reverse md:flex-row gap-8")
|
|
49152
49152
|
}, [
|
|
49153
49153
|
createElementVNode("div", {
|
|
49154
|
-
class: normalizeClass(["grid gap-8", featureItemsComponent.value.hasOwnProperty("grid_columns") ? `grid-cols-${featureItemsComponent.value.grid_columns}` : "grid-cols-2 w-2/3"])
|
|
49154
|
+
class: normalizeClass(["grid gap-8", featureItemsComponent.value.hasOwnProperty("grid_columns") ? `md:grid-cols-${featureItemsComponent.value.grid_columns}` : "lg:grid-cols-2 w-2/3"])
|
|
49155
49155
|
}, [
|
|
49156
49156
|
(openBlock(true), createElementBlock(Fragment, null, renderList(items.value, (item) => {
|
|
49157
49157
|
var _a2, _b2, _c2;
|
|
49158
49158
|
return openBlock(), createElementBlock("div", {
|
|
49159
49159
|
class: normalizeClass(["flex gap-3 w-full", {
|
|
49160
|
-
"bg-gray-50 p-8 rounded-
|
|
49160
|
+
"bg-gray-50 p-8 rounded-xl md:rounded-3xl overflow-hidden flex-col": featureItemsComponent.value.hasOwnProperty("grid_columns") && (featureItemsComponent.value.grid_columns > 2 || ((_a2 = featureItemsComponent.value) == null ? void 0 : _a2.has_background)),
|
|
49161
49161
|
"!p-0 rounded-tr-[0px] rounded-bl-[0px]": item == null ? void 0 : item.image
|
|
49162
49162
|
}])
|
|
49163
49163
|
}, [
|
|
49164
49164
|
item.title ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
49165
|
-
(item == null ? void 0 : item.icon) ? (openBlock(), createElementBlock("div",
|
|
49165
|
+
(item == null ? void 0 : item.icon) ? (openBlock(), createElementBlock("div", _hoisted_12$5, [
|
|
49166
49166
|
createVNode(_sfc_main$H, {
|
|
49167
49167
|
icon: item.icon,
|
|
49168
49168
|
"icon-classes": "w-5 h-5 text-brand-600"
|
|
@@ -49171,11 +49171,11 @@ const _sfc_main$d = {
|
|
|
49171
49171
|
createElementVNode("div", {
|
|
49172
49172
|
class: normalizeClass(["max-w-[324px] ql-editor", { "max-w-full": (_b2 = featureItemsComponent.value) == null ? void 0 : _b2.has_background }])
|
|
49173
49173
|
}, [
|
|
49174
|
-
createElementVNode("h3",
|
|
49174
|
+
createElementVNode("h3", _hoisted_13$4, toDisplayString(item.title), 1),
|
|
49175
49175
|
createElementVNode("p", {
|
|
49176
49176
|
class: "mt-2 text-md font-normal text-gray-600 leading-[24px]",
|
|
49177
49177
|
innerHTML: item.supporting_text ?? item.description
|
|
49178
|
-
}, null, 8,
|
|
49178
|
+
}, null, 8, _hoisted_14$4),
|
|
49179
49179
|
((_c2 = item == null ? void 0 : item.primary_button) == null ? void 0 : _c2.show) ? (openBlock(), createElementBlock("a", {
|
|
49180
49180
|
key: 0,
|
|
49181
49181
|
class: "cursor-pointer text-brand-700 inline-flex gap-1.5 items-center font-semibold text-base mt-4",
|
|
@@ -49184,23 +49184,23 @@ const _sfc_main$d = {
|
|
|
49184
49184
|
}, [
|
|
49185
49185
|
createTextVNode(toDisplayString(item.primary_button.label) + " ", 1),
|
|
49186
49186
|
createVNode(unref(ArrowUpRight), { class: "w-5 h-5" })
|
|
49187
|
-
], 8,
|
|
49187
|
+
], 8, _hoisted_15$3)) : createCommentVNode("", true)
|
|
49188
49188
|
], 2)
|
|
49189
49189
|
], 64)) : (openBlock(), createElementBlock("img", {
|
|
49190
49190
|
key: 1,
|
|
49191
49191
|
src: item.image,
|
|
49192
49192
|
alt: "Feature Image",
|
|
49193
49193
|
class: "w-full h-full object-cover"
|
|
49194
|
-
}, null, 8,
|
|
49194
|
+
}, null, 8, _hoisted_16$1))
|
|
49195
49195
|
], 2);
|
|
49196
49196
|
}), 256))
|
|
49197
49197
|
], 2),
|
|
49198
|
-
imageComponent.value ? (openBlock(), createElementBlock("div",
|
|
49198
|
+
imageComponent.value ? (openBlock(), createElementBlock("div", _hoisted_17$1, [
|
|
49199
49199
|
createElementVNode("img", {
|
|
49200
49200
|
src: imageComponent.value.featured_image,
|
|
49201
49201
|
alt: ((_d = imageComponent.value) == null ? void 0 : _d.caption) ?? "Image",
|
|
49202
49202
|
class: "rounded-br-[24px] rounded-tl-[24px] w-full"
|
|
49203
|
-
}, null, 8,
|
|
49203
|
+
}, null, 8, _hoisted_18$1)
|
|
49204
49204
|
])) : createCommentVNode("", true)
|
|
49205
49205
|
], 2)
|
|
49206
49206
|
]))
|
|
@@ -49221,15 +49221,15 @@ const _hoisted_6$b = { key: 1 };
|
|
|
49221
49221
|
const _hoisted_7$b = { class: "mt-4" };
|
|
49222
49222
|
const _hoisted_8$a = { class: "flex flex-row" };
|
|
49223
49223
|
const _hoisted_9$a = { class: "w-1/5 mr-[40px] relative" };
|
|
49224
|
-
const _hoisted_10$
|
|
49225
|
-
const _hoisted_11$
|
|
49226
|
-
const _hoisted_12$
|
|
49224
|
+
const _hoisted_10$7 = { class: "text-[24px] font-semibold text-navy-800 pr-5" };
|
|
49225
|
+
const _hoisted_11$6 = { class: "w-4/5" };
|
|
49226
|
+
const _hoisted_12$4 = {
|
|
49227
49227
|
key: 0,
|
|
49228
49228
|
class: "text-[24px] mb-6 font-semibold text-navy-800"
|
|
49229
49229
|
};
|
|
49230
49230
|
const _hoisted_13$3 = { class: "text-xl font-semibold text-gray-900" };
|
|
49231
49231
|
const _hoisted_14$3 = { class: "all-unset ql-editor" };
|
|
49232
|
-
const _hoisted_15$
|
|
49232
|
+
const _hoisted_15$2 = ["innerHTML"];
|
|
49233
49233
|
const _sfc_main$c = {
|
|
49234
49234
|
__name: "Timeline",
|
|
49235
49235
|
props: {
|
|
@@ -49264,7 +49264,7 @@ const _sfc_main$c = {
|
|
|
49264
49264
|
(openBlock(true), createElementBlock(Fragment, null, renderList(timelineComponent.value.data, (data2, index) => {
|
|
49265
49265
|
return openBlock(), createElementBlock("div", _hoisted_8$a, [
|
|
49266
49266
|
createElementVNode("div", _hoisted_9$a, [
|
|
49267
|
-
createElementVNode("h1", _hoisted_10$
|
|
49267
|
+
createElementVNode("h1", _hoisted_10$7, toDisplayString(data2.title), 1),
|
|
49268
49268
|
_cache[0] || (_cache[0] = createElementVNode("div", { class: "w-[32px] h-[32px] flex items-center justify-center border-2 border-navy-100 rounded-full absolute right-[-17px] bg-white top-0" }, [
|
|
49269
49269
|
createElementVNode("p", { class: "w-[16px] h-[16px] rounded-full bg-navy-600" })
|
|
49270
49270
|
], -1)),
|
|
@@ -49273,18 +49273,18 @@ const _sfc_main$c = {
|
|
|
49273
49273
|
style: { "background": "repeating-linear-gradient(to bottom, transparent, transparent 10px, #A9B8C6 8px, #A9B8C6 20px)", "width": "2px" }
|
|
49274
49274
|
}, null, -1))
|
|
49275
49275
|
]),
|
|
49276
|
-
createElementVNode("div", _hoisted_11$
|
|
49277
|
-
data2.group_title ? (openBlock(), createElementBlock("p", _hoisted_12$
|
|
49276
|
+
createElementVNode("div", _hoisted_11$6, [
|
|
49277
|
+
data2.group_title ? (openBlock(), createElementBlock("p", _hoisted_12$4, toDisplayString(data2.group_title), 1)) : createCommentVNode("", true),
|
|
49278
49278
|
(openBlock(true), createElementBlock(Fragment, null, renderList(data2.lines, (line, index2) => {
|
|
49279
49279
|
return openBlock(), createElementBlock("div", {
|
|
49280
49280
|
key: index2,
|
|
49281
|
-
class: "bg-pale-orange-100 p-6 mb-6 rounded-
|
|
49281
|
+
class: "bg-pale-orange-100 p-6 mb-6 rounded-lg md:rounded-2xl"
|
|
49282
49282
|
}, [
|
|
49283
49283
|
createElementVNode("h4", _hoisted_13$3, toDisplayString(line.title), 1),
|
|
49284
49284
|
createElementVNode("div", _hoisted_14$3, [
|
|
49285
49285
|
createElementVNode("p", {
|
|
49286
49286
|
innerHTML: line.description
|
|
49287
|
-
}, null, 8, _hoisted_15$
|
|
49287
|
+
}, null, 8, _hoisted_15$2)
|
|
49288
49288
|
])
|
|
49289
49289
|
]);
|
|
49290
49290
|
}), 128))
|
|
@@ -49340,7 +49340,7 @@ const _sfc_main$b = {
|
|
|
49340
49340
|
return (_ctx, _cache) => {
|
|
49341
49341
|
var _a, _b, _c, _d, _e, _f;
|
|
49342
49342
|
return openBlock(), createElementBlock("div", {
|
|
49343
|
-
class: normalizeClass(["overflow-hidden", { "bg-aqua-100 mb-6": !((_a = section.value) == null ? void 0 : _a.no_background) }])
|
|
49343
|
+
class: normalizeClass(["link-card overflow-hidden", { "bg-aqua-100 mb-6": !((_a = section.value) == null ? void 0 : _a.no_background) }])
|
|
49344
49344
|
}, [
|
|
49345
49345
|
createElementVNode("div", _hoisted_1$o, [
|
|
49346
49346
|
headerComponent.value ? (openBlock(), createElementBlock("div", _hoisted_2$a, [
|
|
@@ -49353,7 +49353,7 @@ const _sfc_main$b = {
|
|
|
49353
49353
|
])) : createCommentVNode("", true),
|
|
49354
49354
|
cardComponent.value ? (openBlock(), createElementBlock("div", {
|
|
49355
49355
|
key: 1,
|
|
49356
|
-
class: normalizeClass(["flex w-full", { "gap-8": (_c = headerComponent.value) == null ? void 0 : _c.featured_image }])
|
|
49356
|
+
class: normalizeClass(["flex flex-col md:flex-row w-full", { "gap-8": (_c = headerComponent.value) == null ? void 0 : _c.featured_image }])
|
|
49357
49357
|
}, [
|
|
49358
49358
|
((_d = headerComponent.value) == null ? void 0 : _d.featured_image) ? (openBlock(), createElementBlock("div", {
|
|
49359
49359
|
key: 0,
|
|
@@ -49368,14 +49368,14 @@ const _sfc_main$b = {
|
|
|
49368
49368
|
}, null, 8, _hoisted_5$a)
|
|
49369
49369
|
], 512)) : createCommentVNode("", true),
|
|
49370
49370
|
createElementVNode("div", {
|
|
49371
|
-
class: normalizeClass(["
|
|
49371
|
+
class: normalizeClass(["grid gap-8 w-full", `${((_f = headerComponent.value) == null ? void 0 : _f.featured_image) ? "link-card__columns--with-featured-image" : ""} ${"link-card__columns--" + cardComponent.value.data.length}`]),
|
|
49372
49372
|
ref_key: "rightColumn",
|
|
49373
49373
|
ref: rightColumn
|
|
49374
49374
|
}, [
|
|
49375
49375
|
(openBlock(true), createElementBlock(Fragment, null, renderList(cardComponent.value.data, (data2, index) => {
|
|
49376
49376
|
var _a2;
|
|
49377
49377
|
return openBlock(), createElementBlock("div", {
|
|
49378
|
-
class: normalizeClass(["relative bg-white p-8 rounded-
|
|
49378
|
+
class: normalizeClass(["relative bg-white p-8 rounded-xl md:rounded-3xl w-full", { "!bg-gray-50": (_a2 = section.value) == null ? void 0 : _a2.no_background }])
|
|
49379
49379
|
}, [
|
|
49380
49380
|
data2.icon ? (openBlock(), createElementBlock("div", _hoisted_6$a, [
|
|
49381
49381
|
(openBlock(), createBlock(_sfc_main$H, {
|
|
@@ -49408,6 +49408,7 @@ const _sfc_main$b = {
|
|
|
49408
49408
|
};
|
|
49409
49409
|
}
|
|
49410
49410
|
};
|
|
49411
|
+
const LinkCard = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-c340ea5c"]]);
|
|
49411
49412
|
const _hoisted_1$n = {
|
|
49412
49413
|
xmlns: "http://www.w3.org/2000/svg",
|
|
49413
49414
|
fill: "none",
|
|
@@ -49426,7 +49427,7 @@ function render$c(_ctx, _cache) {
|
|
|
49426
49427
|
}
|
|
49427
49428
|
const LinkExternal = { render: render$c };
|
|
49428
49429
|
const _hoisted_1$m = { class: "overflow-hidden" };
|
|
49429
|
-
const _hoisted_2$9 = { class: "max-w-[1640px] md:px-[120px] mx-auto w-full bg-white py-[40px] flex gap-[10%]" };
|
|
49430
|
+
const _hoisted_2$9 = { class: "max-w-[1640px] md:px-[120px] mx-auto w-full bg-white py-[40px] flex flex-col lg:flex-row gap-8 xl:gap-[10%]" };
|
|
49430
49431
|
const _hoisted_3$9 = {
|
|
49431
49432
|
key: 0,
|
|
49432
49433
|
class: "rounded-xl px-[40px] text-center mb-6 max-w-[1280px] mx-auto"
|
|
@@ -49440,8 +49441,8 @@ const _hoisted_7$9 = {
|
|
|
49440
49441
|
};
|
|
49441
49442
|
const _hoisted_8$8 = { class: "relative bg-white hover:bg-gray-100 p-2 rounded-lg w-full" };
|
|
49442
49443
|
const _hoisted_9$8 = ["href", "target"];
|
|
49443
|
-
const _hoisted_10$
|
|
49444
|
-
const _hoisted_11$
|
|
49444
|
+
const _hoisted_10$6 = { class: "flex gap-4 items-center max-w-[94%] w-full" };
|
|
49445
|
+
const _hoisted_11$5 = { class: "w-full" };
|
|
49445
49446
|
const _sfc_main$a = {
|
|
49446
49447
|
__name: "LinkList",
|
|
49447
49448
|
props: {
|
|
@@ -49464,7 +49465,7 @@ const _sfc_main$a = {
|
|
|
49464
49465
|
createElementVNode("div", _hoisted_2$9, [
|
|
49465
49466
|
(openBlock(true), createElementBlock(Fragment, null, renderList(headerComponents.value, (header, index) => {
|
|
49466
49467
|
return openBlock(), createElementBlock("div", {
|
|
49467
|
-
class: normalizeClass(["gap-4", { "w-1/2": section.value.two_columns }])
|
|
49468
|
+
class: normalizeClass(["gap-4", { "lg:w-1/2": section.value.two_columns }])
|
|
49468
49469
|
}, [
|
|
49469
49470
|
header ? (openBlock(), createElementBlock("div", _hoisted_3$9, [
|
|
49470
49471
|
createElementVNode("h3", _hoisted_4$9, toDisplayString(header.title), 1),
|
|
@@ -49477,12 +49478,12 @@ const _sfc_main$a = {
|
|
|
49477
49478
|
(header == null ? void 0 : header.featured_image) ? (openBlock(), createElementBlock("img", {
|
|
49478
49479
|
key: 1,
|
|
49479
49480
|
src: header == null ? void 0 : header.featured_image,
|
|
49480
|
-
class: "rounded-
|
|
49481
|
+
class: "rounded-xl md:rounded-3xl w-full h-[300px] lg:h-[480px] object-cover mb-6",
|
|
49481
49482
|
alt: "Feature"
|
|
49482
49483
|
}, null, 8, _hoisted_6$9)) : createCommentVNode("", true),
|
|
49483
49484
|
linkComponents.value[index] ? (openBlock(), createElementBlock("div", _hoisted_7$9, [
|
|
49484
49485
|
createElementVNode("div", {
|
|
49485
|
-
class: normalizeClass({ "grid grid-cols-2 gap-x-[100px]": !section.value.two_columns, "flex flex-col gap-4 w-full": section.value.two_columns })
|
|
49486
|
+
class: normalizeClass({ "grid lg:grid-cols-2 gap-x-[100px]": !section.value.two_columns, "flex flex-col gap-4 w-full": section.value.two_columns })
|
|
49486
49487
|
}, [
|
|
49487
49488
|
(openBlock(true), createElementBlock(Fragment, null, renderList(linkComponents.value[index].data, (link, index2) => {
|
|
49488
49489
|
return openBlock(), createElementBlock("div", _hoisted_8$8, [
|
|
@@ -49492,9 +49493,9 @@ const _sfc_main$a = {
|
|
|
49492
49493
|
href: unref(formatUrl)(link.url),
|
|
49493
49494
|
target: link.open_in_new_tab ? "_blank" : ""
|
|
49494
49495
|
}, [
|
|
49495
|
-
createElementVNode("div", _hoisted_10$
|
|
49496
|
+
createElementVNode("div", _hoisted_10$6, [
|
|
49496
49497
|
createVNode(unref(LinkExternal), { class: "w-5 h-5" }),
|
|
49497
|
-
createElementVNode("span", _hoisted_11$
|
|
49498
|
+
createElementVNode("span", _hoisted_11$5, toDisplayString(link.title), 1)
|
|
49498
49499
|
]),
|
|
49499
49500
|
createVNode(unref(ArrowUpRight), { class: "w-5 h-5" })
|
|
49500
49501
|
], 8, _hoisted_9$8)) : createCommentVNode("", true)
|
|
@@ -49534,11 +49535,10 @@ const _hoisted_3$8 = {
|
|
|
49534
49535
|
};
|
|
49535
49536
|
const _hoisted_4$8 = { class: "text-[36px] text-gray-900 font-semibold" };
|
|
49536
49537
|
const _hoisted_5$8 = ["innerHTML"];
|
|
49537
|
-
const _hoisted_6$8 =
|
|
49538
|
-
const _hoisted_7$8 =
|
|
49539
|
-
const _hoisted_8$7 = { class: "flex" };
|
|
49540
|
-
const _hoisted_9$7 = { class: "
|
|
49541
|
-
const _hoisted_10$6 = { class: "text-lg text-gray-600 w-[97%]" };
|
|
49538
|
+
const _hoisted_6$8 = ["textContent"];
|
|
49539
|
+
const _hoisted_7$8 = { class: "flex" };
|
|
49540
|
+
const _hoisted_8$7 = { class: "bg-gray-100 rounded-full w-[28px] h-[28px] flex items-center justify-center text-gray-500 mr-2" };
|
|
49541
|
+
const _hoisted_9$7 = { class: "text-lg text-gray-600 w-[97%]" };
|
|
49542
49542
|
const _sfc_main$9 = {
|
|
49543
49543
|
__name: "BulletPoints",
|
|
49544
49544
|
props: {
|
|
@@ -49570,19 +49570,19 @@ const _sfc_main$9 = {
|
|
|
49570
49570
|
class: normalizeClass({ "bg-gray-50 py-2 my-6": (_a = section.value) == null ? void 0 : _a.has_background, "my-8": (_b = section.value) == null ? void 0 : _b.margin })
|
|
49571
49571
|
}, [
|
|
49572
49572
|
createElementVNode("div", {
|
|
49573
|
-
class: normalizeClass(["max-w-[1640px] md:px-[120px] mx-auto w-full my-[40px]", { "flex gap-8": (_c = headerComponent.value) == null ? void 0 : _c.featured_image, "flex-row-reverse justify-between": (_d = headerComponent.value) == null ? void 0 : _d.revert }])
|
|
49573
|
+
class: normalizeClass(["max-w-[1640px] md:px-[120px] mx-auto w-full my-[40px]", { "flex gap-8 flex-col lg:flex-row": (_c = headerComponent.value) == null ? void 0 : _c.featured_image, "flex-col-reverse lg:flex-row-reverse justify-between": (_d = headerComponent.value) == null ? void 0 : _d.revert }])
|
|
49574
49574
|
}, [
|
|
49575
49575
|
((_e = headerComponent.value) == null ? void 0 : _e.featured_image) ? (openBlock(), createElementBlock("img", {
|
|
49576
49576
|
key: 0,
|
|
49577
49577
|
src: (_f = headerComponent.value) == null ? void 0 : _f.featured_image,
|
|
49578
|
-
class: "max-w-[480px] w-full object-cover rounded-
|
|
49578
|
+
class: "max-w-[480px] w-full object-cover rounded-xl md:rounded-3xl",
|
|
49579
49579
|
ref_key: "leftColumn",
|
|
49580
49580
|
ref: leftColumn,
|
|
49581
49581
|
alt: "Feature"
|
|
49582
49582
|
}, null, 8, _hoisted_2$8)) : createCommentVNode("", true),
|
|
49583
49583
|
headerComponent.value ? (openBlock(), createElementBlock("div", {
|
|
49584
49584
|
key: 1,
|
|
49585
|
-
class: normalizeClass(["h-fit", { "py-[48px]": (_g = headerComponent.value) == null ? void 0 : _g.featured_image, "grid grid-cols-2
|
|
49585
|
+
class: normalizeClass(["h-fit flex flex-col gap-4 lg:gap-8", { "xl:py-[48px]": (_g = headerComponent.value) == null ? void 0 : _g.featured_image, "[&]:grid lg:grid-cols-2": (_h = section.value) == null ? void 0 : _h.two_column }]),
|
|
49586
49586
|
ref_key: "rightColumn",
|
|
49587
49587
|
ref: rightColumn
|
|
49588
49588
|
}, [
|
|
@@ -49602,21 +49602,21 @@ const _sfc_main$9 = {
|
|
|
49602
49602
|
]),
|
|
49603
49603
|
(openBlock(true), createElementBlock(Fragment, null, renderList(bulletPointsComponents.value, (bullet) => {
|
|
49604
49604
|
var _a2, _b2;
|
|
49605
|
-
return openBlock(), createElementBlock("div",
|
|
49605
|
+
return openBlock(), createElementBlock("div", null, [
|
|
49606
49606
|
(bullet == null ? void 0 : bullet.title) ? (openBlock(), createElementBlock("p", {
|
|
49607
49607
|
key: 0,
|
|
49608
49608
|
textContent: toDisplayString(bullet.title),
|
|
49609
49609
|
class: "font-semibold text-[20px] mb-4"
|
|
49610
|
-
}, null, 8,
|
|
49610
|
+
}, null, 8, _hoisted_6$8)) : createCommentVNode("", true),
|
|
49611
49611
|
createElementVNode("div", {
|
|
49612
|
-
class: normalizeClass(["flex flex-col gap-4", { "
|
|
49612
|
+
class: normalizeClass(["flex flex-col gap-4", { "[&]:grid sm:grid-cols-2 lg:grid-cols-3": !((_a2 = headerComponent.value) == null ? void 0 : _a2.featured_image) && !((_b2 = section.value) == null ? void 0 : _b2.two_column) }])
|
|
49613
49613
|
}, [
|
|
49614
49614
|
(openBlock(true), createElementBlock(Fragment, null, renderList(bullet.data, (item) => {
|
|
49615
|
-
return openBlock(), createElementBlock("div",
|
|
49616
|
-
createElementVNode("div",
|
|
49615
|
+
return openBlock(), createElementBlock("div", _hoisted_7$8, [
|
|
49616
|
+
createElementVNode("div", _hoisted_8$7, [
|
|
49617
49617
|
createVNode(unref(Check), { class: "w-4 h-4" })
|
|
49618
49618
|
]),
|
|
49619
|
-
createElementVNode("p",
|
|
49619
|
+
createElementVNode("p", _hoisted_9$7, toDisplayString(item.title), 1)
|
|
49620
49620
|
]);
|
|
49621
49621
|
}), 256))
|
|
49622
49622
|
], 2)
|
|
@@ -49632,7 +49632,7 @@ const _sfc_main$9 = {
|
|
|
49632
49632
|
const _hoisted_1$j = { class: "overflow-hidden" };
|
|
49633
49633
|
const _hoisted_2$7 = {
|
|
49634
49634
|
key: 0,
|
|
49635
|
-
class: "max-w-[33.3%] w-full min-h-[320px]"
|
|
49635
|
+
class: "lg:max-w-[33.3%] w-full sm:min-h-[320px]"
|
|
49636
49636
|
};
|
|
49637
49637
|
const _hoisted_3$7 = ["src", "alt"];
|
|
49638
49638
|
const _hoisted_4$7 = ["src"];
|
|
@@ -49662,25 +49662,25 @@ const _sfc_main$8 = {
|
|
|
49662
49662
|
var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p, _q, _r, _s, _t, _u, _v;
|
|
49663
49663
|
return openBlock(), createElementBlock("div", _hoisted_1$j, [
|
|
49664
49664
|
createElementVNode("div", {
|
|
49665
|
-
class: normalizeClass(["max-w-[1640px] md:px-[120px] mx-auto w-full mt-[40px]", { "flex gap-8": (_a = headerComponent.value) == null ? void 0 : _a.featured_image }])
|
|
49665
|
+
class: normalizeClass(["max-w-[1640px] md:px-[120px] mx-auto w-full mt-[40px]", { "flex gap-4 lg:gap-8 flex-col lg:flex-row": (_a = headerComponent.value) == null ? void 0 : _a.featured_image }])
|
|
49666
49666
|
}, [
|
|
49667
49667
|
imageComponent.value && ((_b = section.value) == null ? void 0 : _b.acknowledgement_style) || ((_c = headerComponent.value) == null ? void 0 : _c.featured_image) && !((_d = section.value) == null ? void 0 : _d.acknowledgement_style) ? (openBlock(), createElementBlock("div", _hoisted_2$7, [
|
|
49668
49668
|
imageComponent.value && ((_e = section.value) == null ? void 0 : _e.acknowledgement_style) ? (openBlock(), createElementBlock("img", {
|
|
49669
49669
|
key: 0,
|
|
49670
49670
|
src: imageComponent.value.featured_image,
|
|
49671
49671
|
alt: ((_f = imageComponent.value) == null ? void 0 : _f.caption) ?? "Image",
|
|
49672
|
-
class: "w-[560px] object-cover rounded-
|
|
49672
|
+
class: "w-[560px] object-cover rounded-xl md:rounded-3xl h-full mx-auto"
|
|
49673
49673
|
}, null, 8, _hoisted_3$7)) : createCommentVNode("", true),
|
|
49674
49674
|
((_g = headerComponent.value) == null ? void 0 : _g.featured_image) && !((_h = section.value) == null ? void 0 : _h.acknowledgement_style) ? (openBlock(), createElementBlock("img", {
|
|
49675
49675
|
key: 1,
|
|
49676
49676
|
src: (_i = headerComponent.value) == null ? void 0 : _i.featured_image,
|
|
49677
|
-
class: "w-[560px] object-cover rounded-
|
|
49677
|
+
class: "w-[560px] object-cover rounded-xl md:rounded-3xl h-full mx-auto",
|
|
49678
49678
|
alt: "Feature"
|
|
49679
49679
|
}, null, 8, _hoisted_4$7)) : createCommentVNode("", true)
|
|
49680
49680
|
])) : createCommentVNode("", true),
|
|
49681
49681
|
headerComponent.value ? (openBlock(), createElementBlock("div", {
|
|
49682
49682
|
key: 1,
|
|
49683
|
-
class: normalizeClass(["rounded-
|
|
49683
|
+
class: normalizeClass(["rounded-xl md:rounded-3xl flex items-center justify-center flex-col", {
|
|
49684
49684
|
"bg-pale-100 min-h-[320px] w-full": !((_j = headerComponent.value) == null ? void 0 : _j.featured_image),
|
|
49685
49685
|
"border border-brand-400 w-full py-8": (_k = headerComponent.value) == null ? void 0 : _k.featured_image,
|
|
49686
49686
|
"w-full ": !((_l = section.value) == null ? void 0 : _l.acknowledgement_style),
|
|
@@ -49768,7 +49768,7 @@ const _hoisted_1$f = { class: "overflow-hidden" };
|
|
|
49768
49768
|
const _hoisted_2$6 = { class: "max-w-[1640px] md:px-[120px] mx-auto w-full my-[40px] flex justify-center" };
|
|
49769
49769
|
const _hoisted_3$6 = {
|
|
49770
49770
|
key: 0,
|
|
49771
|
-
class: "bg-gray-100 rounded-
|
|
49771
|
+
class: "bg-gray-100 rounded-lg md:rounded-2xl flex justify-center w-full"
|
|
49772
49772
|
};
|
|
49773
49773
|
const _hoisted_4$6 = { class: "flex items-center justify-center flex-col py-[40px] max-w-[820px]" };
|
|
49774
49774
|
const _hoisted_5$6 = { class: "flex justify-between relative w-[150px]" };
|
|
@@ -49777,8 +49777,8 @@ const _hoisted_7$6 = { class: "w-[56px] h-[56px] border-[2px] border-white bg-gr
|
|
|
49777
49777
|
const _hoisted_8$5 = { class: "w-[56px] h-[56px] border-[2px] border-white bg-gray-200 rounded-full flex justify-center items-center" };
|
|
49778
49778
|
const _hoisted_9$5 = { class: "text-[24px] text-gray-900 font-semibold mt-4" };
|
|
49779
49779
|
const _hoisted_10$5 = ["innerHTML"];
|
|
49780
|
-
const _hoisted_11$
|
|
49781
|
-
const _hoisted_12$
|
|
49780
|
+
const _hoisted_11$4 = { class: "flex gap-2" };
|
|
49781
|
+
const _hoisted_12$3 = ["href"];
|
|
49782
49782
|
const _sfc_main$7 = {
|
|
49783
49783
|
__name: "ContactUs",
|
|
49784
49784
|
props: {
|
|
@@ -49819,7 +49819,7 @@ const _sfc_main$7 = {
|
|
|
49819
49819
|
class: "text-[18px] font-normal mt-2 text-gray-600 leading-[30px] text-center",
|
|
49820
49820
|
innerHTML: headerComponent.value.supporting_text
|
|
49821
49821
|
}, null, 8, _hoisted_10$5)) : createCommentVNode("", true),
|
|
49822
|
-
createElementVNode("div", _hoisted_11$
|
|
49822
|
+
createElementVNode("div", _hoisted_11$4, [
|
|
49823
49823
|
(openBlock(true), createElementBlock(Fragment, null, renderList(contactUs.value.data, (item) => {
|
|
49824
49824
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
49825
49825
|
(item == null ? void 0 : item.show) ? (openBlock(), createElementBlock("a", {
|
|
@@ -49829,7 +49829,7 @@ const _sfc_main$7 = {
|
|
|
49829
49829
|
}, [
|
|
49830
49830
|
createTextVNode(toDisplayString(item.label) + " ", 1),
|
|
49831
49831
|
createVNode(unref(ArrowUpRight), { class: "w-5 h-5" })
|
|
49832
|
-
], 10, _hoisted_12$
|
|
49832
|
+
], 10, _hoisted_12$3)) : createCommentVNode("", true)
|
|
49833
49833
|
], 64);
|
|
49834
49834
|
}), 256))
|
|
49835
49835
|
])
|
|
@@ -49875,23 +49875,21 @@ function render$6(_ctx, _cache) {
|
|
|
49875
49875
|
}
|
|
49876
49876
|
const Minus = { render: render$6 };
|
|
49877
49877
|
const _hoisted_1$c = { class: "overflow-hidden" };
|
|
49878
|
-
const _hoisted_2$5 = {
|
|
49879
|
-
const _hoisted_3$5 = { class: "gap-4 max-w-[800px] w-full" };
|
|
49880
|
-
const _hoisted_4$5 = {
|
|
49878
|
+
const _hoisted_2$5 = {
|
|
49881
49879
|
key: 0,
|
|
49882
49880
|
class: "px-[40px] text-center mb-6 mx-auto"
|
|
49883
49881
|
};
|
|
49884
|
-
const
|
|
49885
|
-
const
|
|
49886
|
-
const
|
|
49882
|
+
const _hoisted_3$5 = { class: "text-[36px] text-gray-900 font-semibold" };
|
|
49883
|
+
const _hoisted_4$5 = ["innerHTML"];
|
|
49884
|
+
const _hoisted_5$5 = {
|
|
49887
49885
|
key: 1,
|
|
49888
49886
|
class: "flex flex-col divide-y gap-8"
|
|
49889
49887
|
};
|
|
49890
|
-
const
|
|
49891
|
-
const
|
|
49892
|
-
const
|
|
49893
|
-
const
|
|
49894
|
-
const
|
|
49888
|
+
const _hoisted_6$5 = { class: "relative bg-white w-full pt-6" };
|
|
49889
|
+
const _hoisted_7$5 = { class: "text-gray-900 cursor-pointer w-full inline-flex justify-between gap-1.5 items-center leading-[28px] font-semibold text-lg" };
|
|
49890
|
+
const _hoisted_8$4 = ["onClick"];
|
|
49891
|
+
const _hoisted_9$4 = { class: "min-w-[24px]" };
|
|
49892
|
+
const _hoisted_10$4 = ["innerHTML"];
|
|
49895
49893
|
const _sfc_main$6 = {
|
|
49896
49894
|
__name: "FAQ",
|
|
49897
49895
|
props: {
|
|
@@ -49917,27 +49915,33 @@ const _sfc_main$6 = {
|
|
|
49917
49915
|
show.value[index] = !show.value[index];
|
|
49918
49916
|
};
|
|
49919
49917
|
return (_ctx, _cache) => {
|
|
49918
|
+
var _a;
|
|
49920
49919
|
return openBlock(), createElementBlock("div", _hoisted_1$c, [
|
|
49921
|
-
createElementVNode("div",
|
|
49920
|
+
createElementVNode("div", {
|
|
49921
|
+
class: normalizeClass(["max-w-[1640px] md:px-[120px] mx-auto w-full bg-white py-[40px] flex justify-center gap-[10%]", { "justify-start md:!px-0 !ml-0": (_a = section.value) == null ? void 0 : _a.align_left }])
|
|
49922
|
+
}, [
|
|
49922
49923
|
(openBlock(true), createElementBlock(Fragment, null, renderList(headerComponents.value, (header, index) => {
|
|
49923
|
-
|
|
49924
|
-
|
|
49925
|
-
|
|
49924
|
+
var _a2;
|
|
49925
|
+
return openBlock(), createElementBlock("div", {
|
|
49926
|
+
class: normalizeClass(["gap-4 max-w-[800px] w-full", { "!max-w-full": (_a2 = section.value) == null ? void 0 : _a2.align_left }])
|
|
49927
|
+
}, [
|
|
49928
|
+
header ? (openBlock(), createElementBlock("div", _hoisted_2$5, [
|
|
49929
|
+
createElementVNode("h3", _hoisted_3$5, toDisplayString(header.title), 1),
|
|
49926
49930
|
(header == null ? void 0 : header.supporting_text) ? (openBlock(), createElementBlock("p", {
|
|
49927
49931
|
key: 0,
|
|
49928
49932
|
class: "text-[20px] font-normal mt-2 text-gray-600 leading-[30px] max-w-[768px] mx-auto",
|
|
49929
49933
|
innerHTML: header.supporting_text
|
|
49930
|
-
}, null, 8,
|
|
49934
|
+
}, null, 8, _hoisted_4$5)) : createCommentVNode("", true)
|
|
49931
49935
|
])) : createCommentVNode("", true),
|
|
49932
|
-
featureComponents.value[index] ? (openBlock(), createElementBlock("div",
|
|
49936
|
+
featureComponents.value[index] ? (openBlock(), createElementBlock("div", _hoisted_5$5, [
|
|
49933
49937
|
(openBlock(true), createElementBlock(Fragment, null, renderList(featureComponents.value[index].data, (link, index2) => {
|
|
49934
|
-
return openBlock(), createElementBlock("div",
|
|
49935
|
-
createElementVNode("a",
|
|
49938
|
+
return openBlock(), createElementBlock("div", _hoisted_6$5, [
|
|
49939
|
+
createElementVNode("a", _hoisted_7$5, [
|
|
49936
49940
|
createElementVNode("span", {
|
|
49937
49941
|
class: "hover:underline",
|
|
49938
49942
|
onClick: ($event) => toggle(index2)
|
|
49939
|
-
}, toDisplayString(link.title), 9,
|
|
49940
|
-
createElementVNode("span",
|
|
49943
|
+
}, toDisplayString(link.title), 9, _hoisted_8$4),
|
|
49944
|
+
createElementVNode("span", _hoisted_9$4, [
|
|
49941
49945
|
!show.value[index2] ? (openBlock(), createBlock(unref(Plus), {
|
|
49942
49946
|
key: 0,
|
|
49943
49947
|
class: "w-6 h-6 cursor-pointer text-gray-400 hover:text-gray-700",
|
|
@@ -49953,32 +49957,31 @@ const _sfc_main$6 = {
|
|
|
49953
49957
|
key: 0,
|
|
49954
49958
|
class: "mt-2 text-gray-600 leading-[24px] all-unset ql-editor",
|
|
49955
49959
|
innerHTML: link.supporting_text
|
|
49956
|
-
}, null, 8,
|
|
49960
|
+
}, null, 8, _hoisted_10$4)) : createCommentVNode("", true)
|
|
49957
49961
|
]);
|
|
49958
49962
|
}), 256))
|
|
49959
49963
|
])) : createCommentVNode("", true)
|
|
49960
|
-
]);
|
|
49964
|
+
], 2);
|
|
49961
49965
|
}), 256))
|
|
49962
|
-
])
|
|
49966
|
+
], 2)
|
|
49963
49967
|
]);
|
|
49964
49968
|
};
|
|
49965
49969
|
}
|
|
49966
49970
|
};
|
|
49967
49971
|
const _hoisted_1$b = { class: "max-w-[1640px] md:px-[120px] mx-auto w-full py-[40px] flex justify-center gap-[10%]" };
|
|
49968
|
-
const _hoisted_2$4 = { class: "bg-pale-100
|
|
49969
|
-
const _hoisted_3$4 =
|
|
49970
|
-
const _hoisted_4$4 =
|
|
49971
|
-
const _hoisted_5$4 = { class: "
|
|
49972
|
-
const _hoisted_6$4 = { class: "
|
|
49973
|
-
const _hoisted_7$4 =
|
|
49974
|
-
const _hoisted_8$3 = ["
|
|
49975
|
-
const _hoisted_9$3 =
|
|
49976
|
-
const _hoisted_10$3 =
|
|
49977
|
-
const _hoisted_11$3 = {
|
|
49978
|
-
const _hoisted_12$2 =
|
|
49979
|
-
const _hoisted_13$2 = ["
|
|
49980
|
-
const _hoisted_14$2 = ["
|
|
49981
|
-
const _hoisted_15$2 = ["href"];
|
|
49972
|
+
const _hoisted_2$4 = { class: "bg-pale-100 w-full rounded-[20px] p-8 gap-6 grid lg:grid-cols-2" };
|
|
49973
|
+
const _hoisted_3$4 = ["textContent"];
|
|
49974
|
+
const _hoisted_4$4 = { class: "flex flex-col divide-y divide-gray-200 px-6 bg-white rounded-lg md:rounded-2xl overflow-hidden" };
|
|
49975
|
+
const _hoisted_5$4 = { class: "relative w-full py-6" };
|
|
49976
|
+
const _hoisted_6$4 = { class: "text-gray-900 cursor-pointer w-full inline-flex justify-between gap-1.5 items-center leading-[28px] font-semibold text-lg" };
|
|
49977
|
+
const _hoisted_7$4 = ["onClick"];
|
|
49978
|
+
const _hoisted_8$3 = { class: "min-w-[24px]" };
|
|
49979
|
+
const _hoisted_9$3 = ["innerHTML"];
|
|
49980
|
+
const _hoisted_10$3 = { class: "bg-white rounded-lg md:rounded-2xl overflow-hidden flex flex-col items-center justify-center py-8 px-12" };
|
|
49981
|
+
const _hoisted_11$3 = { key: 0 };
|
|
49982
|
+
const _hoisted_12$2 = ["textContent"];
|
|
49983
|
+
const _hoisted_13$2 = ["innerHTML"];
|
|
49984
|
+
const _hoisted_14$2 = ["href"];
|
|
49982
49985
|
const _sfc_main$5 = {
|
|
49983
49986
|
__name: "AccordionPricing",
|
|
49984
49987
|
props: {
|
|
@@ -50007,20 +50010,20 @@ const _sfc_main$5 = {
|
|
|
50007
50010
|
var _a;
|
|
50008
50011
|
return openBlock(), createElementBlock("div", _hoisted_1$b, [
|
|
50009
50012
|
createElementVNode("div", _hoisted_2$4, [
|
|
50010
|
-
createElementVNode("div",
|
|
50013
|
+
createElementVNode("div", null, [
|
|
50011
50014
|
createElementVNode("p", {
|
|
50012
50015
|
class: "text-[36px] font-semibold text-gray-900 mb-[48px]",
|
|
50013
50016
|
textContent: toDisplayString(pricingComponent.value.title)
|
|
50014
|
-
}, null, 8,
|
|
50015
|
-
createElementVNode("div",
|
|
50017
|
+
}, null, 8, _hoisted_3$4),
|
|
50018
|
+
createElementVNode("div", _hoisted_4$4, [
|
|
50016
50019
|
(openBlock(true), createElementBlock(Fragment, null, renderList(pricingComponent.value.data, (price, index) => {
|
|
50017
|
-
return openBlock(), createElementBlock("div",
|
|
50018
|
-
createElementVNode("a",
|
|
50020
|
+
return openBlock(), createElementBlock("div", _hoisted_5$4, [
|
|
50021
|
+
createElementVNode("a", _hoisted_6$4, [
|
|
50019
50022
|
createElementVNode("span", {
|
|
50020
50023
|
class: "hover:underline text-lg leading-[28px] text-gray-900",
|
|
50021
50024
|
onClick: ($event) => toggle(index)
|
|
50022
|
-
}, toDisplayString(price.title), 9,
|
|
50023
|
-
createElementVNode("span",
|
|
50025
|
+
}, toDisplayString(price.title), 9, _hoisted_7$4),
|
|
50026
|
+
createElementVNode("span", _hoisted_8$3, [
|
|
50024
50027
|
!show.value[index] ? (openBlock(), createBlock(unref(Plus), {
|
|
50025
50028
|
key: 0,
|
|
50026
50029
|
class: "w-6 h-6 cursor-pointer text-gray-400 hover:text-gray-700",
|
|
@@ -50036,21 +50039,21 @@ const _sfc_main$5 = {
|
|
|
50036
50039
|
key: 0,
|
|
50037
50040
|
class: "mt-2 text-gray-600 leading-[24px] all-unset ql-editor",
|
|
50038
50041
|
innerHTML: price == null ? void 0 : price.supporting_text
|
|
50039
|
-
}, null, 8,
|
|
50042
|
+
}, null, 8, _hoisted_9$3)) : createCommentVNode("", true)
|
|
50040
50043
|
]);
|
|
50041
50044
|
}), 256))
|
|
50042
50045
|
])
|
|
50043
50046
|
]),
|
|
50044
|
-
createElementVNode("div",
|
|
50045
|
-
paragraphComponent.value ? (openBlock(), createElementBlock("div",
|
|
50047
|
+
createElementVNode("div", _hoisted_10$3, [
|
|
50048
|
+
paragraphComponent.value ? (openBlock(), createElementBlock("div", _hoisted_11$3, [
|
|
50046
50049
|
createElementVNode("p", {
|
|
50047
50050
|
class: "text-[32px] font-semibold text-gray-900",
|
|
50048
50051
|
textContent: toDisplayString(paragraphComponent.value.title)
|
|
50049
|
-
}, null, 8,
|
|
50052
|
+
}, null, 8, _hoisted_12$2),
|
|
50050
50053
|
createElementVNode("p", {
|
|
50051
50054
|
class: "text-[18px]text-gray-600 mt-2",
|
|
50052
50055
|
innerHTML: paragraphComponent.value.paragraph
|
|
50053
|
-
}, null, 8,
|
|
50056
|
+
}, null, 8, _hoisted_13$2)
|
|
50054
50057
|
])) : createCommentVNode("", true),
|
|
50055
50058
|
((_a = paragraphComponent.value) == null ? void 0 : _a.hasOwnProperty("button")) && paragraphComponent.value.button.show ? (openBlock(), createElementBlock("a", {
|
|
50056
50059
|
key: 1,
|
|
@@ -50059,7 +50062,7 @@ const _sfc_main$5 = {
|
|
|
50059
50062
|
}, [
|
|
50060
50063
|
createTextVNode(toDisplayString(paragraphComponent.value.button.title) + " ", 1),
|
|
50061
50064
|
createVNode(unref(ArrowUpRight), { class: "w-5 h-5" })
|
|
50062
|
-
], 8,
|
|
50065
|
+
], 8, _hoisted_14$2)) : createCommentVNode("", true)
|
|
50063
50066
|
])
|
|
50064
50067
|
])
|
|
50065
50068
|
]);
|
|
@@ -50116,13 +50119,13 @@ function render$3(_ctx, _cache) {
|
|
|
50116
50119
|
}
|
|
50117
50120
|
const StarIcon = { render: render$3 };
|
|
50118
50121
|
const _hoisted_1$7 = { class: "px-6 mt-4 mb-36" };
|
|
50119
|
-
const _hoisted_2$3 = { class: "bg-navy-800 p-10 rounded-[48px]" };
|
|
50122
|
+
const _hoisted_2$3 = { class: "bg-navy-800 p-10 rounded-3xl md:rounded-[48px]" };
|
|
50120
50123
|
const _hoisted_3$3 = { class: "max-w-[51.25rem] text-center mx-auto" };
|
|
50121
50124
|
const _hoisted_4$3 = { class: "mb-10" };
|
|
50122
50125
|
const _hoisted_5$3 = ["textContent"];
|
|
50123
50126
|
const _hoisted_6$3 = ["textContent"];
|
|
50124
50127
|
const _hoisted_7$3 = ["textContent"];
|
|
50125
|
-
const _hoisted_8$2 = { class: "h-14 border border-white rounded-[48px] flex items-center justify-stretch px-1.5 space-x-1 mb-8" };
|
|
50128
|
+
const _hoisted_8$2 = { class: "h-14 border border-white rounded-3xl md:rounded-[48px] flex items-center justify-stretch px-1.5 space-x-1 mb-8" };
|
|
50126
50129
|
const _hoisted_9$2 = ["onClick"];
|
|
50127
50130
|
const _hoisted_10$2 = {
|
|
50128
50131
|
key: 0,
|
|
@@ -50209,7 +50212,7 @@ const _sfc_main$4 = {
|
|
|
50209
50212
|
return openBlock(), createElementBlock("button", {
|
|
50210
50213
|
key: membership.id,
|
|
50211
50214
|
onClick: ($event) => active.value = membership.id,
|
|
50212
|
-
class: normalizeClass(["h-11 rounded-[48px] flex-1 text-white transition-colors text-md font-semibold", { "bg-white !text-gray-700": active.value === membership.id }])
|
|
50215
|
+
class: normalizeClass(["h-11 rounded-3xl md:rounded-[48px] flex-1 text-white transition-colors text-md font-semibold", { "bg-white !text-gray-700": active.value === membership.id }])
|
|
50213
50216
|
}, toDisplayString(membership.name), 11, _hoisted_9$2);
|
|
50214
50217
|
}), 128))
|
|
50215
50218
|
])
|
|
@@ -50226,7 +50229,7 @@ const _sfc_main$4 = {
|
|
|
50226
50229
|
return [
|
|
50227
50230
|
activeMembership.value ? (openBlock(), createElementBlock("div", {
|
|
50228
50231
|
key: activeMembership.value.id,
|
|
50229
|
-
class: "bg-white py-8 rounded-3xl shadow-sm border border-gray-200 flex max-w-[1400px] mx-auto -mb-[140px]"
|
|
50232
|
+
class: "bg-white py-8 rounded-xl md:rounded-3xl shadow-sm border border-gray-200 flex max-w-[1400px] mx-auto -mb-[140px]"
|
|
50230
50233
|
}, [
|
|
50231
50234
|
createElementVNode("div", _hoisted_11$2, [
|
|
50232
50235
|
createElementVNode("div", _hoisted_12$1, [
|
|
@@ -50294,7 +50297,7 @@ const _sfc_main$4 = {
|
|
|
50294
50297
|
};
|
|
50295
50298
|
}
|
|
50296
50299
|
};
|
|
50297
|
-
const HorizontalTabs = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-
|
|
50300
|
+
const HorizontalTabs = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-9e6ed7b6"]]);
|
|
50298
50301
|
const _hoisted_1$6 = {
|
|
50299
50302
|
xmlns: "http://www.w3.org/2000/svg",
|
|
50300
50303
|
fill: "none",
|
|
@@ -50343,12 +50346,12 @@ function render(_ctx, _cache) {
|
|
|
50343
50346
|
}
|
|
50344
50347
|
const Star = { render };
|
|
50345
50348
|
const _hoisted_1$3 = { class: "relative overflow-hidden bg-gray-50" };
|
|
50346
|
-
const _hoisted_2$2 = { class: "flex
|
|
50349
|
+
const _hoisted_2$2 = { class: "flex flex-col-reverse lg:flex-row gap-8 xl:gap-x-16 max-w-[1640px] md:px-[120px] mx-auto w-full" };
|
|
50347
50350
|
const _hoisted_3$2 = { class: "flex-1 flex flex-col justify-center gap-8" };
|
|
50348
50351
|
const _hoisted_4$2 = { class: "flex items-center gap-1" };
|
|
50349
50352
|
const _hoisted_5$2 = ["innerHTML"];
|
|
50350
50353
|
const _hoisted_6$2 = { class: "text-gray-600" };
|
|
50351
|
-
const _hoisted_7$2 = { class: "h-[480px] w-[560px]" };
|
|
50354
|
+
const _hoisted_7$2 = { class: "h-[480px] w-full md:w-[560px] lg:h-[300px] lg:w-[350px] xl:h-[480px] xl:w-[560px]" };
|
|
50352
50355
|
const _hoisted_8$1 = ["src"];
|
|
50353
50356
|
const _hoisted_9$1 = {
|
|
50354
50357
|
key: 1,
|
|
@@ -50357,7 +50360,7 @@ const _hoisted_9$1 = {
|
|
|
50357
50360
|
alt: "No Image Available"
|
|
50358
50361
|
};
|
|
50359
50362
|
const _hoisted_10$1 = { class: "flex max-w-[1640px] md:px-[120px] mx-auto w-full gap-4 relative" };
|
|
50360
|
-
const _hoisted_11$1 = { class: "absolute bottom-[40px]
|
|
50363
|
+
const _hoisted_11$1 = { class: "absolute bottom-[40px] right-0 md:right-[120px] xl:left-[120px] gap-4 flex" };
|
|
50361
50364
|
const _sfc_main$3 = {
|
|
50362
50365
|
__name: "TestimonialSlider",
|
|
50363
50366
|
props: {
|
|
@@ -50401,7 +50404,7 @@ const _sfc_main$3 = {
|
|
|
50401
50404
|
}), 64))
|
|
50402
50405
|
]),
|
|
50403
50406
|
createElementVNode("h3", {
|
|
50404
|
-
class: "font-medium text-3xl leading-[38px]",
|
|
50407
|
+
class: "font-medium text-2xl md:text-3xl md:leading-[38px]",
|
|
50405
50408
|
innerHTML: feature.description
|
|
50406
50409
|
}, null, 8, _hoisted_5$2),
|
|
50407
50410
|
createElementVNode("p", _hoisted_6$2, toDisplayString(feature.title), 1)
|
|
@@ -50462,7 +50465,7 @@ const _sfc_main$2 = {
|
|
|
50462
50465
|
collection_grid: markRaw(_sfc_main$g),
|
|
50463
50466
|
two_column_image_content: markRaw(_sfc_main$d),
|
|
50464
50467
|
timeline: markRaw(_sfc_main$c),
|
|
50465
|
-
link_card: markRaw(
|
|
50468
|
+
link_card: markRaw(LinkCard),
|
|
50466
50469
|
link_list: markRaw(_sfc_main$a),
|
|
50467
50470
|
bullet_points: markRaw(_sfc_main$9),
|
|
50468
50471
|
callout: markRaw(_sfc_main$8),
|