@dcodegroup-au/page-builder 0.6.9 → 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 +255 -244
- package/dist/page-builder.umd.js +255 -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 +5 -0
- package/src/components/common/LinkedTo.vue +1 -1
- 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
|
]),
|
|
@@ -33924,7 +33924,7 @@ const _hoisted_6$o = { class: "text-sm font-medium text-gray-900" };
|
|
|
33924
33924
|
const _hoisted_7$n = { key: 0 };
|
|
33925
33925
|
const _hoisted_8$l = { key: 1 };
|
|
33926
33926
|
const _hoisted_9$l = { key: 2 };
|
|
33927
|
-
const _hoisted_10$
|
|
33927
|
+
const _hoisted_10$g = { class: "flex max-h-[196px] flex-wrap gap-1.5 overflow-y-auto" };
|
|
33928
33928
|
const __default__ = {
|
|
33929
33929
|
directives: {
|
|
33930
33930
|
clickOutside: useClickOutside
|
|
@@ -34004,7 +34004,7 @@ const _sfc_main$G = /* @__PURE__ */ Object.assign(__default__, {
|
|
|
34004
34004
|
createElementVNode("p", _hoisted_6$o, [
|
|
34005
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)
|
|
34006
34006
|
]),
|
|
34007
|
-
createElementVNode("div", _hoisted_10$
|
|
34007
|
+
createElementVNode("div", _hoisted_10$g, [
|
|
34008
34008
|
(openBlock(true), createElementBlock(Fragment, null, renderList(icons2.value, (icon) => {
|
|
34009
34009
|
return openBlock(), createBlock(_sfc_main$H, {
|
|
34010
34010
|
class: "cursor-pointer rounded p-1 hover:bg-gray-100",
|
|
@@ -45222,25 +45222,29 @@ const _hoisted_6$n = { class: "text-sm text-gray-600 mt-1" };
|
|
|
45222
45222
|
const _hoisted_7$m = { class: "flex flex-col gap-3" };
|
|
45223
45223
|
const _hoisted_8$k = { class: "flex items-center justify-between" };
|
|
45224
45224
|
const _hoisted_9$k = { class: "text-lg font-semibold text-gray-900" };
|
|
45225
|
-
const _hoisted_10$
|
|
45226
|
-
const _hoisted_11$
|
|
45227
|
-
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 = {
|
|
45228
45228
|
key: 0,
|
|
45229
45229
|
class: "flex gap-4"
|
|
45230
45230
|
};
|
|
45231
45231
|
const _hoisted_13$8 = { class: "flex items-center gap-2 cursor-pointer" };
|
|
45232
45232
|
const _hoisted_14$8 = ["name", "value", "onUpdate:modelValue", "onChange"];
|
|
45233
|
-
const _hoisted_15$
|
|
45233
|
+
const _hoisted_15$6 = {
|
|
45234
45234
|
key: 1,
|
|
45235
45235
|
class: "flex flex-col gap-1.5"
|
|
45236
45236
|
};
|
|
45237
45237
|
const _hoisted_16$4 = ["onUpdate:modelValue", "maxlength"];
|
|
45238
45238
|
const _hoisted_17$3 = ["onUpdate:modelValue", "maxlength"];
|
|
45239
|
-
const _hoisted_18$
|
|
45239
|
+
const _hoisted_18$3 = { key: 2 };
|
|
45240
45240
|
const _sfc_main$C = {
|
|
45241
45241
|
__name: "Links",
|
|
45242
45242
|
props: {
|
|
45243
|
-
...defaultProps
|
|
45243
|
+
...defaultProps,
|
|
45244
|
+
forms: {
|
|
45245
|
+
type: Array,
|
|
45246
|
+
default: () => []
|
|
45247
|
+
}
|
|
45244
45248
|
},
|
|
45245
45249
|
emits: ["update"],
|
|
45246
45250
|
setup(__props, { emit: __emit }) {
|
|
@@ -45353,14 +45357,14 @@ const _sfc_main$C = {
|
|
|
45353
45357
|
}, [
|
|
45354
45358
|
createElementVNode("div", _hoisted_8$k, [
|
|
45355
45359
|
createElementVNode("div", _hoisted_9$k, " Item #" + toDisplayString(index + 1), 1),
|
|
45356
|
-
createElementVNode("div", _hoisted_10$
|
|
45360
|
+
createElementVNode("div", _hoisted_10$f, [
|
|
45357
45361
|
createVNode(_sfc_main$S, {
|
|
45358
45362
|
onRemoveItem: ($event) => handleDeleteItem(index)
|
|
45359
45363
|
}, null, 8, ["onRemoveItem"])
|
|
45360
45364
|
])
|
|
45361
45365
|
]),
|
|
45362
|
-
createElementVNode("div", _hoisted_11$
|
|
45363
|
-
!((_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, [
|
|
45364
45368
|
(openBlock(), createElementBlock(Fragment, null, renderList(options, (option) => {
|
|
45365
45369
|
return createElementVNode("label", _hoisted_13$8, [
|
|
45366
45370
|
withDirectives(createElementVNode("input", {
|
|
@@ -45377,7 +45381,7 @@ const _sfc_main$C = {
|
|
|
45377
45381
|
]);
|
|
45378
45382
|
}), 64))
|
|
45379
45383
|
])) : createCommentVNode("", true),
|
|
45380
|
-
!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, [
|
|
45381
45385
|
["feature_items", "faqs", "pricing"].includes(componentData.value.type) ? (openBlock(), createBlock(_sfc_main$D, {
|
|
45382
45386
|
key: 0,
|
|
45383
45387
|
data: item
|
|
@@ -45429,9 +45433,10 @@ const _sfc_main$C = {
|
|
|
45429
45433
|
"onUpdate:url": ($event) => item.url = $event,
|
|
45430
45434
|
openInNewTab: item.open_in_new_tab,
|
|
45431
45435
|
"onUpdate:openInNewTab": ($event) => item.open_in_new_tab = $event,
|
|
45432
|
-
sites: _ctx.sites
|
|
45433
|
-
|
|
45434
|
-
|
|
45436
|
+
sites: _ctx.sites,
|
|
45437
|
+
forms: __props.forms
|
|
45438
|
+
}, null, 8, ["name", "type", "onUpdate:type", "url", "onUpdate:url", "openInNewTab", "onUpdate:openInNewTab", "sites", "forms"])) : createCommentVNode("", true)
|
|
45439
|
+
])) : (openBlock(), createElementBlock("div", _hoisted_18$3, [
|
|
45435
45440
|
createVNode(_sfc_main$P, {
|
|
45436
45441
|
"is-vertical": "",
|
|
45437
45442
|
field: "image",
|
|
@@ -45472,9 +45477,9 @@ const _hoisted_6$m = { class: "flex flex-col gap-3" };
|
|
|
45472
45477
|
const _hoisted_7$l = { class: "flex items-center justify-between" };
|
|
45473
45478
|
const _hoisted_8$j = { class: "text-lg font-semibold text-gray-900" };
|
|
45474
45479
|
const _hoisted_9$j = { class: "relative flex items-end" };
|
|
45475
|
-
const _hoisted_10$
|
|
45476
|
-
const _hoisted_11$
|
|
45477
|
-
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"];
|
|
45478
45483
|
const _sfc_main$B = {
|
|
45479
45484
|
__name: "Logos",
|
|
45480
45485
|
props: {
|
|
@@ -45555,8 +45560,8 @@ const _sfc_main$B = {
|
|
|
45555
45560
|
}, null, 8, ["onRemoveItem"])
|
|
45556
45561
|
])
|
|
45557
45562
|
]),
|
|
45558
|
-
createElementVNode("div", _hoisted_10$
|
|
45559
|
-
createElementVNode("div", _hoisted_11$
|
|
45563
|
+
createElementVNode("div", _hoisted_10$e, [
|
|
45564
|
+
createElementVNode("div", _hoisted_11$d, [
|
|
45560
45565
|
createVNode(unref(VFileUpload), {
|
|
45561
45566
|
name: "image",
|
|
45562
45567
|
modelValue: item.logo,
|
|
@@ -45576,7 +45581,7 @@ const _sfc_main$B = {
|
|
|
45576
45581
|
type: "text",
|
|
45577
45582
|
placeholder: "Enter your url",
|
|
45578
45583
|
class: "border-1 border-solid border-gray-300 rounded-lg bg-white w-full"
|
|
45579
|
-
}, null, 8, _hoisted_12$
|
|
45584
|
+
}, null, 8, _hoisted_12$a), [
|
|
45580
45585
|
[vModelText, item.url]
|
|
45581
45586
|
])
|
|
45582
45587
|
]),
|
|
@@ -45760,8 +45765,8 @@ const _hoisted_6$k = { class: "flex flex-col gap-3" };
|
|
|
45760
45765
|
const _hoisted_7$j = { class: "flex items-center justify-between" };
|
|
45761
45766
|
const _hoisted_8$i = { class: "text-lg font-semibold text-gray-900" };
|
|
45762
45767
|
const _hoisted_9$i = { class: "relative flex items-end" };
|
|
45763
|
-
const _hoisted_10$
|
|
45764
|
-
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" };
|
|
45765
45770
|
const _sfc_main$y = {
|
|
45766
45771
|
__name: "VideoGrid",
|
|
45767
45772
|
props: {
|
|
@@ -45836,8 +45841,8 @@ const _sfc_main$y = {
|
|
|
45836
45841
|
}, null, 8, ["onRemoveItem"])
|
|
45837
45842
|
])
|
|
45838
45843
|
]),
|
|
45839
|
-
createElementVNode("div", _hoisted_10$
|
|
45840
|
-
createElementVNode("div", _hoisted_11$
|
|
45844
|
+
createElementVNode("div", _hoisted_10$d, [
|
|
45845
|
+
createElementVNode("div", _hoisted_11$c, [
|
|
45841
45846
|
createVNode(unref(VFileUpload), {
|
|
45842
45847
|
name: "image",
|
|
45843
45848
|
type: "video",
|
|
@@ -46157,18 +46162,18 @@ const _hoisted_9$h = {
|
|
|
46157
46162
|
key: 0,
|
|
46158
46163
|
class: "flex flex-col gap-2"
|
|
46159
46164
|
};
|
|
46160
|
-
const _hoisted_10$
|
|
46161
|
-
const _hoisted_11$
|
|
46162
|
-
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" };
|
|
46163
46168
|
const _hoisted_13$7 = { class: "flex items-center justify-between gap-3 px-[10px]" };
|
|
46164
46169
|
const _hoisted_14$7 = { class: "flex h-full flex-1 flex-col mb-20" };
|
|
46165
|
-
const _hoisted_15$
|
|
46170
|
+
const _hoisted_15$5 = {
|
|
46166
46171
|
key: 0,
|
|
46167
46172
|
class: "mb-4 px-6 py-5 rounded-xl bg-gray-50"
|
|
46168
46173
|
};
|
|
46169
46174
|
const _hoisted_16$3 = { class: "flex flex-col gap-1 pt-6 text-gray-600" };
|
|
46170
46175
|
const _hoisted_17$2 = ["value"];
|
|
46171
|
-
const _hoisted_18$
|
|
46176
|
+
const _hoisted_18$2 = {
|
|
46172
46177
|
key: 1,
|
|
46173
46178
|
class: "rounded-xl bg-gray-50 px-6 py-5"
|
|
46174
46179
|
};
|
|
@@ -46293,21 +46298,21 @@ const _sfc_main$t = {
|
|
|
46293
46298
|
onClick: ($event) => selectComponent(sectionIndex, component, index),
|
|
46294
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 }])
|
|
46295
46300
|
}, [
|
|
46296
|
-
createElementVNode("div", _hoisted_11$
|
|
46301
|
+
createElementVNode("div", _hoisted_11$b, [
|
|
46297
46302
|
_cache[1] || (_cache[1] = createElementVNode("div", { class: "text-xs text-gray-600" }, "Sub-module", -1)),
|
|
46298
|
-
createElementVNode("div", _hoisted_12$
|
|
46303
|
+
createElementVNode("div", _hoisted_12$9, toDisplayString(component.name), 1)
|
|
46299
46304
|
]),
|
|
46300
46305
|
createElementVNode("div", _hoisted_13$7, [
|
|
46301
46306
|
createVNode(unref(ChevronRight), { class: "h-5 w-5" })
|
|
46302
46307
|
])
|
|
46303
|
-
], 10, _hoisted_10$
|
|
46308
|
+
], 10, _hoisted_10$c);
|
|
46304
46309
|
}), 256))
|
|
46305
46310
|
])) : createCommentVNode("", true)
|
|
46306
46311
|
]);
|
|
46307
46312
|
}), 256))
|
|
46308
46313
|
]),
|
|
46309
46314
|
createElementVNode("div", _hoisted_14$7, [
|
|
46310
|
-
!unref(selected) ? (openBlock(), createElementBlock("div", _hoisted_15$
|
|
46315
|
+
!unref(selected) ? (openBlock(), createElementBlock("div", _hoisted_15$5, [
|
|
46311
46316
|
_cache[3] || (_cache[3] = createElementVNode("div", { class: "text-lg pb-6 font-semibold text-gray-900 border-b border-gray-200" }, "Settings", -1)),
|
|
46312
46317
|
createElementVNode("div", _hoisted_16$3, [
|
|
46313
46318
|
createVNode(_sfc_main$P, {
|
|
@@ -46333,7 +46338,7 @@ const _sfc_main$t = {
|
|
|
46333
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))
|
|
46334
46339
|
])
|
|
46335
46340
|
])) : createCommentVNode("", true),
|
|
46336
|
-
!unref(selected) ? (openBlock(), createElementBlock("div", _hoisted_18$
|
|
46341
|
+
!unref(selected) ? (openBlock(), createElementBlock("div", _hoisted_18$2, [
|
|
46337
46342
|
createVNode(Instructions)
|
|
46338
46343
|
])) : createCommentVNode("", true),
|
|
46339
46344
|
(openBlock(), createBlock(resolveDynamicComponent(currentComponent.value), {
|
|
@@ -47821,18 +47826,18 @@ const Slide = defineComponent({
|
|
|
47821
47826
|
};
|
|
47822
47827
|
}
|
|
47823
47828
|
});
|
|
47824
|
-
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" };
|
|
47825
47830
|
const _hoisted_2$n = { class: "lg:p-8 p-4 flex relative w-full" };
|
|
47826
|
-
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" };
|
|
47827
47832
|
const _hoisted_4$j = { class: "gap-2 flex z-10 mb-4" };
|
|
47828
47833
|
const _hoisted_5$i = ["onClick"];
|
|
47829
47834
|
const _hoisted_6$i = { class: "lg:text-[48px] text-[40px] font-semibold text-white mb-3 lg:leading-normal leading-[48px]" };
|
|
47830
47835
|
const _hoisted_7$h = ["innerHTML"];
|
|
47831
47836
|
const _hoisted_8$g = { class: "flex gap-3 mt-8 flex-col lg:flex-row" };
|
|
47832
47837
|
const _hoisted_9$g = ["href", "target"];
|
|
47833
|
-
const _hoisted_10$
|
|
47834
|
-
const _hoisted_11$
|
|
47835
|
-
const _hoisted_12$
|
|
47838
|
+
const _hoisted_10$b = ["href", "target"];
|
|
47839
|
+
const _hoisted_11$a = ["src"];
|
|
47840
|
+
const _hoisted_12$8 = {
|
|
47836
47841
|
key: 1,
|
|
47837
47842
|
class: "rounded-[40px] h-[674px] max-w-[882px] lg:w-1/2 w-full object-cover",
|
|
47838
47843
|
src: _imports_0
|
|
@@ -47896,7 +47901,7 @@ const _sfc_main$s = {
|
|
|
47896
47901
|
}, [
|
|
47897
47902
|
createTextVNode(toDisplayString(slide.primary_button.label) + " ", 1),
|
|
47898
47903
|
createVNode(unref(ArrowUpRight), { class: "w-5 h-5" })
|
|
47899
|
-
], 8, _hoisted_10$
|
|
47904
|
+
], 8, _hoisted_10$b)) : createCommentVNode("", true)
|
|
47900
47905
|
])
|
|
47901
47906
|
]),
|
|
47902
47907
|
slide.featured_image ? (openBlock(), createElementBlock("img", {
|
|
@@ -47904,7 +47909,10 @@ const _sfc_main$s = {
|
|
|
47904
47909
|
src: slide.featured_image,
|
|
47905
47910
|
alt: "Slide Image",
|
|
47906
47911
|
class: "rounded-[40px] h-[674px] max-w-[882px] lg:w-1/2 w-full object-cover"
|
|
47907
|
-
}, 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))
|
|
47908
47916
|
])
|
|
47909
47917
|
]),
|
|
47910
47918
|
_: 2
|
|
@@ -47917,7 +47925,7 @@ const _sfc_main$s = {
|
|
|
47917
47925
|
};
|
|
47918
47926
|
}
|
|
47919
47927
|
};
|
|
47920
|
-
const VSliderPresenter = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-
|
|
47928
|
+
const VSliderPresenter = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-88d0c225"]]);
|
|
47921
47929
|
const _hoisted_1$L = ["target", "href"];
|
|
47922
47930
|
const _sfc_main$r = {
|
|
47923
47931
|
__name: "LinkPresenter",
|
|
@@ -47953,7 +47961,7 @@ const _sfc_main$r = {
|
|
|
47953
47961
|
};
|
|
47954
47962
|
}
|
|
47955
47963
|
};
|
|
47956
|
-
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" };
|
|
47957
47965
|
const _hoisted_2$m = { class: "md:px-[90px]" };
|
|
47958
47966
|
const _sfc_main$q = {
|
|
47959
47967
|
__name: "HeroHeader",
|
|
@@ -48082,7 +48090,7 @@ const _sfc_main$o = {
|
|
|
48082
48090
|
}, [
|
|
48083
48091
|
((_b = section.value) == null ? void 0 : _b.as_cta) ? (openBlock(), createBlock(unref(LeftVector), {
|
|
48084
48092
|
key: 0,
|
|
48085
|
-
class: "absolute left-0 top-0"
|
|
48093
|
+
class: "absolute left-0 top-0 h-full max-w-full"
|
|
48086
48094
|
})) : createCommentVNode("", true),
|
|
48087
48095
|
createElementVNode("div", _hoisted_1$H, [
|
|
48088
48096
|
createElementVNode("div", {
|
|
@@ -48206,7 +48214,7 @@ const _sfc_main$n = {
|
|
|
48206
48214
|
};
|
|
48207
48215
|
const VVerticalTabPresenter = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-ef885607"]]);
|
|
48208
48216
|
const _hoisted_1$F = { class: "max-w-[1640px] md:px-[120px] mx-auto w-full" };
|
|
48209
|
-
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" };
|
|
48210
48218
|
const _sfc_main$m = {
|
|
48211
48219
|
__name: "VTabs",
|
|
48212
48220
|
props: {
|
|
@@ -48426,15 +48434,15 @@ const _hoisted_8$e = {
|
|
|
48426
48434
|
class: "flex gap-2 text-gray-600 mt-6 font-semibold"
|
|
48427
48435
|
};
|
|
48428
48436
|
const _hoisted_9$e = ["innerHTML"];
|
|
48429
|
-
const _hoisted_10$
|
|
48437
|
+
const _hoisted_10$a = {
|
|
48430
48438
|
key: 3,
|
|
48431
48439
|
class: "flex gap-2 text-gray-600 mt-2 font-semibold"
|
|
48432
48440
|
};
|
|
48433
|
-
const _hoisted_11$
|
|
48434
|
-
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" };
|
|
48435
48443
|
const _hoisted_13$6 = ["href"];
|
|
48436
48444
|
const _hoisted_14$6 = { class: "absolute top-[-65px] right-4 flex gap-4" };
|
|
48437
|
-
const _hoisted_15$
|
|
48445
|
+
const _hoisted_15$4 = {
|
|
48438
48446
|
key: 0,
|
|
48439
48447
|
class: "flex justify-center mb-[40px]"
|
|
48440
48448
|
};
|
|
@@ -48458,6 +48466,17 @@ const _sfc_main$j = {
|
|
|
48458
48466
|
const props = __props;
|
|
48459
48467
|
const currentSlide = ref(0);
|
|
48460
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
|
+
};
|
|
48461
48480
|
const nextSlide = () => {
|
|
48462
48481
|
if (currentSlide.value <= slides.length - itemsToShow) {
|
|
48463
48482
|
currentSlide.value++;
|
|
@@ -48473,15 +48492,15 @@ const _sfc_main$j = {
|
|
|
48473
48492
|
return openBlock(), createElementBlock("div", _hoisted_1$y, [
|
|
48474
48493
|
createElementVNode("div", {
|
|
48475
48494
|
class: "slider-wrapper flex transition-transform duration-500 gap-0 mb-6",
|
|
48476
|
-
style: normalizeStyle({ transform: `translateX(-${currentSlide.value * (480 + 24)}px)` })
|
|
48495
|
+
style: normalizeStyle({ transform: `translateX(-${currentSlide.value * ((windowWidth.value >= 480 ? 480 : windowWidth.value) + 24)}px)` })
|
|
48477
48496
|
}, [
|
|
48478
48497
|
(openBlock(), createElementBlock(Fragment, null, renderList(slides, (slide, index) => {
|
|
48479
48498
|
return createElementVNode("div", {
|
|
48480
48499
|
key: index,
|
|
48481
|
-
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 }])
|
|
48482
48501
|
}, [
|
|
48483
48502
|
createElementVNode("div", {
|
|
48484
|
-
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 }])
|
|
48485
48504
|
}, [
|
|
48486
48505
|
createElementVNode("div", null, [
|
|
48487
48506
|
slide.image ? (openBlock(), createElementBlock("div", _hoisted_2$h, [
|
|
@@ -48517,15 +48536,15 @@ const _sfc_main$j = {
|
|
|
48517
48536
|
innerHTML: slide == null ? void 0 : slide.line_1
|
|
48518
48537
|
}, null, 8, _hoisted_9$e)
|
|
48519
48538
|
])) : createCommentVNode("", true),
|
|
48520
|
-
slide.type === "event" ? (openBlock(), createElementBlock("div", _hoisted_10$
|
|
48539
|
+
slide.type === "event" ? (openBlock(), createElementBlock("div", _hoisted_10$a, [
|
|
48521
48540
|
createVNode(unref(Ticket), { class: "w-4 h-4 mt-[3px]" }),
|
|
48522
48541
|
createElementVNode("div", {
|
|
48523
48542
|
class: "text-sm",
|
|
48524
48543
|
innerHTML: slide == null ? void 0 : slide.line_2
|
|
48525
|
-
}, null, 8, _hoisted_11$
|
|
48544
|
+
}, null, 8, _hoisted_11$9)
|
|
48526
48545
|
])) : createCommentVNode("", true)
|
|
48527
48546
|
]),
|
|
48528
|
-
createElementVNode("div", _hoisted_12$
|
|
48547
|
+
createElementVNode("div", _hoisted_12$7, [
|
|
48529
48548
|
createVNode(unref(VCarouselPrimaryButton), {
|
|
48530
48549
|
button: slide.primary_button
|
|
48531
48550
|
}, null, 8, ["button"]),
|
|
@@ -48554,7 +48573,7 @@ const _sfc_main$j = {
|
|
|
48554
48573
|
createVNode(unref(ChevronRight), { class: "w-6 h-6" })
|
|
48555
48574
|
])
|
|
48556
48575
|
]),
|
|
48557
|
-
((_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, [
|
|
48558
48577
|
createElementVNode("a", {
|
|
48559
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",
|
|
48560
48579
|
href: unref(formatUrl)(__props.component.button.url),
|
|
@@ -48569,7 +48588,7 @@ const _sfc_main$j = {
|
|
|
48569
48588
|
}
|
|
48570
48589
|
};
|
|
48571
48590
|
const _hoisted_1$x = { class: "max-w-[1640px] md:px-[120px] mx-auto w-full" };
|
|
48572
|
-
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]" };
|
|
48573
48592
|
const _sfc_main$i = {
|
|
48574
48593
|
__name: "CollectionCarousel",
|
|
48575
48594
|
props: {
|
|
@@ -48636,7 +48655,7 @@ const _hoisted_4$f = ["src"];
|
|
|
48636
48655
|
const _hoisted_5$f = ["src"];
|
|
48637
48656
|
const _hoisted_6$f = {
|
|
48638
48657
|
key: 2,
|
|
48639
|
-
class: "w-full h-[281px] object-cover rounded-
|
|
48658
|
+
class: "w-full h-[281px] object-cover rounded-lg md:rounded-2xl mb-4",
|
|
48640
48659
|
alt: "No Available",
|
|
48641
48660
|
src: _imports_0
|
|
48642
48661
|
};
|
|
@@ -48646,9 +48665,9 @@ const _hoisted_8$d = {
|
|
|
48646
48665
|
class: "flex gap-2"
|
|
48647
48666
|
};
|
|
48648
48667
|
const _hoisted_9$d = ["href"];
|
|
48649
|
-
const _hoisted_10$
|
|
48650
|
-
const _hoisted_11$
|
|
48651
|
-
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" };
|
|
48652
48671
|
const _hoisted_13$5 = {
|
|
48653
48672
|
key: 0,
|
|
48654
48673
|
class: "flex justify-center"
|
|
@@ -48706,7 +48725,7 @@ const _sfc_main$h = {
|
|
|
48706
48725
|
onClick: ($event) => togglePlayPause(index),
|
|
48707
48726
|
ref_for: true,
|
|
48708
48727
|
ref: (el) => setVideoRef(el, index),
|
|
48709
|
-
class: "w-full h-[281px] object-cover rounded-
|
|
48728
|
+
class: "w-full h-[281px] object-cover rounded-lg md:rounded-2xl",
|
|
48710
48729
|
width: "640",
|
|
48711
48730
|
height: "360",
|
|
48712
48731
|
preload: "metadata"
|
|
@@ -48724,7 +48743,7 @@ const _sfc_main$h = {
|
|
|
48724
48743
|
key: 1,
|
|
48725
48744
|
src: card.image,
|
|
48726
48745
|
alt: "Card Image",
|
|
48727
|
-
class: "w-full h-[281px] object-cover rounded-
|
|
48746
|
+
class: "w-full h-[281px] object-cover rounded-lg md:rounded-2xl mb-4"
|
|
48728
48747
|
}, null, 8, _hoisted_5$f)) : (openBlock(), createElementBlock("img", _hoisted_6$f)),
|
|
48729
48748
|
createElementVNode("div", _hoisted_7$e, [
|
|
48730
48749
|
card.categories && card.categories.length ? (openBlock(), createElementBlock("div", _hoisted_8$d, [
|
|
@@ -48746,15 +48765,15 @@ const _sfc_main$h = {
|
|
|
48746
48765
|
target: "_blank",
|
|
48747
48766
|
rel: "noopener noreferrer"
|
|
48748
48767
|
}, [
|
|
48749
|
-
createElementVNode("div", _hoisted_10$
|
|
48768
|
+
createElementVNode("div", _hoisted_10$9, [
|
|
48750
48769
|
createElementVNode("span", {
|
|
48751
48770
|
class: "w-5/6 leading-[28px]",
|
|
48752
48771
|
innerHTML: card.title
|
|
48753
|
-
}, null, 8, _hoisted_11$
|
|
48772
|
+
}, null, 8, _hoisted_11$8),
|
|
48754
48773
|
createVNode(unref(ArrowUpRight), { class: "w-5 h-5 mt-1" })
|
|
48755
48774
|
])
|
|
48756
48775
|
], 8, _hoisted_9$d)) : createCommentVNode("", true),
|
|
48757
|
-
createElementVNode("p", _hoisted_12$
|
|
48776
|
+
createElementVNode("p", _hoisted_12$6, toDisplayString(card.dateTime), 1)
|
|
48758
48777
|
])
|
|
48759
48778
|
]);
|
|
48760
48779
|
}), 128))
|
|
@@ -48773,7 +48792,7 @@ const _sfc_main$h = {
|
|
|
48773
48792
|
};
|
|
48774
48793
|
}
|
|
48775
48794
|
};
|
|
48776
|
-
const CollectionGridPresenter = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-
|
|
48795
|
+
const CollectionGridPresenter = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-b6625ed3"]]);
|
|
48777
48796
|
const _hoisted_1$u = { class: "overflow-hidden" };
|
|
48778
48797
|
const _sfc_main$g = {
|
|
48779
48798
|
__name: "CollectionGrid",
|
|
@@ -48831,8 +48850,8 @@ function render$d(_ctx, _cache) {
|
|
|
48831
48850
|
]));
|
|
48832
48851
|
}
|
|
48833
48852
|
const ArrowDownRight = { render: render$d };
|
|
48834
|
-
const _hoisted_1$s = { class: "rounded-[48px] 1xl:max-w-[1824px] mx-auto w-full" };
|
|
48835
|
-
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]" };
|
|
48836
48855
|
const _hoisted_3$e = {
|
|
48837
48856
|
key: 0,
|
|
48838
48857
|
class: "flex gap-3 mt-8 flex-col lg:flex-row"
|
|
@@ -48867,7 +48886,7 @@ const _sfc_main$f = {
|
|
|
48867
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 }])
|
|
48868
48887
|
}, [
|
|
48869
48888
|
createElementVNode("div", {
|
|
48870
|
-
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 }])
|
|
48871
48890
|
}, [
|
|
48872
48891
|
createElementVNode("h3", _hoisted_2$e, toDisplayString(headerComponent.value.title), 1),
|
|
48873
48892
|
createElementVNode("h3", {
|
|
@@ -48896,7 +48915,7 @@ const _sfc_main$f = {
|
|
|
48896
48915
|
key: 1,
|
|
48897
48916
|
src: (_g = section.value.components[0]) == null ? void 0 : _g.featured_image,
|
|
48898
48917
|
alt: "Card Image",
|
|
48899
|
-
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]"
|
|
48900
48919
|
}, null, 8, _hoisted_6$e)) : createCommentVNode("", true)
|
|
48901
48920
|
], 2)
|
|
48902
48921
|
], 2)) : createCommentVNode("", true)
|
|
@@ -48963,11 +48982,11 @@ const _sfc_main$e = {
|
|
|
48963
48982
|
var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l;
|
|
48964
48983
|
return openBlock(), createElementBlock("div", _hoisted_1$r, [
|
|
48965
48984
|
createElementVNode("div", {
|
|
48966
|
-
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 }])
|
|
48967
48986
|
}, [
|
|
48968
|
-
((
|
|
48987
|
+
((_d = component.value) == null ? void 0 : _d.title) || ((_e = component.value) == null ? void 0 : _e.paragraph) ? (openBlock(), createElementBlock("div", {
|
|
48969
48988
|
key: 0,
|
|
48970
|
-
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 }]),
|
|
48971
48990
|
ref_key: "leftColumn",
|
|
48972
48991
|
ref: leftColumn
|
|
48973
48992
|
}, [
|
|
@@ -48989,7 +49008,7 @@ const _sfc_main$e = {
|
|
|
48989
49008
|
], 2)) : createCommentVNode("", true),
|
|
48990
49009
|
((_i = component.value) == null ? void 0 : _i.featured_image) ? (openBlock(), createElementBlock("div", {
|
|
48991
49010
|
key: 1,
|
|
48992
|
-
class: "w-full max-w-[536px] rounded-
|
|
49011
|
+
class: "w-full min-w-[300px] max-w-[536px] rounded-xl md:rounded-3xl overflow-hidden",
|
|
48993
49012
|
ref_key: "rightColumn",
|
|
48994
49013
|
ref: rightColumn
|
|
48995
49014
|
}, [
|
|
@@ -49014,7 +49033,7 @@ const _sfc_main$e = {
|
|
|
49014
49033
|
key: 1,
|
|
49015
49034
|
src: (_l = component.value) == null ? void 0 : _l.featured_image,
|
|
49016
49035
|
alt: "Feature Image",
|
|
49017
|
-
class: "w-full h-full object-cover rounded-
|
|
49036
|
+
class: "w-full h-full object-cover rounded-xl md:rounded-3xl"
|
|
49018
49037
|
}, null, 8, _hoisted_9$c))
|
|
49019
49038
|
], 512)) : createCommentVNode("", true)
|
|
49020
49039
|
], 2)
|
|
@@ -49026,31 +49045,35 @@ const _hoisted_1$q = { class: "overflow-hidden" };
|
|
|
49026
49045
|
const _hoisted_2$c = { class: "max-w-[1640px] md:px-[120px] mx-auto w-full mt-4 px-4" };
|
|
49027
49046
|
const _hoisted_3$c = {
|
|
49028
49047
|
key: 0,
|
|
49029
|
-
class: "
|
|
49048
|
+
class: "grid lg:grid-cols-[33%_auto] gap-1.5 lg:gap-4"
|
|
49030
49049
|
};
|
|
49031
49050
|
const _hoisted_4$c = { class: "text-[20px] text-gray-900 font-semibold" };
|
|
49032
49051
|
const _hoisted_5$c = ["innerHTML"];
|
|
49033
|
-
const _hoisted_6$c =
|
|
49034
|
-
|
|
49035
|
-
|
|
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 = {
|
|
49036
49059
|
key: 1,
|
|
49037
49060
|
class: "my-[44px]"
|
|
49038
49061
|
};
|
|
49039
|
-
const
|
|
49040
|
-
const
|
|
49041
|
-
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 = {
|
|
49042
49065
|
key: 0,
|
|
49043
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"
|
|
49044
49067
|
};
|
|
49045
|
-
const
|
|
49046
|
-
const
|
|
49047
|
-
const
|
|
49048
|
-
const
|
|
49049
|
-
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 = {
|
|
49050
49073
|
key: 0,
|
|
49051
49074
|
class: "w-[560px]"
|
|
49052
49075
|
};
|
|
49053
|
-
const
|
|
49076
|
+
const _hoisted_18$1 = ["src", "alt"];
|
|
49054
49077
|
const _sfc_main$d = {
|
|
49055
49078
|
__name: "TwoColumnsImageContent",
|
|
49056
49079
|
props: {
|
|
@@ -49061,8 +49084,6 @@ const _sfc_main$d = {
|
|
|
49061
49084
|
},
|
|
49062
49085
|
setup(__props) {
|
|
49063
49086
|
const props = __props;
|
|
49064
|
-
const leftColumn = ref(null);
|
|
49065
|
-
const rightColumn = ref(null);
|
|
49066
49087
|
const section = ref(props.section);
|
|
49067
49088
|
const paragraphComponent = computed(() => {
|
|
49068
49089
|
return section.value.components.find((component) => component.type === "paragraph");
|
|
@@ -49088,12 +49109,6 @@ const _sfc_main$d = {
|
|
|
49088
49109
|
return true;
|
|
49089
49110
|
});
|
|
49090
49111
|
});
|
|
49091
|
-
onMounted(() => {
|
|
49092
|
-
var _a;
|
|
49093
|
-
if (leftColumn.value && rightColumn.value && ((_a = section.value) == null ? void 0 : _a.minimum_height)) {
|
|
49094
|
-
rightColumn.value.style.height = `${leftColumn.value.offsetHeight}px`;
|
|
49095
|
-
}
|
|
49096
|
-
});
|
|
49097
49112
|
return (_ctx, _cache) => {
|
|
49098
49113
|
var _a, _b, _c, _d;
|
|
49099
49114
|
return openBlock(), createElementBlock("div", _hoisted_1$q, [
|
|
@@ -49101,9 +49116,7 @@ const _sfc_main$d = {
|
|
|
49101
49116
|
paragraphComponent.value ? (openBlock(), createElementBlock("div", _hoisted_3$c, [
|
|
49102
49117
|
paragraphComponent.value ? (openBlock(), createElementBlock("div", {
|
|
49103
49118
|
key: 0,
|
|
49104
|
-
class: normalizeClass(["
|
|
49105
|
-
ref_key: "leftColumn",
|
|
49106
|
-
ref: leftColumn
|
|
49119
|
+
class: normalizeClass(["bg-gray-100 rounded-xl p-8", { "h-fit": (_a = section.value) == null ? void 0 : _a.minimum_height }])
|
|
49107
49120
|
}, [
|
|
49108
49121
|
createElementVNode("h3", _hoisted_4$c, toDisplayString(paragraphComponent.value.title), 1),
|
|
49109
49122
|
createElementVNode("p", {
|
|
@@ -49111,50 +49124,45 @@ const _sfc_main$d = {
|
|
|
49111
49124
|
innerHTML: paragraphComponent.value.paragraph
|
|
49112
49125
|
}, null, 8, _hoisted_5$c)
|
|
49113
49126
|
], 2)) : createCommentVNode("", true),
|
|
49114
|
-
imageComponent.value ? (openBlock(), createElementBlock("div",
|
|
49115
|
-
key: 1,
|
|
49116
|
-
class: "w-2/3 rounded-[24px] overflow-hidden",
|
|
49117
|
-
ref_key: "rightColumn",
|
|
49118
|
-
ref: rightColumn
|
|
49119
|
-
}, [
|
|
49127
|
+
imageComponent.value ? (openBlock(), createElementBlock("div", _hoisted_6$c, [
|
|
49120
49128
|
createElementVNode("img", {
|
|
49121
49129
|
src: imageComponent.value.featured_image,
|
|
49122
49130
|
alt: imageComponent.value.caption,
|
|
49123
|
-
class: "w-full h-full object-cover"
|
|
49124
|
-
}, null, 8,
|
|
49131
|
+
class: "lg:absolute inset-0 w-full h-full object-cover"
|
|
49132
|
+
}, null, 8, _hoisted_7$c),
|
|
49125
49133
|
createElementVNode("p", {
|
|
49126
49134
|
innerHTML: imageComponent.value.caption,
|
|
49127
49135
|
class: "mt-2 text-[13px]"
|
|
49128
|
-
}, null, 8,
|
|
49129
|
-
]
|
|
49130
|
-
])) : (openBlock(), createElementBlock("div",
|
|
49136
|
+
}, null, 8, _hoisted_8$b)
|
|
49137
|
+
])) : createCommentVNode("", true)
|
|
49138
|
+
])) : (openBlock(), createElementBlock("div", _hoisted_9$b, [
|
|
49131
49139
|
headerComponent.value ? (openBlock(), createElementBlock("div", {
|
|
49132
49140
|
key: 0,
|
|
49133
49141
|
class: normalizeClass(["w-full flex-col mb-6", { "text-center items-center flex": (_b = headerComponent.value) == null ? void 0 : _b.text_center }])
|
|
49134
49142
|
}, [
|
|
49135
|
-
createElementVNode("h3",
|
|
49143
|
+
createElementVNode("h3", _hoisted_10$8, toDisplayString(headerComponent.value.title), 1),
|
|
49136
49144
|
((_c = headerComponent.value) == null ? void 0 : _c.supporting_text) ? (openBlock(), createElementBlock("p", {
|
|
49137
49145
|
key: 0,
|
|
49138
49146
|
class: "text-[20px] font-normal mt-4 text-gray-600 leading-[30px] max-w-[800px]",
|
|
49139
49147
|
innerHTML: headerComponent.value.supporting_text
|
|
49140
|
-
}, null, 8,
|
|
49148
|
+
}, null, 8, _hoisted_11$7)) : createCommentVNode("", true)
|
|
49141
49149
|
], 2)) : createCommentVNode("", true),
|
|
49142
49150
|
createElementVNode("div", {
|
|
49143
|
-
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")
|
|
49144
49152
|
}, [
|
|
49145
49153
|
createElementVNode("div", {
|
|
49146
|
-
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"])
|
|
49147
49155
|
}, [
|
|
49148
49156
|
(openBlock(true), createElementBlock(Fragment, null, renderList(items.value, (item) => {
|
|
49149
49157
|
var _a2, _b2, _c2;
|
|
49150
49158
|
return openBlock(), createElementBlock("div", {
|
|
49151
49159
|
class: normalizeClass(["flex gap-3 w-full", {
|
|
49152
|
-
"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)),
|
|
49153
49161
|
"!p-0 rounded-tr-[0px] rounded-bl-[0px]": item == null ? void 0 : item.image
|
|
49154
49162
|
}])
|
|
49155
49163
|
}, [
|
|
49156
49164
|
item.title ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
49157
|
-
(item == null ? void 0 : item.icon) ? (openBlock(), createElementBlock("div",
|
|
49165
|
+
(item == null ? void 0 : item.icon) ? (openBlock(), createElementBlock("div", _hoisted_12$5, [
|
|
49158
49166
|
createVNode(_sfc_main$H, {
|
|
49159
49167
|
icon: item.icon,
|
|
49160
49168
|
"icon-classes": "w-5 h-5 text-brand-600"
|
|
@@ -49163,11 +49171,11 @@ const _sfc_main$d = {
|
|
|
49163
49171
|
createElementVNode("div", {
|
|
49164
49172
|
class: normalizeClass(["max-w-[324px] ql-editor", { "max-w-full": (_b2 = featureItemsComponent.value) == null ? void 0 : _b2.has_background }])
|
|
49165
49173
|
}, [
|
|
49166
|
-
createElementVNode("h3",
|
|
49174
|
+
createElementVNode("h3", _hoisted_13$4, toDisplayString(item.title), 1),
|
|
49167
49175
|
createElementVNode("p", {
|
|
49168
49176
|
class: "mt-2 text-md font-normal text-gray-600 leading-[24px]",
|
|
49169
49177
|
innerHTML: item.supporting_text ?? item.description
|
|
49170
|
-
}, null, 8,
|
|
49178
|
+
}, null, 8, _hoisted_14$4),
|
|
49171
49179
|
((_c2 = item == null ? void 0 : item.primary_button) == null ? void 0 : _c2.show) ? (openBlock(), createElementBlock("a", {
|
|
49172
49180
|
key: 0,
|
|
49173
49181
|
class: "cursor-pointer text-brand-700 inline-flex gap-1.5 items-center font-semibold text-base mt-4",
|
|
@@ -49176,23 +49184,23 @@ const _sfc_main$d = {
|
|
|
49176
49184
|
}, [
|
|
49177
49185
|
createTextVNode(toDisplayString(item.primary_button.label) + " ", 1),
|
|
49178
49186
|
createVNode(unref(ArrowUpRight), { class: "w-5 h-5" })
|
|
49179
|
-
], 8,
|
|
49187
|
+
], 8, _hoisted_15$3)) : createCommentVNode("", true)
|
|
49180
49188
|
], 2)
|
|
49181
49189
|
], 64)) : (openBlock(), createElementBlock("img", {
|
|
49182
49190
|
key: 1,
|
|
49183
49191
|
src: item.image,
|
|
49184
49192
|
alt: "Feature Image",
|
|
49185
49193
|
class: "w-full h-full object-cover"
|
|
49186
|
-
}, null, 8,
|
|
49194
|
+
}, null, 8, _hoisted_16$1))
|
|
49187
49195
|
], 2);
|
|
49188
49196
|
}), 256))
|
|
49189
49197
|
], 2),
|
|
49190
|
-
imageComponent.value ? (openBlock(), createElementBlock("div",
|
|
49198
|
+
imageComponent.value ? (openBlock(), createElementBlock("div", _hoisted_17$1, [
|
|
49191
49199
|
createElementVNode("img", {
|
|
49192
49200
|
src: imageComponent.value.featured_image,
|
|
49193
49201
|
alt: ((_d = imageComponent.value) == null ? void 0 : _d.caption) ?? "Image",
|
|
49194
49202
|
class: "rounded-br-[24px] rounded-tl-[24px] w-full"
|
|
49195
|
-
}, null, 8,
|
|
49203
|
+
}, null, 8, _hoisted_18$1)
|
|
49196
49204
|
])) : createCommentVNode("", true)
|
|
49197
49205
|
], 2)
|
|
49198
49206
|
]))
|
|
@@ -49213,15 +49221,15 @@ const _hoisted_6$b = { key: 1 };
|
|
|
49213
49221
|
const _hoisted_7$b = { class: "mt-4" };
|
|
49214
49222
|
const _hoisted_8$a = { class: "flex flex-row" };
|
|
49215
49223
|
const _hoisted_9$a = { class: "w-1/5 mr-[40px] relative" };
|
|
49216
|
-
const _hoisted_10$
|
|
49217
|
-
const _hoisted_11$
|
|
49218
|
-
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 = {
|
|
49219
49227
|
key: 0,
|
|
49220
49228
|
class: "text-[24px] mb-6 font-semibold text-navy-800"
|
|
49221
49229
|
};
|
|
49222
49230
|
const _hoisted_13$3 = { class: "text-xl font-semibold text-gray-900" };
|
|
49223
49231
|
const _hoisted_14$3 = { class: "all-unset ql-editor" };
|
|
49224
|
-
const _hoisted_15$
|
|
49232
|
+
const _hoisted_15$2 = ["innerHTML"];
|
|
49225
49233
|
const _sfc_main$c = {
|
|
49226
49234
|
__name: "Timeline",
|
|
49227
49235
|
props: {
|
|
@@ -49256,7 +49264,7 @@ const _sfc_main$c = {
|
|
|
49256
49264
|
(openBlock(true), createElementBlock(Fragment, null, renderList(timelineComponent.value.data, (data2, index) => {
|
|
49257
49265
|
return openBlock(), createElementBlock("div", _hoisted_8$a, [
|
|
49258
49266
|
createElementVNode("div", _hoisted_9$a, [
|
|
49259
|
-
createElementVNode("h1", _hoisted_10$
|
|
49267
|
+
createElementVNode("h1", _hoisted_10$7, toDisplayString(data2.title), 1),
|
|
49260
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" }, [
|
|
49261
49269
|
createElementVNode("p", { class: "w-[16px] h-[16px] rounded-full bg-navy-600" })
|
|
49262
49270
|
], -1)),
|
|
@@ -49265,18 +49273,18 @@ const _sfc_main$c = {
|
|
|
49265
49273
|
style: { "background": "repeating-linear-gradient(to bottom, transparent, transparent 10px, #A9B8C6 8px, #A9B8C6 20px)", "width": "2px" }
|
|
49266
49274
|
}, null, -1))
|
|
49267
49275
|
]),
|
|
49268
|
-
createElementVNode("div", _hoisted_11$
|
|
49269
|
-
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),
|
|
49270
49278
|
(openBlock(true), createElementBlock(Fragment, null, renderList(data2.lines, (line, index2) => {
|
|
49271
49279
|
return openBlock(), createElementBlock("div", {
|
|
49272
49280
|
key: index2,
|
|
49273
|
-
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"
|
|
49274
49282
|
}, [
|
|
49275
49283
|
createElementVNode("h4", _hoisted_13$3, toDisplayString(line.title), 1),
|
|
49276
49284
|
createElementVNode("div", _hoisted_14$3, [
|
|
49277
49285
|
createElementVNode("p", {
|
|
49278
49286
|
innerHTML: line.description
|
|
49279
|
-
}, null, 8, _hoisted_15$
|
|
49287
|
+
}, null, 8, _hoisted_15$2)
|
|
49280
49288
|
])
|
|
49281
49289
|
]);
|
|
49282
49290
|
}), 128))
|
|
@@ -49332,7 +49340,7 @@ const _sfc_main$b = {
|
|
|
49332
49340
|
return (_ctx, _cache) => {
|
|
49333
49341
|
var _a, _b, _c, _d, _e, _f;
|
|
49334
49342
|
return openBlock(), createElementBlock("div", {
|
|
49335
|
-
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) }])
|
|
49336
49344
|
}, [
|
|
49337
49345
|
createElementVNode("div", _hoisted_1$o, [
|
|
49338
49346
|
headerComponent.value ? (openBlock(), createElementBlock("div", _hoisted_2$a, [
|
|
@@ -49345,7 +49353,7 @@ const _sfc_main$b = {
|
|
|
49345
49353
|
])) : createCommentVNode("", true),
|
|
49346
49354
|
cardComponent.value ? (openBlock(), createElementBlock("div", {
|
|
49347
49355
|
key: 1,
|
|
49348
|
-
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 }])
|
|
49349
49357
|
}, [
|
|
49350
49358
|
((_d = headerComponent.value) == null ? void 0 : _d.featured_image) ? (openBlock(), createElementBlock("div", {
|
|
49351
49359
|
key: 0,
|
|
@@ -49360,14 +49368,14 @@ const _sfc_main$b = {
|
|
|
49360
49368
|
}, null, 8, _hoisted_5$a)
|
|
49361
49369
|
], 512)) : createCommentVNode("", true),
|
|
49362
49370
|
createElementVNode("div", {
|
|
49363
|
-
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}`]),
|
|
49364
49372
|
ref_key: "rightColumn",
|
|
49365
49373
|
ref: rightColumn
|
|
49366
49374
|
}, [
|
|
49367
49375
|
(openBlock(true), createElementBlock(Fragment, null, renderList(cardComponent.value.data, (data2, index) => {
|
|
49368
49376
|
var _a2;
|
|
49369
49377
|
return openBlock(), createElementBlock("div", {
|
|
49370
|
-
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 }])
|
|
49371
49379
|
}, [
|
|
49372
49380
|
data2.icon ? (openBlock(), createElementBlock("div", _hoisted_6$a, [
|
|
49373
49381
|
(openBlock(), createBlock(_sfc_main$H, {
|
|
@@ -49400,6 +49408,7 @@ const _sfc_main$b = {
|
|
|
49400
49408
|
};
|
|
49401
49409
|
}
|
|
49402
49410
|
};
|
|
49411
|
+
const LinkCard = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-c340ea5c"]]);
|
|
49403
49412
|
const _hoisted_1$n = {
|
|
49404
49413
|
xmlns: "http://www.w3.org/2000/svg",
|
|
49405
49414
|
fill: "none",
|
|
@@ -49418,7 +49427,7 @@ function render$c(_ctx, _cache) {
|
|
|
49418
49427
|
}
|
|
49419
49428
|
const LinkExternal = { render: render$c };
|
|
49420
49429
|
const _hoisted_1$m = { class: "overflow-hidden" };
|
|
49421
|
-
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%]" };
|
|
49422
49431
|
const _hoisted_3$9 = {
|
|
49423
49432
|
key: 0,
|
|
49424
49433
|
class: "rounded-xl px-[40px] text-center mb-6 max-w-[1280px] mx-auto"
|
|
@@ -49432,8 +49441,8 @@ const _hoisted_7$9 = {
|
|
|
49432
49441
|
};
|
|
49433
49442
|
const _hoisted_8$8 = { class: "relative bg-white hover:bg-gray-100 p-2 rounded-lg w-full" };
|
|
49434
49443
|
const _hoisted_9$8 = ["href", "target"];
|
|
49435
|
-
const _hoisted_10$
|
|
49436
|
-
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" };
|
|
49437
49446
|
const _sfc_main$a = {
|
|
49438
49447
|
__name: "LinkList",
|
|
49439
49448
|
props: {
|
|
@@ -49456,7 +49465,7 @@ const _sfc_main$a = {
|
|
|
49456
49465
|
createElementVNode("div", _hoisted_2$9, [
|
|
49457
49466
|
(openBlock(true), createElementBlock(Fragment, null, renderList(headerComponents.value, (header, index) => {
|
|
49458
49467
|
return openBlock(), createElementBlock("div", {
|
|
49459
|
-
class: normalizeClass(["gap-4", { "w-1/2": section.value.two_columns }])
|
|
49468
|
+
class: normalizeClass(["gap-4", { "lg:w-1/2": section.value.two_columns }])
|
|
49460
49469
|
}, [
|
|
49461
49470
|
header ? (openBlock(), createElementBlock("div", _hoisted_3$9, [
|
|
49462
49471
|
createElementVNode("h3", _hoisted_4$9, toDisplayString(header.title), 1),
|
|
@@ -49469,12 +49478,12 @@ const _sfc_main$a = {
|
|
|
49469
49478
|
(header == null ? void 0 : header.featured_image) ? (openBlock(), createElementBlock("img", {
|
|
49470
49479
|
key: 1,
|
|
49471
49480
|
src: header == null ? void 0 : header.featured_image,
|
|
49472
|
-
class: "rounded-
|
|
49481
|
+
class: "rounded-xl md:rounded-3xl w-full h-[300px] lg:h-[480px] object-cover mb-6",
|
|
49473
49482
|
alt: "Feature"
|
|
49474
49483
|
}, null, 8, _hoisted_6$9)) : createCommentVNode("", true),
|
|
49475
49484
|
linkComponents.value[index] ? (openBlock(), createElementBlock("div", _hoisted_7$9, [
|
|
49476
49485
|
createElementVNode("div", {
|
|
49477
|
-
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 })
|
|
49478
49487
|
}, [
|
|
49479
49488
|
(openBlock(true), createElementBlock(Fragment, null, renderList(linkComponents.value[index].data, (link, index2) => {
|
|
49480
49489
|
return openBlock(), createElementBlock("div", _hoisted_8$8, [
|
|
@@ -49484,9 +49493,9 @@ const _sfc_main$a = {
|
|
|
49484
49493
|
href: unref(formatUrl)(link.url),
|
|
49485
49494
|
target: link.open_in_new_tab ? "_blank" : ""
|
|
49486
49495
|
}, [
|
|
49487
|
-
createElementVNode("div", _hoisted_10$
|
|
49496
|
+
createElementVNode("div", _hoisted_10$6, [
|
|
49488
49497
|
createVNode(unref(LinkExternal), { class: "w-5 h-5" }),
|
|
49489
|
-
createElementVNode("span", _hoisted_11$
|
|
49498
|
+
createElementVNode("span", _hoisted_11$5, toDisplayString(link.title), 1)
|
|
49490
49499
|
]),
|
|
49491
49500
|
createVNode(unref(ArrowUpRight), { class: "w-5 h-5" })
|
|
49492
49501
|
], 8, _hoisted_9$8)) : createCommentVNode("", true)
|
|
@@ -49526,11 +49535,10 @@ const _hoisted_3$8 = {
|
|
|
49526
49535
|
};
|
|
49527
49536
|
const _hoisted_4$8 = { class: "text-[36px] text-gray-900 font-semibold" };
|
|
49528
49537
|
const _hoisted_5$8 = ["innerHTML"];
|
|
49529
|
-
const _hoisted_6$8 =
|
|
49530
|
-
const _hoisted_7$8 =
|
|
49531
|
-
const _hoisted_8$7 = { class: "flex" };
|
|
49532
|
-
const _hoisted_9$7 = { class: "
|
|
49533
|
-
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%]" };
|
|
49534
49542
|
const _sfc_main$9 = {
|
|
49535
49543
|
__name: "BulletPoints",
|
|
49536
49544
|
props: {
|
|
@@ -49562,19 +49570,19 @@ const _sfc_main$9 = {
|
|
|
49562
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 })
|
|
49563
49571
|
}, [
|
|
49564
49572
|
createElementVNode("div", {
|
|
49565
|
-
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 }])
|
|
49566
49574
|
}, [
|
|
49567
49575
|
((_e = headerComponent.value) == null ? void 0 : _e.featured_image) ? (openBlock(), createElementBlock("img", {
|
|
49568
49576
|
key: 0,
|
|
49569
49577
|
src: (_f = headerComponent.value) == null ? void 0 : _f.featured_image,
|
|
49570
|
-
class: "max-w-[480px] w-full object-cover rounded-
|
|
49578
|
+
class: "max-w-[480px] w-full object-cover rounded-xl md:rounded-3xl",
|
|
49571
49579
|
ref_key: "leftColumn",
|
|
49572
49580
|
ref: leftColumn,
|
|
49573
49581
|
alt: "Feature"
|
|
49574
49582
|
}, null, 8, _hoisted_2$8)) : createCommentVNode("", true),
|
|
49575
49583
|
headerComponent.value ? (openBlock(), createElementBlock("div", {
|
|
49576
49584
|
key: 1,
|
|
49577
|
-
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 }]),
|
|
49578
49586
|
ref_key: "rightColumn",
|
|
49579
49587
|
ref: rightColumn
|
|
49580
49588
|
}, [
|
|
@@ -49594,21 +49602,21 @@ const _sfc_main$9 = {
|
|
|
49594
49602
|
]),
|
|
49595
49603
|
(openBlock(true), createElementBlock(Fragment, null, renderList(bulletPointsComponents.value, (bullet) => {
|
|
49596
49604
|
var _a2, _b2;
|
|
49597
|
-
return openBlock(), createElementBlock("div",
|
|
49605
|
+
return openBlock(), createElementBlock("div", null, [
|
|
49598
49606
|
(bullet == null ? void 0 : bullet.title) ? (openBlock(), createElementBlock("p", {
|
|
49599
49607
|
key: 0,
|
|
49600
49608
|
textContent: toDisplayString(bullet.title),
|
|
49601
49609
|
class: "font-semibold text-[20px] mb-4"
|
|
49602
|
-
}, null, 8,
|
|
49610
|
+
}, null, 8, _hoisted_6$8)) : createCommentVNode("", true),
|
|
49603
49611
|
createElementVNode("div", {
|
|
49604
|
-
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) }])
|
|
49605
49613
|
}, [
|
|
49606
49614
|
(openBlock(true), createElementBlock(Fragment, null, renderList(bullet.data, (item) => {
|
|
49607
|
-
return openBlock(), createElementBlock("div",
|
|
49608
|
-
createElementVNode("div",
|
|
49615
|
+
return openBlock(), createElementBlock("div", _hoisted_7$8, [
|
|
49616
|
+
createElementVNode("div", _hoisted_8$7, [
|
|
49609
49617
|
createVNode(unref(Check), { class: "w-4 h-4" })
|
|
49610
49618
|
]),
|
|
49611
|
-
createElementVNode("p",
|
|
49619
|
+
createElementVNode("p", _hoisted_9$7, toDisplayString(item.title), 1)
|
|
49612
49620
|
]);
|
|
49613
49621
|
}), 256))
|
|
49614
49622
|
], 2)
|
|
@@ -49624,7 +49632,7 @@ const _sfc_main$9 = {
|
|
|
49624
49632
|
const _hoisted_1$j = { class: "overflow-hidden" };
|
|
49625
49633
|
const _hoisted_2$7 = {
|
|
49626
49634
|
key: 0,
|
|
49627
|
-
class: "max-w-[33.3%] w-full min-h-[320px]"
|
|
49635
|
+
class: "lg:max-w-[33.3%] w-full sm:min-h-[320px]"
|
|
49628
49636
|
};
|
|
49629
49637
|
const _hoisted_3$7 = ["src", "alt"];
|
|
49630
49638
|
const _hoisted_4$7 = ["src"];
|
|
@@ -49654,25 +49662,25 @@ const _sfc_main$8 = {
|
|
|
49654
49662
|
var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p, _q, _r, _s, _t, _u, _v;
|
|
49655
49663
|
return openBlock(), createElementBlock("div", _hoisted_1$j, [
|
|
49656
49664
|
createElementVNode("div", {
|
|
49657
|
-
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 }])
|
|
49658
49666
|
}, [
|
|
49659
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, [
|
|
49660
49668
|
imageComponent.value && ((_e = section.value) == null ? void 0 : _e.acknowledgement_style) ? (openBlock(), createElementBlock("img", {
|
|
49661
49669
|
key: 0,
|
|
49662
49670
|
src: imageComponent.value.featured_image,
|
|
49663
49671
|
alt: ((_f = imageComponent.value) == null ? void 0 : _f.caption) ?? "Image",
|
|
49664
|
-
class: "w-[560px] object-cover rounded-
|
|
49672
|
+
class: "w-[560px] object-cover rounded-xl md:rounded-3xl h-full mx-auto"
|
|
49665
49673
|
}, null, 8, _hoisted_3$7)) : createCommentVNode("", true),
|
|
49666
49674
|
((_g = headerComponent.value) == null ? void 0 : _g.featured_image) && !((_h = section.value) == null ? void 0 : _h.acknowledgement_style) ? (openBlock(), createElementBlock("img", {
|
|
49667
49675
|
key: 1,
|
|
49668
49676
|
src: (_i = headerComponent.value) == null ? void 0 : _i.featured_image,
|
|
49669
|
-
class: "w-[560px] object-cover rounded-
|
|
49677
|
+
class: "w-[560px] object-cover rounded-xl md:rounded-3xl h-full mx-auto",
|
|
49670
49678
|
alt: "Feature"
|
|
49671
49679
|
}, null, 8, _hoisted_4$7)) : createCommentVNode("", true)
|
|
49672
49680
|
])) : createCommentVNode("", true),
|
|
49673
49681
|
headerComponent.value ? (openBlock(), createElementBlock("div", {
|
|
49674
49682
|
key: 1,
|
|
49675
|
-
class: normalizeClass(["rounded-
|
|
49683
|
+
class: normalizeClass(["rounded-xl md:rounded-3xl flex items-center justify-center flex-col", {
|
|
49676
49684
|
"bg-pale-100 min-h-[320px] w-full": !((_j = headerComponent.value) == null ? void 0 : _j.featured_image),
|
|
49677
49685
|
"border border-brand-400 w-full py-8": (_k = headerComponent.value) == null ? void 0 : _k.featured_image,
|
|
49678
49686
|
"w-full ": !((_l = section.value) == null ? void 0 : _l.acknowledgement_style),
|
|
@@ -49760,7 +49768,7 @@ const _hoisted_1$f = { class: "overflow-hidden" };
|
|
|
49760
49768
|
const _hoisted_2$6 = { class: "max-w-[1640px] md:px-[120px] mx-auto w-full my-[40px] flex justify-center" };
|
|
49761
49769
|
const _hoisted_3$6 = {
|
|
49762
49770
|
key: 0,
|
|
49763
|
-
class: "bg-gray-100 rounded-
|
|
49771
|
+
class: "bg-gray-100 rounded-lg md:rounded-2xl flex justify-center w-full"
|
|
49764
49772
|
};
|
|
49765
49773
|
const _hoisted_4$6 = { class: "flex items-center justify-center flex-col py-[40px] max-w-[820px]" };
|
|
49766
49774
|
const _hoisted_5$6 = { class: "flex justify-between relative w-[150px]" };
|
|
@@ -49769,8 +49777,8 @@ const _hoisted_7$6 = { class: "w-[56px] h-[56px] border-[2px] border-white bg-gr
|
|
|
49769
49777
|
const _hoisted_8$5 = { class: "w-[56px] h-[56px] border-[2px] border-white bg-gray-200 rounded-full flex justify-center items-center" };
|
|
49770
49778
|
const _hoisted_9$5 = { class: "text-[24px] text-gray-900 font-semibold mt-4" };
|
|
49771
49779
|
const _hoisted_10$5 = ["innerHTML"];
|
|
49772
|
-
const _hoisted_11$
|
|
49773
|
-
const _hoisted_12$
|
|
49780
|
+
const _hoisted_11$4 = { class: "flex gap-2" };
|
|
49781
|
+
const _hoisted_12$3 = ["href"];
|
|
49774
49782
|
const _sfc_main$7 = {
|
|
49775
49783
|
__name: "ContactUs",
|
|
49776
49784
|
props: {
|
|
@@ -49811,7 +49819,7 @@ const _sfc_main$7 = {
|
|
|
49811
49819
|
class: "text-[18px] font-normal mt-2 text-gray-600 leading-[30px] text-center",
|
|
49812
49820
|
innerHTML: headerComponent.value.supporting_text
|
|
49813
49821
|
}, null, 8, _hoisted_10$5)) : createCommentVNode("", true),
|
|
49814
|
-
createElementVNode("div", _hoisted_11$
|
|
49822
|
+
createElementVNode("div", _hoisted_11$4, [
|
|
49815
49823
|
(openBlock(true), createElementBlock(Fragment, null, renderList(contactUs.value.data, (item) => {
|
|
49816
49824
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
49817
49825
|
(item == null ? void 0 : item.show) ? (openBlock(), createElementBlock("a", {
|
|
@@ -49821,7 +49829,7 @@ const _sfc_main$7 = {
|
|
|
49821
49829
|
}, [
|
|
49822
49830
|
createTextVNode(toDisplayString(item.label) + " ", 1),
|
|
49823
49831
|
createVNode(unref(ArrowUpRight), { class: "w-5 h-5" })
|
|
49824
|
-
], 10, _hoisted_12$
|
|
49832
|
+
], 10, _hoisted_12$3)) : createCommentVNode("", true)
|
|
49825
49833
|
], 64);
|
|
49826
49834
|
}), 256))
|
|
49827
49835
|
])
|
|
@@ -49867,23 +49875,21 @@ function render$6(_ctx, _cache) {
|
|
|
49867
49875
|
}
|
|
49868
49876
|
const Minus = { render: render$6 };
|
|
49869
49877
|
const _hoisted_1$c = { class: "overflow-hidden" };
|
|
49870
|
-
const _hoisted_2$5 = {
|
|
49871
|
-
const _hoisted_3$5 = { class: "gap-4 max-w-[800px] w-full" };
|
|
49872
|
-
const _hoisted_4$5 = {
|
|
49878
|
+
const _hoisted_2$5 = {
|
|
49873
49879
|
key: 0,
|
|
49874
49880
|
class: "px-[40px] text-center mb-6 mx-auto"
|
|
49875
49881
|
};
|
|
49876
|
-
const
|
|
49877
|
-
const
|
|
49878
|
-
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 = {
|
|
49879
49885
|
key: 1,
|
|
49880
49886
|
class: "flex flex-col divide-y gap-8"
|
|
49881
49887
|
};
|
|
49882
|
-
const
|
|
49883
|
-
const
|
|
49884
|
-
const
|
|
49885
|
-
const
|
|
49886
|
-
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"];
|
|
49887
49893
|
const _sfc_main$6 = {
|
|
49888
49894
|
__name: "FAQ",
|
|
49889
49895
|
props: {
|
|
@@ -49909,27 +49915,33 @@ const _sfc_main$6 = {
|
|
|
49909
49915
|
show.value[index] = !show.value[index];
|
|
49910
49916
|
};
|
|
49911
49917
|
return (_ctx, _cache) => {
|
|
49918
|
+
var _a;
|
|
49912
49919
|
return openBlock(), createElementBlock("div", _hoisted_1$c, [
|
|
49913
|
-
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
|
+
}, [
|
|
49914
49923
|
(openBlock(true), createElementBlock(Fragment, null, renderList(headerComponents.value, (header, index) => {
|
|
49915
|
-
|
|
49916
|
-
|
|
49917
|
-
|
|
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),
|
|
49918
49930
|
(header == null ? void 0 : header.supporting_text) ? (openBlock(), createElementBlock("p", {
|
|
49919
49931
|
key: 0,
|
|
49920
49932
|
class: "text-[20px] font-normal mt-2 text-gray-600 leading-[30px] max-w-[768px] mx-auto",
|
|
49921
49933
|
innerHTML: header.supporting_text
|
|
49922
|
-
}, null, 8,
|
|
49934
|
+
}, null, 8, _hoisted_4$5)) : createCommentVNode("", true)
|
|
49923
49935
|
])) : createCommentVNode("", true),
|
|
49924
|
-
featureComponents.value[index] ? (openBlock(), createElementBlock("div",
|
|
49936
|
+
featureComponents.value[index] ? (openBlock(), createElementBlock("div", _hoisted_5$5, [
|
|
49925
49937
|
(openBlock(true), createElementBlock(Fragment, null, renderList(featureComponents.value[index].data, (link, index2) => {
|
|
49926
|
-
return openBlock(), createElementBlock("div",
|
|
49927
|
-
createElementVNode("a",
|
|
49938
|
+
return openBlock(), createElementBlock("div", _hoisted_6$5, [
|
|
49939
|
+
createElementVNode("a", _hoisted_7$5, [
|
|
49928
49940
|
createElementVNode("span", {
|
|
49929
49941
|
class: "hover:underline",
|
|
49930
49942
|
onClick: ($event) => toggle(index2)
|
|
49931
|
-
}, toDisplayString(link.title), 9,
|
|
49932
|
-
createElementVNode("span",
|
|
49943
|
+
}, toDisplayString(link.title), 9, _hoisted_8$4),
|
|
49944
|
+
createElementVNode("span", _hoisted_9$4, [
|
|
49933
49945
|
!show.value[index2] ? (openBlock(), createBlock(unref(Plus), {
|
|
49934
49946
|
key: 0,
|
|
49935
49947
|
class: "w-6 h-6 cursor-pointer text-gray-400 hover:text-gray-700",
|
|
@@ -49945,32 +49957,31 @@ const _sfc_main$6 = {
|
|
|
49945
49957
|
key: 0,
|
|
49946
49958
|
class: "mt-2 text-gray-600 leading-[24px] all-unset ql-editor",
|
|
49947
49959
|
innerHTML: link.supporting_text
|
|
49948
|
-
}, null, 8,
|
|
49960
|
+
}, null, 8, _hoisted_10$4)) : createCommentVNode("", true)
|
|
49949
49961
|
]);
|
|
49950
49962
|
}), 256))
|
|
49951
49963
|
])) : createCommentVNode("", true)
|
|
49952
|
-
]);
|
|
49964
|
+
], 2);
|
|
49953
49965
|
}), 256))
|
|
49954
|
-
])
|
|
49966
|
+
], 2)
|
|
49955
49967
|
]);
|
|
49956
49968
|
};
|
|
49957
49969
|
}
|
|
49958
49970
|
};
|
|
49959
49971
|
const _hoisted_1$b = { class: "max-w-[1640px] md:px-[120px] mx-auto w-full py-[40px] flex justify-center gap-[10%]" };
|
|
49960
|
-
const _hoisted_2$4 = { class: "bg-pale-100
|
|
49961
|
-
const _hoisted_3$4 =
|
|
49962
|
-
const _hoisted_4$4 =
|
|
49963
|
-
const _hoisted_5$4 = { class: "
|
|
49964
|
-
const _hoisted_6$4 = { class: "
|
|
49965
|
-
const _hoisted_7$4 =
|
|
49966
|
-
const _hoisted_8$3 = ["
|
|
49967
|
-
const _hoisted_9$3 =
|
|
49968
|
-
const _hoisted_10$3 =
|
|
49969
|
-
const _hoisted_11$3 = {
|
|
49970
|
-
const _hoisted_12$2 =
|
|
49971
|
-
const _hoisted_13$2 = ["
|
|
49972
|
-
const _hoisted_14$2 = ["
|
|
49973
|
-
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"];
|
|
49974
49985
|
const _sfc_main$5 = {
|
|
49975
49986
|
__name: "AccordionPricing",
|
|
49976
49987
|
props: {
|
|
@@ -49999,20 +50010,20 @@ const _sfc_main$5 = {
|
|
|
49999
50010
|
var _a;
|
|
50000
50011
|
return openBlock(), createElementBlock("div", _hoisted_1$b, [
|
|
50001
50012
|
createElementVNode("div", _hoisted_2$4, [
|
|
50002
|
-
createElementVNode("div",
|
|
50013
|
+
createElementVNode("div", null, [
|
|
50003
50014
|
createElementVNode("p", {
|
|
50004
50015
|
class: "text-[36px] font-semibold text-gray-900 mb-[48px]",
|
|
50005
50016
|
textContent: toDisplayString(pricingComponent.value.title)
|
|
50006
|
-
}, null, 8,
|
|
50007
|
-
createElementVNode("div",
|
|
50017
|
+
}, null, 8, _hoisted_3$4),
|
|
50018
|
+
createElementVNode("div", _hoisted_4$4, [
|
|
50008
50019
|
(openBlock(true), createElementBlock(Fragment, null, renderList(pricingComponent.value.data, (price, index) => {
|
|
50009
|
-
return openBlock(), createElementBlock("div",
|
|
50010
|
-
createElementVNode("a",
|
|
50020
|
+
return openBlock(), createElementBlock("div", _hoisted_5$4, [
|
|
50021
|
+
createElementVNode("a", _hoisted_6$4, [
|
|
50011
50022
|
createElementVNode("span", {
|
|
50012
50023
|
class: "hover:underline text-lg leading-[28px] text-gray-900",
|
|
50013
50024
|
onClick: ($event) => toggle(index)
|
|
50014
|
-
}, toDisplayString(price.title), 9,
|
|
50015
|
-
createElementVNode("span",
|
|
50025
|
+
}, toDisplayString(price.title), 9, _hoisted_7$4),
|
|
50026
|
+
createElementVNode("span", _hoisted_8$3, [
|
|
50016
50027
|
!show.value[index] ? (openBlock(), createBlock(unref(Plus), {
|
|
50017
50028
|
key: 0,
|
|
50018
50029
|
class: "w-6 h-6 cursor-pointer text-gray-400 hover:text-gray-700",
|
|
@@ -50028,21 +50039,21 @@ const _sfc_main$5 = {
|
|
|
50028
50039
|
key: 0,
|
|
50029
50040
|
class: "mt-2 text-gray-600 leading-[24px] all-unset ql-editor",
|
|
50030
50041
|
innerHTML: price == null ? void 0 : price.supporting_text
|
|
50031
|
-
}, null, 8,
|
|
50042
|
+
}, null, 8, _hoisted_9$3)) : createCommentVNode("", true)
|
|
50032
50043
|
]);
|
|
50033
50044
|
}), 256))
|
|
50034
50045
|
])
|
|
50035
50046
|
]),
|
|
50036
|
-
createElementVNode("div",
|
|
50037
|
-
paragraphComponent.value ? (openBlock(), createElementBlock("div",
|
|
50047
|
+
createElementVNode("div", _hoisted_10$3, [
|
|
50048
|
+
paragraphComponent.value ? (openBlock(), createElementBlock("div", _hoisted_11$3, [
|
|
50038
50049
|
createElementVNode("p", {
|
|
50039
50050
|
class: "text-[32px] font-semibold text-gray-900",
|
|
50040
50051
|
textContent: toDisplayString(paragraphComponent.value.title)
|
|
50041
|
-
}, null, 8,
|
|
50052
|
+
}, null, 8, _hoisted_12$2),
|
|
50042
50053
|
createElementVNode("p", {
|
|
50043
50054
|
class: "text-[18px]text-gray-600 mt-2",
|
|
50044
50055
|
innerHTML: paragraphComponent.value.paragraph
|
|
50045
|
-
}, null, 8,
|
|
50056
|
+
}, null, 8, _hoisted_13$2)
|
|
50046
50057
|
])) : createCommentVNode("", true),
|
|
50047
50058
|
((_a = paragraphComponent.value) == null ? void 0 : _a.hasOwnProperty("button")) && paragraphComponent.value.button.show ? (openBlock(), createElementBlock("a", {
|
|
50048
50059
|
key: 1,
|
|
@@ -50051,7 +50062,7 @@ const _sfc_main$5 = {
|
|
|
50051
50062
|
}, [
|
|
50052
50063
|
createTextVNode(toDisplayString(paragraphComponent.value.button.title) + " ", 1),
|
|
50053
50064
|
createVNode(unref(ArrowUpRight), { class: "w-5 h-5" })
|
|
50054
|
-
], 8,
|
|
50065
|
+
], 8, _hoisted_14$2)) : createCommentVNode("", true)
|
|
50055
50066
|
])
|
|
50056
50067
|
])
|
|
50057
50068
|
]);
|
|
@@ -50108,13 +50119,13 @@ function render$3(_ctx, _cache) {
|
|
|
50108
50119
|
}
|
|
50109
50120
|
const StarIcon = { render: render$3 };
|
|
50110
50121
|
const _hoisted_1$7 = { class: "px-6 mt-4 mb-36" };
|
|
50111
|
-
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]" };
|
|
50112
50123
|
const _hoisted_3$3 = { class: "max-w-[51.25rem] text-center mx-auto" };
|
|
50113
50124
|
const _hoisted_4$3 = { class: "mb-10" };
|
|
50114
50125
|
const _hoisted_5$3 = ["textContent"];
|
|
50115
50126
|
const _hoisted_6$3 = ["textContent"];
|
|
50116
50127
|
const _hoisted_7$3 = ["textContent"];
|
|
50117
|
-
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" };
|
|
50118
50129
|
const _hoisted_9$2 = ["onClick"];
|
|
50119
50130
|
const _hoisted_10$2 = {
|
|
50120
50131
|
key: 0,
|
|
@@ -50201,7 +50212,7 @@ const _sfc_main$4 = {
|
|
|
50201
50212
|
return openBlock(), createElementBlock("button", {
|
|
50202
50213
|
key: membership.id,
|
|
50203
50214
|
onClick: ($event) => active.value = membership.id,
|
|
50204
|
-
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 }])
|
|
50205
50216
|
}, toDisplayString(membership.name), 11, _hoisted_9$2);
|
|
50206
50217
|
}), 128))
|
|
50207
50218
|
])
|
|
@@ -50218,7 +50229,7 @@ const _sfc_main$4 = {
|
|
|
50218
50229
|
return [
|
|
50219
50230
|
activeMembership.value ? (openBlock(), createElementBlock("div", {
|
|
50220
50231
|
key: activeMembership.value.id,
|
|
50221
|
-
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]"
|
|
50222
50233
|
}, [
|
|
50223
50234
|
createElementVNode("div", _hoisted_11$2, [
|
|
50224
50235
|
createElementVNode("div", _hoisted_12$1, [
|
|
@@ -50286,7 +50297,7 @@ const _sfc_main$4 = {
|
|
|
50286
50297
|
};
|
|
50287
50298
|
}
|
|
50288
50299
|
};
|
|
50289
|
-
const HorizontalTabs = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-
|
|
50300
|
+
const HorizontalTabs = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-9e6ed7b6"]]);
|
|
50290
50301
|
const _hoisted_1$6 = {
|
|
50291
50302
|
xmlns: "http://www.w3.org/2000/svg",
|
|
50292
50303
|
fill: "none",
|
|
@@ -50335,12 +50346,12 @@ function render(_ctx, _cache) {
|
|
|
50335
50346
|
}
|
|
50336
50347
|
const Star = { render };
|
|
50337
50348
|
const _hoisted_1$3 = { class: "relative overflow-hidden bg-gray-50" };
|
|
50338
|
-
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" };
|
|
50339
50350
|
const _hoisted_3$2 = { class: "flex-1 flex flex-col justify-center gap-8" };
|
|
50340
50351
|
const _hoisted_4$2 = { class: "flex items-center gap-1" };
|
|
50341
50352
|
const _hoisted_5$2 = ["innerHTML"];
|
|
50342
50353
|
const _hoisted_6$2 = { class: "text-gray-600" };
|
|
50343
|
-
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]" };
|
|
50344
50355
|
const _hoisted_8$1 = ["src"];
|
|
50345
50356
|
const _hoisted_9$1 = {
|
|
50346
50357
|
key: 1,
|
|
@@ -50349,7 +50360,7 @@ const _hoisted_9$1 = {
|
|
|
50349
50360
|
alt: "No Image Available"
|
|
50350
50361
|
};
|
|
50351
50362
|
const _hoisted_10$1 = { class: "flex max-w-[1640px] md:px-[120px] mx-auto w-full gap-4 relative" };
|
|
50352
|
-
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" };
|
|
50353
50364
|
const _sfc_main$3 = {
|
|
50354
50365
|
__name: "TestimonialSlider",
|
|
50355
50366
|
props: {
|
|
@@ -50393,7 +50404,7 @@ const _sfc_main$3 = {
|
|
|
50393
50404
|
}), 64))
|
|
50394
50405
|
]),
|
|
50395
50406
|
createElementVNode("h3", {
|
|
50396
|
-
class: "font-medium text-3xl leading-[38px]",
|
|
50407
|
+
class: "font-medium text-2xl md:text-3xl md:leading-[38px]",
|
|
50397
50408
|
innerHTML: feature.description
|
|
50398
50409
|
}, null, 8, _hoisted_5$2),
|
|
50399
50410
|
createElementVNode("p", _hoisted_6$2, toDisplayString(feature.title), 1)
|
|
@@ -50454,7 +50465,7 @@ const _sfc_main$2 = {
|
|
|
50454
50465
|
collection_grid: markRaw(_sfc_main$g),
|
|
50455
50466
|
two_column_image_content: markRaw(_sfc_main$d),
|
|
50456
50467
|
timeline: markRaw(_sfc_main$c),
|
|
50457
|
-
link_card: markRaw(
|
|
50468
|
+
link_card: markRaw(LinkCard),
|
|
50458
50469
|
link_list: markRaw(_sfc_main$a),
|
|
50459
50470
|
bullet_points: markRaw(_sfc_main$9),
|
|
50460
50471
|
callout: markRaw(_sfc_main$8),
|