@dcodegroup-au/page-builder 0.7.0 → 0.7.3
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 +1546 -188
- package/dist/page-builder.es.js +235 -231
- package/dist/page-builder.umd.js +235 -231
- package/example/.vscode/extensions.json +3 -0
- 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 +2 -2
- package/src/assets/css/style.css +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 +10 -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,15 +45222,15 @@ 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
|
};
|
|
@@ -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
|
|
@@ -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,12 +46162,12 @@ 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
|
};
|
|
@@ -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, {
|
|
@@ -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)
|
|
@@ -49032,12 +49043,12 @@ const _sfc_main$e = {
|
|
|
49032
49043
|
};
|
|
49033
49044
|
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
|
-
const _hoisted_3$c = {
|
|
49036
|
-
|
|
49037
|
-
|
|
49046
|
+
const _hoisted_3$c = { class: "text-[20px] text-gray-900 font-semibold" };
|
|
49047
|
+
const _hoisted_4$c = ["innerHTML"];
|
|
49048
|
+
const _hoisted_5$c = {
|
|
49049
|
+
key: 1,
|
|
49050
|
+
class: "rounded-xl md:rounded-3xl overflow-hidden relative"
|
|
49038
49051
|
};
|
|
49039
|
-
const _hoisted_4$c = { class: "text-[20px] text-gray-900 font-semibold" };
|
|
49040
|
-
const _hoisted_5$c = ["innerHTML"];
|
|
49041
49052
|
const _hoisted_6$c = ["src", "alt"];
|
|
49042
49053
|
const _hoisted_7$c = ["innerHTML"];
|
|
49043
49054
|
const _hoisted_8$b = {
|
|
@@ -49045,15 +49056,15 @@ const _hoisted_8$b = {
|
|
|
49045
49056
|
class: "my-[44px]"
|
|
49046
49057
|
};
|
|
49047
49058
|
const _hoisted_9$b = { class: "text-[36px] text-gray-900 font-semibold" };
|
|
49048
|
-
const _hoisted_10$
|
|
49049
|
-
const _hoisted_11$
|
|
49059
|
+
const _hoisted_10$8 = ["innerHTML"];
|
|
49060
|
+
const _hoisted_11$7 = {
|
|
49050
49061
|
key: 0,
|
|
49051
49062
|
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
49063
|
};
|
|
49053
|
-
const _hoisted_12$
|
|
49064
|
+
const _hoisted_12$5 = { class: "font-semibold text-[20px] text-gray-900" };
|
|
49054
49065
|
const _hoisted_13$4 = ["innerHTML"];
|
|
49055
49066
|
const _hoisted_14$4 = ["href", "target"];
|
|
49056
|
-
const _hoisted_15$
|
|
49067
|
+
const _hoisted_15$3 = ["src"];
|
|
49057
49068
|
const _hoisted_16$1 = {
|
|
49058
49069
|
key: 0,
|
|
49059
49070
|
class: "w-[560px]"
|
|
@@ -49069,9 +49080,8 @@ const _sfc_main$d = {
|
|
|
49069
49080
|
},
|
|
49070
49081
|
setup(__props) {
|
|
49071
49082
|
const props = __props;
|
|
49072
|
-
const leftColumn = ref(null);
|
|
49073
|
-
const rightColumn = ref(null);
|
|
49074
49083
|
const section = ref(props.section);
|
|
49084
|
+
const innerWidth = ref(window.innerWidth);
|
|
49075
49085
|
const paragraphComponent = computed(() => {
|
|
49076
49086
|
return section.value.components.find((component) => component.type === "paragraph");
|
|
49077
49087
|
});
|
|
@@ -49096,35 +49106,26 @@ const _sfc_main$d = {
|
|
|
49096
49106
|
return true;
|
|
49097
49107
|
});
|
|
49098
49108
|
});
|
|
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
49109
|
return (_ctx, _cache) => {
|
|
49106
49110
|
var _a, _b, _c, _d;
|
|
49107
49111
|
return openBlock(), createElementBlock("div", _hoisted_1$q, [
|
|
49108
49112
|
createElementVNode("div", _hoisted_2$c, [
|
|
49109
|
-
paragraphComponent.value ? (openBlock(), createElementBlock("div",
|
|
49113
|
+
paragraphComponent.value ? (openBlock(), createElementBlock("div", {
|
|
49114
|
+
key: 0,
|
|
49115
|
+
class: "grid gap-1.5 lg:gap-4",
|
|
49116
|
+
style: normalizeStyle(innerWidth.value >= 1024 ? "grid-template-columns: 33% auto;" : "")
|
|
49117
|
+
}, [
|
|
49110
49118
|
paragraphComponent.value ? (openBlock(), createElementBlock("div", {
|
|
49111
49119
|
key: 0,
|
|
49112
|
-
class: normalizeClass(["
|
|
49113
|
-
ref_key: "leftColumn",
|
|
49114
|
-
ref: leftColumn
|
|
49120
|
+
class: normalizeClass(["bg-gray-100 rounded-xl p-8", { "h-fit": (_a = section.value) == null ? void 0 : _a.minimum_height }])
|
|
49115
49121
|
}, [
|
|
49116
|
-
createElementVNode("h3",
|
|
49122
|
+
createElementVNode("h3", _hoisted_3$c, toDisplayString(paragraphComponent.value.title), 1),
|
|
49117
49123
|
createElementVNode("p", {
|
|
49118
49124
|
class: "text-md font-normal mt-2 text-gray-600 leading-6",
|
|
49119
49125
|
innerHTML: paragraphComponent.value.paragraph
|
|
49120
|
-
}, null, 8,
|
|
49126
|
+
}, null, 8, _hoisted_4$c)
|
|
49121
49127
|
], 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
|
-
}, [
|
|
49128
|
+
imageComponent.value ? (openBlock(), createElementBlock("div", _hoisted_5$c, [
|
|
49128
49129
|
createElementVNode("img", {
|
|
49129
49130
|
src: imageComponent.value.featured_image,
|
|
49130
49131
|
alt: imageComponent.value.caption,
|
|
@@ -49134,8 +49135,8 @@ const _sfc_main$d = {
|
|
|
49134
49135
|
innerHTML: imageComponent.value.caption,
|
|
49135
49136
|
class: "mt-2 text-[13px]"
|
|
49136
49137
|
}, null, 8, _hoisted_7$c)
|
|
49137
|
-
]
|
|
49138
|
-
])) : (openBlock(), createElementBlock("div", _hoisted_8$b, [
|
|
49138
|
+
])) : createCommentVNode("", true)
|
|
49139
|
+
], 4)) : (openBlock(), createElementBlock("div", _hoisted_8$b, [
|
|
49139
49140
|
headerComponent.value ? (openBlock(), createElementBlock("div", {
|
|
49140
49141
|
key: 0,
|
|
49141
49142
|
class: normalizeClass(["w-full flex-col mb-6", { "text-center items-center flex": (_b = headerComponent.value) == null ? void 0 : _b.text_center }])
|
|
@@ -49145,24 +49146,24 @@ const _sfc_main$d = {
|
|
|
49145
49146
|
key: 0,
|
|
49146
49147
|
class: "text-[20px] font-normal mt-4 text-gray-600 leading-[30px] max-w-[800px]",
|
|
49147
49148
|
innerHTML: headerComponent.value.supporting_text
|
|
49148
|
-
}, null, 8, _hoisted_10$
|
|
49149
|
+
}, null, 8, _hoisted_10$8)) : createCommentVNode("", true)
|
|
49149
49150
|
], 2)) : createCommentVNode("", true),
|
|
49150
49151
|
createElementVNode("div", {
|
|
49151
|
-
class: normalizeClass(featureItemsComponent.value.hasOwnProperty("grid_columns") ? "" : "flex flex-row gap-8")
|
|
49152
|
+
class: normalizeClass(featureItemsComponent.value.hasOwnProperty("grid_columns") ? "" : "flex flex-col-reverse md:flex-row gap-8")
|
|
49152
49153
|
}, [
|
|
49153
49154
|
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"])
|
|
49155
|
+
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
49156
|
}, [
|
|
49156
49157
|
(openBlock(true), createElementBlock(Fragment, null, renderList(items.value, (item) => {
|
|
49157
49158
|
var _a2, _b2, _c2;
|
|
49158
49159
|
return openBlock(), createElementBlock("div", {
|
|
49159
49160
|
class: normalizeClass(["flex gap-3 w-full", {
|
|
49160
|
-
"bg-gray-50 p-8 rounded-
|
|
49161
|
+
"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
49162
|
"!p-0 rounded-tr-[0px] rounded-bl-[0px]": item == null ? void 0 : item.image
|
|
49162
49163
|
}])
|
|
49163
49164
|
}, [
|
|
49164
49165
|
item.title ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
49165
|
-
(item == null ? void 0 : item.icon) ? (openBlock(), createElementBlock("div", _hoisted_11$
|
|
49166
|
+
(item == null ? void 0 : item.icon) ? (openBlock(), createElementBlock("div", _hoisted_11$7, [
|
|
49166
49167
|
createVNode(_sfc_main$H, {
|
|
49167
49168
|
icon: item.icon,
|
|
49168
49169
|
"icon-classes": "w-5 h-5 text-brand-600"
|
|
@@ -49171,7 +49172,7 @@ const _sfc_main$d = {
|
|
|
49171
49172
|
createElementVNode("div", {
|
|
49172
49173
|
class: normalizeClass(["max-w-[324px] ql-editor", { "max-w-full": (_b2 = featureItemsComponent.value) == null ? void 0 : _b2.has_background }])
|
|
49173
49174
|
}, [
|
|
49174
|
-
createElementVNode("h3", _hoisted_12$
|
|
49175
|
+
createElementVNode("h3", _hoisted_12$5, toDisplayString(item.title), 1),
|
|
49175
49176
|
createElementVNode("p", {
|
|
49176
49177
|
class: "mt-2 text-md font-normal text-gray-600 leading-[24px]",
|
|
49177
49178
|
innerHTML: item.supporting_text ?? item.description
|
|
@@ -49191,7 +49192,7 @@ const _sfc_main$d = {
|
|
|
49191
49192
|
src: item.image,
|
|
49192
49193
|
alt: "Feature Image",
|
|
49193
49194
|
class: "w-full h-full object-cover"
|
|
49194
|
-
}, null, 8, _hoisted_15$
|
|
49195
|
+
}, null, 8, _hoisted_15$3))
|
|
49195
49196
|
], 2);
|
|
49196
49197
|
}), 256))
|
|
49197
49198
|
], 2),
|
|
@@ -49221,15 +49222,15 @@ const _hoisted_6$b = { key: 1 };
|
|
|
49221
49222
|
const _hoisted_7$b = { class: "mt-4" };
|
|
49222
49223
|
const _hoisted_8$a = { class: "flex flex-row" };
|
|
49223
49224
|
const _hoisted_9$a = { class: "w-1/5 mr-[40px] relative" };
|
|
49224
|
-
const _hoisted_10$
|
|
49225
|
-
const _hoisted_11$
|
|
49226
|
-
const _hoisted_12$
|
|
49225
|
+
const _hoisted_10$7 = { class: "text-[24px] font-semibold text-navy-800 pr-5" };
|
|
49226
|
+
const _hoisted_11$6 = { class: "w-4/5" };
|
|
49227
|
+
const _hoisted_12$4 = {
|
|
49227
49228
|
key: 0,
|
|
49228
49229
|
class: "text-[24px] mb-6 font-semibold text-navy-800"
|
|
49229
49230
|
};
|
|
49230
49231
|
const _hoisted_13$3 = { class: "text-xl font-semibold text-gray-900" };
|
|
49231
49232
|
const _hoisted_14$3 = { class: "all-unset ql-editor" };
|
|
49232
|
-
const _hoisted_15$
|
|
49233
|
+
const _hoisted_15$2 = ["innerHTML"];
|
|
49233
49234
|
const _sfc_main$c = {
|
|
49234
49235
|
__name: "Timeline",
|
|
49235
49236
|
props: {
|
|
@@ -49264,7 +49265,7 @@ const _sfc_main$c = {
|
|
|
49264
49265
|
(openBlock(true), createElementBlock(Fragment, null, renderList(timelineComponent.value.data, (data2, index) => {
|
|
49265
49266
|
return openBlock(), createElementBlock("div", _hoisted_8$a, [
|
|
49266
49267
|
createElementVNode("div", _hoisted_9$a, [
|
|
49267
|
-
createElementVNode("h1", _hoisted_10$
|
|
49268
|
+
createElementVNode("h1", _hoisted_10$7, toDisplayString(data2.title), 1),
|
|
49268
49269
|
_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
49270
|
createElementVNode("p", { class: "w-[16px] h-[16px] rounded-full bg-navy-600" })
|
|
49270
49271
|
], -1)),
|
|
@@ -49273,18 +49274,18 @@ const _sfc_main$c = {
|
|
|
49273
49274
|
style: { "background": "repeating-linear-gradient(to bottom, transparent, transparent 10px, #A9B8C6 8px, #A9B8C6 20px)", "width": "2px" }
|
|
49274
49275
|
}, null, -1))
|
|
49275
49276
|
]),
|
|
49276
|
-
createElementVNode("div", _hoisted_11$
|
|
49277
|
-
data2.group_title ? (openBlock(), createElementBlock("p", _hoisted_12$
|
|
49277
|
+
createElementVNode("div", _hoisted_11$6, [
|
|
49278
|
+
data2.group_title ? (openBlock(), createElementBlock("p", _hoisted_12$4, toDisplayString(data2.group_title), 1)) : createCommentVNode("", true),
|
|
49278
49279
|
(openBlock(true), createElementBlock(Fragment, null, renderList(data2.lines, (line, index2) => {
|
|
49279
49280
|
return openBlock(), createElementBlock("div", {
|
|
49280
49281
|
key: index2,
|
|
49281
|
-
class: "bg-pale-orange-100 p-6 mb-6 rounded-
|
|
49282
|
+
class: "bg-pale-orange-100 p-6 mb-6 rounded-lg md:rounded-2xl"
|
|
49282
49283
|
}, [
|
|
49283
49284
|
createElementVNode("h4", _hoisted_13$3, toDisplayString(line.title), 1),
|
|
49284
49285
|
createElementVNode("div", _hoisted_14$3, [
|
|
49285
49286
|
createElementVNode("p", {
|
|
49286
49287
|
innerHTML: line.description
|
|
49287
|
-
}, null, 8, _hoisted_15$
|
|
49288
|
+
}, null, 8, _hoisted_15$2)
|
|
49288
49289
|
])
|
|
49289
49290
|
]);
|
|
49290
49291
|
}), 128))
|
|
@@ -49340,7 +49341,7 @@ const _sfc_main$b = {
|
|
|
49340
49341
|
return (_ctx, _cache) => {
|
|
49341
49342
|
var _a, _b, _c, _d, _e, _f;
|
|
49342
49343
|
return openBlock(), createElementBlock("div", {
|
|
49343
|
-
class: normalizeClass(["overflow-hidden", { "bg-aqua-100 mb-6": !((_a = section.value) == null ? void 0 : _a.no_background) }])
|
|
49344
|
+
class: normalizeClass(["link-card overflow-hidden", { "bg-aqua-100 mb-6": !((_a = section.value) == null ? void 0 : _a.no_background) }])
|
|
49344
49345
|
}, [
|
|
49345
49346
|
createElementVNode("div", _hoisted_1$o, [
|
|
49346
49347
|
headerComponent.value ? (openBlock(), createElementBlock("div", _hoisted_2$a, [
|
|
@@ -49353,7 +49354,7 @@ const _sfc_main$b = {
|
|
|
49353
49354
|
])) : createCommentVNode("", true),
|
|
49354
49355
|
cardComponent.value ? (openBlock(), createElementBlock("div", {
|
|
49355
49356
|
key: 1,
|
|
49356
|
-
class: normalizeClass(["flex w-full", { "gap-8": (_c = headerComponent.value) == null ? void 0 : _c.featured_image }])
|
|
49357
|
+
class: normalizeClass(["flex flex-col md:flex-row w-full", { "gap-8": (_c = headerComponent.value) == null ? void 0 : _c.featured_image }])
|
|
49357
49358
|
}, [
|
|
49358
49359
|
((_d = headerComponent.value) == null ? void 0 : _d.featured_image) ? (openBlock(), createElementBlock("div", {
|
|
49359
49360
|
key: 0,
|
|
@@ -49368,14 +49369,14 @@ const _sfc_main$b = {
|
|
|
49368
49369
|
}, null, 8, _hoisted_5$a)
|
|
49369
49370
|
], 512)) : createCommentVNode("", true),
|
|
49370
49371
|
createElementVNode("div", {
|
|
49371
|
-
class: normalizeClass(["
|
|
49372
|
+
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
49373
|
ref_key: "rightColumn",
|
|
49373
49374
|
ref: rightColumn
|
|
49374
49375
|
}, [
|
|
49375
49376
|
(openBlock(true), createElementBlock(Fragment, null, renderList(cardComponent.value.data, (data2, index) => {
|
|
49376
49377
|
var _a2;
|
|
49377
49378
|
return openBlock(), createElementBlock("div", {
|
|
49378
|
-
class: normalizeClass(["relative bg-white p-8 rounded-
|
|
49379
|
+
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
49380
|
}, [
|
|
49380
49381
|
data2.icon ? (openBlock(), createElementBlock("div", _hoisted_6$a, [
|
|
49381
49382
|
(openBlock(), createBlock(_sfc_main$H, {
|
|
@@ -49408,6 +49409,7 @@ const _sfc_main$b = {
|
|
|
49408
49409
|
};
|
|
49409
49410
|
}
|
|
49410
49411
|
};
|
|
49412
|
+
const LinkCard = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-c340ea5c"]]);
|
|
49411
49413
|
const _hoisted_1$n = {
|
|
49412
49414
|
xmlns: "http://www.w3.org/2000/svg",
|
|
49413
49415
|
fill: "none",
|
|
@@ -49426,7 +49428,7 @@ function render$c(_ctx, _cache) {
|
|
|
49426
49428
|
}
|
|
49427
49429
|
const LinkExternal = { render: render$c };
|
|
49428
49430
|
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%]" };
|
|
49431
|
+
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
49432
|
const _hoisted_3$9 = {
|
|
49431
49433
|
key: 0,
|
|
49432
49434
|
class: "rounded-xl px-[40px] text-center mb-6 max-w-[1280px] mx-auto"
|
|
@@ -49440,8 +49442,8 @@ const _hoisted_7$9 = {
|
|
|
49440
49442
|
};
|
|
49441
49443
|
const _hoisted_8$8 = { class: "relative bg-white hover:bg-gray-100 p-2 rounded-lg w-full" };
|
|
49442
49444
|
const _hoisted_9$8 = ["href", "target"];
|
|
49443
|
-
const _hoisted_10$
|
|
49444
|
-
const _hoisted_11$
|
|
49445
|
+
const _hoisted_10$6 = { class: "flex gap-4 items-center max-w-[94%] w-full" };
|
|
49446
|
+
const _hoisted_11$5 = { class: "w-full" };
|
|
49445
49447
|
const _sfc_main$a = {
|
|
49446
49448
|
__name: "LinkList",
|
|
49447
49449
|
props: {
|
|
@@ -49464,7 +49466,7 @@ const _sfc_main$a = {
|
|
|
49464
49466
|
createElementVNode("div", _hoisted_2$9, [
|
|
49465
49467
|
(openBlock(true), createElementBlock(Fragment, null, renderList(headerComponents.value, (header, index) => {
|
|
49466
49468
|
return openBlock(), createElementBlock("div", {
|
|
49467
|
-
class: normalizeClass(["gap-4", { "w-1/2": section.value.two_columns }])
|
|
49469
|
+
class: normalizeClass(["gap-4", { "lg:w-1/2": section.value.two_columns }])
|
|
49468
49470
|
}, [
|
|
49469
49471
|
header ? (openBlock(), createElementBlock("div", _hoisted_3$9, [
|
|
49470
49472
|
createElementVNode("h3", _hoisted_4$9, toDisplayString(header.title), 1),
|
|
@@ -49477,12 +49479,12 @@ const _sfc_main$a = {
|
|
|
49477
49479
|
(header == null ? void 0 : header.featured_image) ? (openBlock(), createElementBlock("img", {
|
|
49478
49480
|
key: 1,
|
|
49479
49481
|
src: header == null ? void 0 : header.featured_image,
|
|
49480
|
-
class: "rounded-
|
|
49482
|
+
class: "rounded-xl md:rounded-3xl w-full h-[300px] lg:h-[480px] object-cover mb-6",
|
|
49481
49483
|
alt: "Feature"
|
|
49482
49484
|
}, null, 8, _hoisted_6$9)) : createCommentVNode("", true),
|
|
49483
49485
|
linkComponents.value[index] ? (openBlock(), createElementBlock("div", _hoisted_7$9, [
|
|
49484
49486
|
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 })
|
|
49487
|
+
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
49488
|
}, [
|
|
49487
49489
|
(openBlock(true), createElementBlock(Fragment, null, renderList(linkComponents.value[index].data, (link, index2) => {
|
|
49488
49490
|
return openBlock(), createElementBlock("div", _hoisted_8$8, [
|
|
@@ -49492,9 +49494,9 @@ const _sfc_main$a = {
|
|
|
49492
49494
|
href: unref(formatUrl)(link.url),
|
|
49493
49495
|
target: link.open_in_new_tab ? "_blank" : ""
|
|
49494
49496
|
}, [
|
|
49495
|
-
createElementVNode("div", _hoisted_10$
|
|
49497
|
+
createElementVNode("div", _hoisted_10$6, [
|
|
49496
49498
|
createVNode(unref(LinkExternal), { class: "w-5 h-5" }),
|
|
49497
|
-
createElementVNode("span", _hoisted_11$
|
|
49499
|
+
createElementVNode("span", _hoisted_11$5, toDisplayString(link.title), 1)
|
|
49498
49500
|
]),
|
|
49499
49501
|
createVNode(unref(ArrowUpRight), { class: "w-5 h-5" })
|
|
49500
49502
|
], 8, _hoisted_9$8)) : createCommentVNode("", true)
|
|
@@ -49534,11 +49536,10 @@ const _hoisted_3$8 = {
|
|
|
49534
49536
|
};
|
|
49535
49537
|
const _hoisted_4$8 = { class: "text-[36px] text-gray-900 font-semibold" };
|
|
49536
49538
|
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%]" };
|
|
49539
|
+
const _hoisted_6$8 = ["textContent"];
|
|
49540
|
+
const _hoisted_7$8 = { class: "flex" };
|
|
49541
|
+
const _hoisted_8$7 = { class: "bg-gray-100 rounded-full w-[28px] h-[28px] flex items-center justify-center text-gray-500 mr-2" };
|
|
49542
|
+
const _hoisted_9$7 = { class: "text-lg text-gray-600 w-[97%]" };
|
|
49542
49543
|
const _sfc_main$9 = {
|
|
49543
49544
|
__name: "BulletPoints",
|
|
49544
49545
|
props: {
|
|
@@ -49570,19 +49571,19 @@ const _sfc_main$9 = {
|
|
|
49570
49571
|
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
49572
|
}, [
|
|
49572
49573
|
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 }])
|
|
49574
|
+
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
49575
|
}, [
|
|
49575
49576
|
((_e = headerComponent.value) == null ? void 0 : _e.featured_image) ? (openBlock(), createElementBlock("img", {
|
|
49576
49577
|
key: 0,
|
|
49577
49578
|
src: (_f = headerComponent.value) == null ? void 0 : _f.featured_image,
|
|
49578
|
-
class: "max-w-[480px] w-full object-cover rounded-
|
|
49579
|
+
class: "max-w-[480px] w-full object-cover rounded-xl md:rounded-3xl",
|
|
49579
49580
|
ref_key: "leftColumn",
|
|
49580
49581
|
ref: leftColumn,
|
|
49581
49582
|
alt: "Feature"
|
|
49582
49583
|
}, null, 8, _hoisted_2$8)) : createCommentVNode("", true),
|
|
49583
49584
|
headerComponent.value ? (openBlock(), createElementBlock("div", {
|
|
49584
49585
|
key: 1,
|
|
49585
|
-
class: normalizeClass(["h-fit", { "py-[48px]": (_g = headerComponent.value) == null ? void 0 : _g.featured_image, "grid grid-cols-2
|
|
49586
|
+
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
49587
|
ref_key: "rightColumn",
|
|
49587
49588
|
ref: rightColumn
|
|
49588
49589
|
}, [
|
|
@@ -49602,21 +49603,21 @@ const _sfc_main$9 = {
|
|
|
49602
49603
|
]),
|
|
49603
49604
|
(openBlock(true), createElementBlock(Fragment, null, renderList(bulletPointsComponents.value, (bullet) => {
|
|
49604
49605
|
var _a2, _b2;
|
|
49605
|
-
return openBlock(), createElementBlock("div",
|
|
49606
|
+
return openBlock(), createElementBlock("div", null, [
|
|
49606
49607
|
(bullet == null ? void 0 : bullet.title) ? (openBlock(), createElementBlock("p", {
|
|
49607
49608
|
key: 0,
|
|
49608
49609
|
textContent: toDisplayString(bullet.title),
|
|
49609
49610
|
class: "font-semibold text-[20px] mb-4"
|
|
49610
|
-
}, null, 8,
|
|
49611
|
+
}, null, 8, _hoisted_6$8)) : createCommentVNode("", true),
|
|
49611
49612
|
createElementVNode("div", {
|
|
49612
|
-
class: normalizeClass(["flex flex-col gap-4", { "
|
|
49613
|
+
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
49614
|
}, [
|
|
49614
49615
|
(openBlock(true), createElementBlock(Fragment, null, renderList(bullet.data, (item) => {
|
|
49615
|
-
return openBlock(), createElementBlock("div",
|
|
49616
|
-
createElementVNode("div",
|
|
49616
|
+
return openBlock(), createElementBlock("div", _hoisted_7$8, [
|
|
49617
|
+
createElementVNode("div", _hoisted_8$7, [
|
|
49617
49618
|
createVNode(unref(Check), { class: "w-4 h-4" })
|
|
49618
49619
|
]),
|
|
49619
|
-
createElementVNode("p",
|
|
49620
|
+
createElementVNode("p", _hoisted_9$7, toDisplayString(item.title), 1)
|
|
49620
49621
|
]);
|
|
49621
49622
|
}), 256))
|
|
49622
49623
|
], 2)
|
|
@@ -49632,7 +49633,7 @@ const _sfc_main$9 = {
|
|
|
49632
49633
|
const _hoisted_1$j = { class: "overflow-hidden" };
|
|
49633
49634
|
const _hoisted_2$7 = {
|
|
49634
49635
|
key: 0,
|
|
49635
|
-
class: "max-w-[33.3%] w-full min-h-[320px]"
|
|
49636
|
+
class: "lg:max-w-[33.3%] w-full sm:min-h-[320px]"
|
|
49636
49637
|
};
|
|
49637
49638
|
const _hoisted_3$7 = ["src", "alt"];
|
|
49638
49639
|
const _hoisted_4$7 = ["src"];
|
|
@@ -49662,25 +49663,25 @@ const _sfc_main$8 = {
|
|
|
49662
49663
|
var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p, _q, _r, _s, _t, _u, _v;
|
|
49663
49664
|
return openBlock(), createElementBlock("div", _hoisted_1$j, [
|
|
49664
49665
|
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 }])
|
|
49666
|
+
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
49667
|
}, [
|
|
49667
49668
|
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
49669
|
imageComponent.value && ((_e = section.value) == null ? void 0 : _e.acknowledgement_style) ? (openBlock(), createElementBlock("img", {
|
|
49669
49670
|
key: 0,
|
|
49670
49671
|
src: imageComponent.value.featured_image,
|
|
49671
49672
|
alt: ((_f = imageComponent.value) == null ? void 0 : _f.caption) ?? "Image",
|
|
49672
|
-
class: "w-[560px] object-cover rounded-
|
|
49673
|
+
class: "w-[560px] object-cover rounded-xl md:rounded-3xl h-full mx-auto"
|
|
49673
49674
|
}, null, 8, _hoisted_3$7)) : createCommentVNode("", true),
|
|
49674
49675
|
((_g = headerComponent.value) == null ? void 0 : _g.featured_image) && !((_h = section.value) == null ? void 0 : _h.acknowledgement_style) ? (openBlock(), createElementBlock("img", {
|
|
49675
49676
|
key: 1,
|
|
49676
49677
|
src: (_i = headerComponent.value) == null ? void 0 : _i.featured_image,
|
|
49677
|
-
class: "w-[560px] object-cover rounded-
|
|
49678
|
+
class: "w-[560px] object-cover rounded-xl md:rounded-3xl h-full mx-auto",
|
|
49678
49679
|
alt: "Feature"
|
|
49679
49680
|
}, null, 8, _hoisted_4$7)) : createCommentVNode("", true)
|
|
49680
49681
|
])) : createCommentVNode("", true),
|
|
49681
49682
|
headerComponent.value ? (openBlock(), createElementBlock("div", {
|
|
49682
49683
|
key: 1,
|
|
49683
|
-
class: normalizeClass(["rounded-
|
|
49684
|
+
class: normalizeClass(["rounded-xl md:rounded-3xl flex items-center justify-center flex-col", {
|
|
49684
49685
|
"bg-pale-100 min-h-[320px] w-full": !((_j = headerComponent.value) == null ? void 0 : _j.featured_image),
|
|
49685
49686
|
"border border-brand-400 w-full py-8": (_k = headerComponent.value) == null ? void 0 : _k.featured_image,
|
|
49686
49687
|
"w-full ": !((_l = section.value) == null ? void 0 : _l.acknowledgement_style),
|
|
@@ -49768,7 +49769,7 @@ const _hoisted_1$f = { class: "overflow-hidden" };
|
|
|
49768
49769
|
const _hoisted_2$6 = { class: "max-w-[1640px] md:px-[120px] mx-auto w-full my-[40px] flex justify-center" };
|
|
49769
49770
|
const _hoisted_3$6 = {
|
|
49770
49771
|
key: 0,
|
|
49771
|
-
class: "bg-gray-100 rounded-
|
|
49772
|
+
class: "bg-gray-100 rounded-lg md:rounded-2xl flex justify-center w-full"
|
|
49772
49773
|
};
|
|
49773
49774
|
const _hoisted_4$6 = { class: "flex items-center justify-center flex-col py-[40px] max-w-[820px]" };
|
|
49774
49775
|
const _hoisted_5$6 = { class: "flex justify-between relative w-[150px]" };
|
|
@@ -49777,8 +49778,8 @@ const _hoisted_7$6 = { class: "w-[56px] h-[56px] border-[2px] border-white bg-gr
|
|
|
49777
49778
|
const _hoisted_8$5 = { class: "w-[56px] h-[56px] border-[2px] border-white bg-gray-200 rounded-full flex justify-center items-center" };
|
|
49778
49779
|
const _hoisted_9$5 = { class: "text-[24px] text-gray-900 font-semibold mt-4" };
|
|
49779
49780
|
const _hoisted_10$5 = ["innerHTML"];
|
|
49780
|
-
const _hoisted_11$
|
|
49781
|
-
const _hoisted_12$
|
|
49781
|
+
const _hoisted_11$4 = { class: "flex gap-2" };
|
|
49782
|
+
const _hoisted_12$3 = ["href"];
|
|
49782
49783
|
const _sfc_main$7 = {
|
|
49783
49784
|
__name: "ContactUs",
|
|
49784
49785
|
props: {
|
|
@@ -49819,7 +49820,7 @@ const _sfc_main$7 = {
|
|
|
49819
49820
|
class: "text-[18px] font-normal mt-2 text-gray-600 leading-[30px] text-center",
|
|
49820
49821
|
innerHTML: headerComponent.value.supporting_text
|
|
49821
49822
|
}, null, 8, _hoisted_10$5)) : createCommentVNode("", true),
|
|
49822
|
-
createElementVNode("div", _hoisted_11$
|
|
49823
|
+
createElementVNode("div", _hoisted_11$4, [
|
|
49823
49824
|
(openBlock(true), createElementBlock(Fragment, null, renderList(contactUs.value.data, (item) => {
|
|
49824
49825
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
49825
49826
|
(item == null ? void 0 : item.show) ? (openBlock(), createElementBlock("a", {
|
|
@@ -49829,7 +49830,7 @@ const _sfc_main$7 = {
|
|
|
49829
49830
|
}, [
|
|
49830
49831
|
createTextVNode(toDisplayString(item.label) + " ", 1),
|
|
49831
49832
|
createVNode(unref(ArrowUpRight), { class: "w-5 h-5" })
|
|
49832
|
-
], 10, _hoisted_12$
|
|
49833
|
+
], 10, _hoisted_12$3)) : createCommentVNode("", true)
|
|
49833
49834
|
], 64);
|
|
49834
49835
|
}), 256))
|
|
49835
49836
|
])
|
|
@@ -49875,23 +49876,21 @@ function render$6(_ctx, _cache) {
|
|
|
49875
49876
|
}
|
|
49876
49877
|
const Minus = { render: render$6 };
|
|
49877
49878
|
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 = {
|
|
49879
|
+
const _hoisted_2$5 = {
|
|
49881
49880
|
key: 0,
|
|
49882
49881
|
class: "px-[40px] text-center mb-6 mx-auto"
|
|
49883
49882
|
};
|
|
49884
|
-
const
|
|
49885
|
-
const
|
|
49886
|
-
const
|
|
49883
|
+
const _hoisted_3$5 = { class: "text-[36px] text-gray-900 font-semibold" };
|
|
49884
|
+
const _hoisted_4$5 = ["innerHTML"];
|
|
49885
|
+
const _hoisted_5$5 = {
|
|
49887
49886
|
key: 1,
|
|
49888
49887
|
class: "flex flex-col divide-y gap-8"
|
|
49889
49888
|
};
|
|
49890
|
-
const
|
|
49891
|
-
const
|
|
49892
|
-
const
|
|
49893
|
-
const
|
|
49894
|
-
const
|
|
49889
|
+
const _hoisted_6$5 = { class: "relative bg-white w-full pt-6" };
|
|
49890
|
+
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" };
|
|
49891
|
+
const _hoisted_8$4 = ["onClick"];
|
|
49892
|
+
const _hoisted_9$4 = { class: "min-w-[24px]" };
|
|
49893
|
+
const _hoisted_10$4 = ["innerHTML"];
|
|
49895
49894
|
const _sfc_main$6 = {
|
|
49896
49895
|
__name: "FAQ",
|
|
49897
49896
|
props: {
|
|
@@ -49917,27 +49916,33 @@ const _sfc_main$6 = {
|
|
|
49917
49916
|
show.value[index] = !show.value[index];
|
|
49918
49917
|
};
|
|
49919
49918
|
return (_ctx, _cache) => {
|
|
49919
|
+
var _a;
|
|
49920
49920
|
return openBlock(), createElementBlock("div", _hoisted_1$c, [
|
|
49921
|
-
createElementVNode("div",
|
|
49921
|
+
createElementVNode("div", {
|
|
49922
|
+
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 }])
|
|
49923
|
+
}, [
|
|
49922
49924
|
(openBlock(true), createElementBlock(Fragment, null, renderList(headerComponents.value, (header, index) => {
|
|
49923
|
-
|
|
49924
|
-
|
|
49925
|
-
|
|
49925
|
+
var _a2;
|
|
49926
|
+
return openBlock(), createElementBlock("div", {
|
|
49927
|
+
class: normalizeClass(["gap-4 max-w-[800px] w-full", { "!max-w-full": (_a2 = section.value) == null ? void 0 : _a2.align_left }])
|
|
49928
|
+
}, [
|
|
49929
|
+
header ? (openBlock(), createElementBlock("div", _hoisted_2$5, [
|
|
49930
|
+
createElementVNode("h3", _hoisted_3$5, toDisplayString(header.title), 1),
|
|
49926
49931
|
(header == null ? void 0 : header.supporting_text) ? (openBlock(), createElementBlock("p", {
|
|
49927
49932
|
key: 0,
|
|
49928
49933
|
class: "text-[20px] font-normal mt-2 text-gray-600 leading-[30px] max-w-[768px] mx-auto",
|
|
49929
49934
|
innerHTML: header.supporting_text
|
|
49930
|
-
}, null, 8,
|
|
49935
|
+
}, null, 8, _hoisted_4$5)) : createCommentVNode("", true)
|
|
49931
49936
|
])) : createCommentVNode("", true),
|
|
49932
|
-
featureComponents.value[index] ? (openBlock(), createElementBlock("div",
|
|
49937
|
+
featureComponents.value[index] ? (openBlock(), createElementBlock("div", _hoisted_5$5, [
|
|
49933
49938
|
(openBlock(true), createElementBlock(Fragment, null, renderList(featureComponents.value[index].data, (link, index2) => {
|
|
49934
|
-
return openBlock(), createElementBlock("div",
|
|
49935
|
-
createElementVNode("a",
|
|
49939
|
+
return openBlock(), createElementBlock("div", _hoisted_6$5, [
|
|
49940
|
+
createElementVNode("a", _hoisted_7$5, [
|
|
49936
49941
|
createElementVNode("span", {
|
|
49937
49942
|
class: "hover:underline",
|
|
49938
49943
|
onClick: ($event) => toggle(index2)
|
|
49939
|
-
}, toDisplayString(link.title), 9,
|
|
49940
|
-
createElementVNode("span",
|
|
49944
|
+
}, toDisplayString(link.title), 9, _hoisted_8$4),
|
|
49945
|
+
createElementVNode("span", _hoisted_9$4, [
|
|
49941
49946
|
!show.value[index2] ? (openBlock(), createBlock(unref(Plus), {
|
|
49942
49947
|
key: 0,
|
|
49943
49948
|
class: "w-6 h-6 cursor-pointer text-gray-400 hover:text-gray-700",
|
|
@@ -49953,32 +49958,31 @@ const _sfc_main$6 = {
|
|
|
49953
49958
|
key: 0,
|
|
49954
49959
|
class: "mt-2 text-gray-600 leading-[24px] all-unset ql-editor",
|
|
49955
49960
|
innerHTML: link.supporting_text
|
|
49956
|
-
}, null, 8,
|
|
49961
|
+
}, null, 8, _hoisted_10$4)) : createCommentVNode("", true)
|
|
49957
49962
|
]);
|
|
49958
49963
|
}), 256))
|
|
49959
49964
|
])) : createCommentVNode("", true)
|
|
49960
|
-
]);
|
|
49965
|
+
], 2);
|
|
49961
49966
|
}), 256))
|
|
49962
|
-
])
|
|
49967
|
+
], 2)
|
|
49963
49968
|
]);
|
|
49964
49969
|
};
|
|
49965
49970
|
}
|
|
49966
49971
|
};
|
|
49967
49972
|
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"];
|
|
49973
|
+
const _hoisted_2$4 = { class: "bg-pale-100 w-full rounded-[20px] p-8 gap-6 grid lg:grid-cols-2" };
|
|
49974
|
+
const _hoisted_3$4 = ["textContent"];
|
|
49975
|
+
const _hoisted_4$4 = { class: "flex flex-col divide-y divide-gray-200 px-6 bg-white rounded-lg md:rounded-2xl overflow-hidden" };
|
|
49976
|
+
const _hoisted_5$4 = { class: "relative w-full py-6" };
|
|
49977
|
+
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" };
|
|
49978
|
+
const _hoisted_7$4 = ["onClick"];
|
|
49979
|
+
const _hoisted_8$3 = { class: "min-w-[24px]" };
|
|
49980
|
+
const _hoisted_9$3 = ["innerHTML"];
|
|
49981
|
+
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" };
|
|
49982
|
+
const _hoisted_11$3 = { key: 0 };
|
|
49983
|
+
const _hoisted_12$2 = ["textContent"];
|
|
49984
|
+
const _hoisted_13$2 = ["innerHTML"];
|
|
49985
|
+
const _hoisted_14$2 = ["href"];
|
|
49982
49986
|
const _sfc_main$5 = {
|
|
49983
49987
|
__name: "AccordionPricing",
|
|
49984
49988
|
props: {
|
|
@@ -50007,20 +50011,20 @@ const _sfc_main$5 = {
|
|
|
50007
50011
|
var _a;
|
|
50008
50012
|
return openBlock(), createElementBlock("div", _hoisted_1$b, [
|
|
50009
50013
|
createElementVNode("div", _hoisted_2$4, [
|
|
50010
|
-
createElementVNode("div",
|
|
50014
|
+
createElementVNode("div", null, [
|
|
50011
50015
|
createElementVNode("p", {
|
|
50012
50016
|
class: "text-[36px] font-semibold text-gray-900 mb-[48px]",
|
|
50013
50017
|
textContent: toDisplayString(pricingComponent.value.title)
|
|
50014
|
-
}, null, 8,
|
|
50015
|
-
createElementVNode("div",
|
|
50018
|
+
}, null, 8, _hoisted_3$4),
|
|
50019
|
+
createElementVNode("div", _hoisted_4$4, [
|
|
50016
50020
|
(openBlock(true), createElementBlock(Fragment, null, renderList(pricingComponent.value.data, (price, index) => {
|
|
50017
|
-
return openBlock(), createElementBlock("div",
|
|
50018
|
-
createElementVNode("a",
|
|
50021
|
+
return openBlock(), createElementBlock("div", _hoisted_5$4, [
|
|
50022
|
+
createElementVNode("a", _hoisted_6$4, [
|
|
50019
50023
|
createElementVNode("span", {
|
|
50020
50024
|
class: "hover:underline text-lg leading-[28px] text-gray-900",
|
|
50021
50025
|
onClick: ($event) => toggle(index)
|
|
50022
|
-
}, toDisplayString(price.title), 9,
|
|
50023
|
-
createElementVNode("span",
|
|
50026
|
+
}, toDisplayString(price.title), 9, _hoisted_7$4),
|
|
50027
|
+
createElementVNode("span", _hoisted_8$3, [
|
|
50024
50028
|
!show.value[index] ? (openBlock(), createBlock(unref(Plus), {
|
|
50025
50029
|
key: 0,
|
|
50026
50030
|
class: "w-6 h-6 cursor-pointer text-gray-400 hover:text-gray-700",
|
|
@@ -50036,21 +50040,21 @@ const _sfc_main$5 = {
|
|
|
50036
50040
|
key: 0,
|
|
50037
50041
|
class: "mt-2 text-gray-600 leading-[24px] all-unset ql-editor",
|
|
50038
50042
|
innerHTML: price == null ? void 0 : price.supporting_text
|
|
50039
|
-
}, null, 8,
|
|
50043
|
+
}, null, 8, _hoisted_9$3)) : createCommentVNode("", true)
|
|
50040
50044
|
]);
|
|
50041
50045
|
}), 256))
|
|
50042
50046
|
])
|
|
50043
50047
|
]),
|
|
50044
|
-
createElementVNode("div",
|
|
50045
|
-
paragraphComponent.value ? (openBlock(), createElementBlock("div",
|
|
50048
|
+
createElementVNode("div", _hoisted_10$3, [
|
|
50049
|
+
paragraphComponent.value ? (openBlock(), createElementBlock("div", _hoisted_11$3, [
|
|
50046
50050
|
createElementVNode("p", {
|
|
50047
50051
|
class: "text-[32px] font-semibold text-gray-900",
|
|
50048
50052
|
textContent: toDisplayString(paragraphComponent.value.title)
|
|
50049
|
-
}, null, 8,
|
|
50053
|
+
}, null, 8, _hoisted_12$2),
|
|
50050
50054
|
createElementVNode("p", {
|
|
50051
50055
|
class: "text-[18px]text-gray-600 mt-2",
|
|
50052
50056
|
innerHTML: paragraphComponent.value.paragraph
|
|
50053
|
-
}, null, 8,
|
|
50057
|
+
}, null, 8, _hoisted_13$2)
|
|
50054
50058
|
])) : createCommentVNode("", true),
|
|
50055
50059
|
((_a = paragraphComponent.value) == null ? void 0 : _a.hasOwnProperty("button")) && paragraphComponent.value.button.show ? (openBlock(), createElementBlock("a", {
|
|
50056
50060
|
key: 1,
|
|
@@ -50059,7 +50063,7 @@ const _sfc_main$5 = {
|
|
|
50059
50063
|
}, [
|
|
50060
50064
|
createTextVNode(toDisplayString(paragraphComponent.value.button.title) + " ", 1),
|
|
50061
50065
|
createVNode(unref(ArrowUpRight), { class: "w-5 h-5" })
|
|
50062
|
-
], 8,
|
|
50066
|
+
], 8, _hoisted_14$2)) : createCommentVNode("", true)
|
|
50063
50067
|
])
|
|
50064
50068
|
])
|
|
50065
50069
|
]);
|
|
@@ -50116,13 +50120,13 @@ function render$3(_ctx, _cache) {
|
|
|
50116
50120
|
}
|
|
50117
50121
|
const StarIcon = { render: render$3 };
|
|
50118
50122
|
const _hoisted_1$7 = { class: "px-6 mt-4 mb-36" };
|
|
50119
|
-
const _hoisted_2$3 = { class: "bg-navy-800 p-10 rounded-[48px]" };
|
|
50123
|
+
const _hoisted_2$3 = { class: "bg-navy-800 p-10 rounded-3xl md:rounded-[48px]" };
|
|
50120
50124
|
const _hoisted_3$3 = { class: "max-w-[51.25rem] text-center mx-auto" };
|
|
50121
50125
|
const _hoisted_4$3 = { class: "mb-10" };
|
|
50122
50126
|
const _hoisted_5$3 = ["textContent"];
|
|
50123
50127
|
const _hoisted_6$3 = ["textContent"];
|
|
50124
50128
|
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" };
|
|
50129
|
+
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
50130
|
const _hoisted_9$2 = ["onClick"];
|
|
50127
50131
|
const _hoisted_10$2 = {
|
|
50128
50132
|
key: 0,
|
|
@@ -50209,7 +50213,7 @@ const _sfc_main$4 = {
|
|
|
50209
50213
|
return openBlock(), createElementBlock("button", {
|
|
50210
50214
|
key: membership.id,
|
|
50211
50215
|
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 }])
|
|
50216
|
+
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
50217
|
}, toDisplayString(membership.name), 11, _hoisted_9$2);
|
|
50214
50218
|
}), 128))
|
|
50215
50219
|
])
|
|
@@ -50226,7 +50230,7 @@ const _sfc_main$4 = {
|
|
|
50226
50230
|
return [
|
|
50227
50231
|
activeMembership.value ? (openBlock(), createElementBlock("div", {
|
|
50228
50232
|
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]"
|
|
50233
|
+
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
50234
|
}, [
|
|
50231
50235
|
createElementVNode("div", _hoisted_11$2, [
|
|
50232
50236
|
createElementVNode("div", _hoisted_12$1, [
|
|
@@ -50294,7 +50298,7 @@ const _sfc_main$4 = {
|
|
|
50294
50298
|
};
|
|
50295
50299
|
}
|
|
50296
50300
|
};
|
|
50297
|
-
const HorizontalTabs = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-
|
|
50301
|
+
const HorizontalTabs = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-9e6ed7b6"]]);
|
|
50298
50302
|
const _hoisted_1$6 = {
|
|
50299
50303
|
xmlns: "http://www.w3.org/2000/svg",
|
|
50300
50304
|
fill: "none",
|
|
@@ -50343,12 +50347,12 @@ function render(_ctx, _cache) {
|
|
|
50343
50347
|
}
|
|
50344
50348
|
const Star = { render };
|
|
50345
50349
|
const _hoisted_1$3 = { class: "relative overflow-hidden bg-gray-50" };
|
|
50346
|
-
const _hoisted_2$2 = { class: "flex
|
|
50350
|
+
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
50351
|
const _hoisted_3$2 = { class: "flex-1 flex flex-col justify-center gap-8" };
|
|
50348
50352
|
const _hoisted_4$2 = { class: "flex items-center gap-1" };
|
|
50349
50353
|
const _hoisted_5$2 = ["innerHTML"];
|
|
50350
50354
|
const _hoisted_6$2 = { class: "text-gray-600" };
|
|
50351
|
-
const _hoisted_7$2 = { class: "h-[480px] w-[560px]" };
|
|
50355
|
+
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
50356
|
const _hoisted_8$1 = ["src"];
|
|
50353
50357
|
const _hoisted_9$1 = {
|
|
50354
50358
|
key: 1,
|
|
@@ -50357,7 +50361,7 @@ const _hoisted_9$1 = {
|
|
|
50357
50361
|
alt: "No Image Available"
|
|
50358
50362
|
};
|
|
50359
50363
|
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]
|
|
50364
|
+
const _hoisted_11$1 = { class: "absolute bottom-[40px] right-0 md:right-[120px] xl:left-[120px] gap-4 flex" };
|
|
50361
50365
|
const _sfc_main$3 = {
|
|
50362
50366
|
__name: "TestimonialSlider",
|
|
50363
50367
|
props: {
|
|
@@ -50401,7 +50405,7 @@ const _sfc_main$3 = {
|
|
|
50401
50405
|
}), 64))
|
|
50402
50406
|
]),
|
|
50403
50407
|
createElementVNode("h3", {
|
|
50404
|
-
class: "font-medium text-3xl leading-[38px]",
|
|
50408
|
+
class: "font-medium text-2xl md:text-3xl md:leading-[38px]",
|
|
50405
50409
|
innerHTML: feature.description
|
|
50406
50410
|
}, null, 8, _hoisted_5$2),
|
|
50407
50411
|
createElementVNode("p", _hoisted_6$2, toDisplayString(feature.title), 1)
|
|
@@ -50462,7 +50466,7 @@ const _sfc_main$2 = {
|
|
|
50462
50466
|
collection_grid: markRaw(_sfc_main$g),
|
|
50463
50467
|
two_column_image_content: markRaw(_sfc_main$d),
|
|
50464
50468
|
timeline: markRaw(_sfc_main$c),
|
|
50465
|
-
link_card: markRaw(
|
|
50469
|
+
link_card: markRaw(LinkCard),
|
|
50466
50470
|
link_list: markRaw(_sfc_main$a),
|
|
50467
50471
|
bullet_points: markRaw(_sfc_main$9),
|
|
50468
50472
|
callout: markRaw(_sfc_main$8),
|