@levo-so/blocks 0.1.100 → 0.1.102

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (159) hide show
  1. package/package.json +5 -4
  2. package/src/blocks/about-us/about-us-1.schema.ts +302 -295
  3. package/src/blocks/about-us/about-us-2.schema.ts +225 -220
  4. package/src/blocks/blogs/blog-author-1.schema.ts +719 -0
  5. package/src/blocks/blogs/blog-author-1.tsx +121 -0
  6. package/src/blocks/blogs/blog-listing-1.tsx +111 -33
  7. package/src/blocks/blogs/blog-listing-2.schema.ts +15 -33
  8. package/src/blocks/blogs/blog-listing-2.tsx +118 -33
  9. package/src/blocks/blogs/blog-listing-3.schema.ts +10 -22
  10. package/src/blocks/blogs/blog-listing-3.tsx +118 -33
  11. package/src/blocks/blogs/blog-post-1.schema.ts +766 -16
  12. package/src/blocks/blogs/blog-post-1.tsx +256 -32
  13. package/src/blocks/calendar/calendar-1.schema.ts +641 -192
  14. package/src/blocks/calendar/calendar-1.tsx +1 -0
  15. package/src/blocks/cards/cards-10.schema.ts +557 -544
  16. package/src/blocks/cards/cards-11.schema.ts +525 -419
  17. package/src/blocks/cards/cards-12.schema.ts +538 -147
  18. package/src/blocks/cards/cards-13.schema.ts +482 -312
  19. package/src/blocks/cards/cards-14.schema.ts +423 -196
  20. package/src/blocks/cards/cards-15.schema.ts +309 -143
  21. package/src/blocks/cards/cards-16.schema.ts +1277 -175
  22. package/src/blocks/cards/cards-17.schema.ts +2908 -1303
  23. package/src/blocks/cards/cards-18.schema.ts +1404 -217
  24. package/src/blocks/cards/cards-19.schema.ts +1105 -1084
  25. package/src/blocks/cards/cards-19.tsx +4 -5
  26. package/src/blocks/cards/cards-2.schema.ts +513 -42
  27. package/src/blocks/cards/cards-20.schema.ts +790 -212
  28. package/src/blocks/cards/cards-21.schema.ts +1215 -229
  29. package/src/blocks/cards/cards-21.tsx +51 -6
  30. package/src/blocks/cards/cards-22.schema.ts +1252 -2809
  31. package/src/blocks/cards/cards-22.tsx +6 -7
  32. package/src/blocks/cards/cards-23.schema.ts +571 -109
  33. package/src/blocks/cards/cards-3.schema.ts +355 -116
  34. package/src/blocks/cards/cards-4.schema.ts +805 -321
  35. package/src/blocks/cards/cards-5.schema.ts +216 -64
  36. package/src/blocks/cards/cards-6.schema.ts +568 -1330
  37. package/src/blocks/cards/cards-7.schema.ts +1181 -1378
  38. package/src/blocks/cards/cards-8.schema.ts +585 -221
  39. package/src/blocks/cards/cards-9.schema.ts +763 -382
  40. package/src/blocks/carousel/carousel-1.schema.ts +257 -502
  41. package/src/blocks/carousel/carousel-2.schema.ts +771 -761
  42. package/src/blocks/community/community-1.schema.ts +8 -23
  43. package/src/blocks/community/community-1.tsx +3 -3
  44. package/src/blocks/community/community-post-1.tsx +4 -4
  45. package/src/blocks/contact-us/contact-us-1.schema.ts +360 -14
  46. package/src/blocks/contact-us/contact-us-2.schema.ts +441 -325
  47. package/src/blocks/content/content-1.schema.ts +800 -381
  48. package/src/blocks/content/content-10.schema.ts +763 -20
  49. package/src/blocks/content/content-2.schema.ts +426 -52
  50. package/src/blocks/content/content-3.schema.ts +631 -432
  51. package/src/blocks/content/content-4.schema.ts +378 -123
  52. package/src/blocks/content/content-5.schema.ts +1152 -682
  53. package/src/blocks/content/content-6.schema.ts +679 -707
  54. package/src/blocks/content/content-7.schema.ts +694 -291
  55. package/src/blocks/content/content-8.schema.ts +247 -7
  56. package/src/blocks/content/content-9.schema.ts +855 -116
  57. package/src/blocks/cta/cta-1.schema.ts +294 -62
  58. package/src/blocks/cta/cta-2.schema.ts +302 -66
  59. package/src/blocks/cta/cta-2.tsx +1 -2
  60. package/src/blocks/cta/cta-3.schema.ts +312 -62
  61. package/src/blocks/embed/embed-1.schema.ts +181 -0
  62. package/src/blocks/event/event-listing-2.schema.ts +5 -11
  63. package/src/blocks/event/event-listing-3.schema.ts +5 -11
  64. package/src/blocks/event/event-listing-4.schema.ts +5 -11
  65. package/src/blocks/event/event-listing.schema.ts +5 -11
  66. package/src/blocks/faq/faq-1.schema.ts +439 -260
  67. package/src/blocks/faq/faq-2.schema.ts +444 -266
  68. package/src/blocks/faq/faq-3.schema.ts +1420 -224
  69. package/src/blocks/features/features-1/features-1.schema.ts +21 -21
  70. package/src/blocks/features/features-1/variants/default.ts +120 -138
  71. package/src/blocks/features/features-1/variants/index.ts +2 -2
  72. package/src/blocks/features/features-1/variants/minimal-list.ts +139 -0
  73. package/src/blocks/features/features-1/variants/stylized-cards-v1.ts +69 -385
  74. package/src/blocks/features/features-1/variants/stylized-cards-v2.ts +74 -408
  75. package/src/blocks/features/features-2.schema.ts +368 -286
  76. package/src/blocks/features/features-3.schema.ts +557 -280
  77. package/src/blocks/features/features-4.schema.ts +940 -432
  78. package/src/blocks/features/features-5.schema.ts +566 -407
  79. package/src/blocks/features/features-6.schema.ts +557 -523
  80. package/src/blocks/filter-listing/filter-listing-1.schema.ts +922 -270
  81. package/src/blocks/floating-buttons/floating-button-1.schema.ts +123 -0
  82. package/src/blocks/footer/footer-1.schema.ts +383 -401
  83. package/src/blocks/footer/footer-2.schema.ts +337 -878
  84. package/src/blocks/footer/footer-3.schema.ts +445 -381
  85. package/src/blocks/footer/footer-4.schema.ts +610 -439
  86. package/src/blocks/footer/footer-5.schema.ts +367 -321
  87. package/src/blocks/footer/footer-6.schema.ts +610 -357
  88. package/src/blocks/form/form-1.schema.ts +237 -0
  89. package/src/blocks/hero/hero-1.schema.ts +251 -221
  90. package/src/blocks/hero/hero-10.schema.ts +23 -14
  91. package/src/blocks/hero/hero-11.schema.ts +728 -601
  92. package/src/blocks/hero/hero-12.schema.ts +524 -334
  93. package/src/blocks/hero/hero-13.schema.ts +83 -95
  94. package/src/blocks/hero/hero-2.schema.ts +277 -68
  95. package/src/blocks/hero/hero-3.schema.ts +371 -235
  96. package/src/blocks/hero/hero-3.tsx +1 -1
  97. package/src/blocks/hero/hero-4.schema.ts +605 -338
  98. package/src/blocks/hero/hero-5.schema.ts +545 -61
  99. package/src/blocks/hero/hero-6.schema.ts +446 -257
  100. package/src/blocks/hero/hero-6.tsx +1 -1
  101. package/src/blocks/hero/hero-7.schema.ts +1299 -131
  102. package/src/blocks/hero/hero-7.tsx +43 -23
  103. package/src/blocks/hero/hero-8.schema.ts +736 -236
  104. package/src/blocks/hero/hero-9.schema.ts +908 -58
  105. package/src/blocks/index.ts +2 -0
  106. package/src/blocks/jobs/jobs-1.schema.ts +741 -219
  107. package/src/blocks/logos/logos-1.schema.ts +317 -321
  108. package/src/blocks/logos/logos-1.tsx +32 -19
  109. package/src/blocks/navbar/navbar-1.schema.ts +319 -186
  110. package/src/blocks/navbar/navbar-2.schema.ts +311 -190
  111. package/src/blocks/navbar/navbar-3.schema.ts +612 -570
  112. package/src/blocks/navbar/navbar-4.schema.ts +741 -1250
  113. package/src/blocks/polling/polling-1.schema.ts +161 -0
  114. package/src/blocks/pricing/pricing-1.schema.ts +549 -626
  115. package/src/blocks/products/products-listing-1.schema.ts +363 -249
  116. package/src/blocks/products/products-listing-2.schema.ts +515 -257
  117. package/src/blocks/products/products-listing-3.schema.ts +789 -836
  118. package/src/blocks/profile/profile-1.schema.ts +168 -187
  119. package/src/blocks/profile/profile-2.schema.ts +150 -122
  120. package/src/blocks/profile/profile-3.schema.ts +307 -256
  121. package/src/blocks/profile/profile-4.schema.ts +372 -504
  122. package/src/blocks/profile/profile-5.schema.ts +186 -79
  123. package/src/blocks/services/service-1.schema.ts +700 -631
  124. package/src/blocks/services/service-2.schema.ts +559 -82
  125. package/src/blocks/services/service-2.tsx +5 -3
  126. package/src/blocks/services/service-3.schema.ts +587 -215
  127. package/src/blocks/services/service-3.tsx +4 -2
  128. package/src/blocks/stats/stats-1.schema.ts +347 -257
  129. package/src/blocks/stats/stats-2.schema.ts +14 -2
  130. package/src/blocks/stats/variants/default.ts +14 -37
  131. package/src/blocks/stats/variants/extra.ts +232 -0
  132. package/src/blocks/stats/variants/hero.ts +1 -30
  133. package/src/blocks/stats/variants/index.ts +13 -1
  134. package/src/blocks/tabs/tab-1.schema.ts +1361 -214
  135. package/src/blocks/tabs/tab-2.schema.ts +984 -390
  136. package/src/blocks/tabs/tab-3.schema.ts +961 -95
  137. package/src/blocks/team/team-1.schema.ts +681 -564
  138. package/src/blocks/team/team-2.schema.ts +589 -935
  139. package/src/blocks/team/team-3.schema.ts +375 -284
  140. package/src/blocks/team/team-4.schema.ts +569 -355
  141. package/src/blocks/team/team-5.schema.ts +307 -111
  142. package/src/blocks/testimonial/testimonial-1.schema.ts +605 -706
  143. package/src/blocks/testimonial/testimonial-2.schema.ts +825 -1099
  144. package/src/blocks/testimonial/testimonial-3.schema.ts +580 -235
  145. package/src/blocks/testimonial/testimonial-4.schema.ts +1326 -1779
  146. package/src/blocks/testimonial/testimonial-5/variants/default.ts +179 -328
  147. package/src/blocks/testimonial/testimonial-5/variants/index.ts +9 -1
  148. package/src/blocks/testimonial/testimonial-5/variants/testimonialCentered.ts +194 -0
  149. package/src/blocks/testimonial/testimonial-5/variants/testimonialCompact.ts +188 -0
  150. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +275 -396
  151. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +254 -602
  152. package/src/blocks/testimonial/testimonial-5.schema.ts +6 -2
  153. package/src/blocks/testimonial/testimonial-6.schema.ts +962 -1234
  154. package/src/blocks/testimonial/testimonial-7.schema.ts +515 -233
  155. package/src/blocks/timeline/timeline-1.schema.ts +382 -140
  156. package/src/blocks/users/edit-profile.schema.ts +2 -8
  157. package/src/blocks/users/edit-profile.tsx +2 -3
  158. package/src/schemas/blocks.ts +2 -0
  159. package/src/blocks/features/features-1/variants/stylized-cards-v3.ts +0 -268
@@ -1,39 +1,44 @@
1
1
  import type { IBlock } from "@levo-so/studio";
2
2
 
3
- const MEDIA = {
4
- id: "xloeGCSMg2rlJ",
5
- filename: "faq-3-1.png",
3
+ const IMG_ANALYTICS = {
4
+ id: "7452770860734961181",
6
5
  kind: "image",
7
- location: "https://static.levocdn.com/WLZ1TXTD/faq-3-1-VbXF9m7BPiX48.png",
6
+ location:
7
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg",
8
+ mimetype: "image/jpeg",
8
9
  srcset: {
9
- "1080w": "https://static.levocdn.com/WLZ1TXTD/faq-3-1-VbXF9m7BPiX48-1080w.webp",
10
- "1200w": "https://static.levocdn.com/WLZ1TXTD/faq-3-1-VbXF9m7BPiX48-1200w.webp",
11
- "1920w": "https://static.levocdn.com/WLZ1TXTD/faq-3-1-VbXF9m7BPiX48-1920w.webp",
12
- "320w": "https://static.levocdn.com/WLZ1TXTD/faq-3-1-VbXF9m7BPiX48-320w.webp",
13
- "640w": "https://static.levocdn.com/WLZ1TXTD/faq-3-1-VbXF9m7BPiX48-640w.webp",
14
- "750w": "https://static.levocdn.com/WLZ1TXTD/faq-3-1-VbXF9m7BPiX48-750w.webp",
15
- "828w": "https://static.levocdn.com/WLZ1TXTD/faq-3-1-VbXF9m7BPiX48-828w.webp",
16
- path: "https://static.levocdn.com/WLZ1TXTD/faq-3-1-VbXF9m7BPiX48-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/faq-3-1-VbXF9m7BPiX48-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/faq-3-1-VbXF9m7BPiX48-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/faq-3-1-VbXF9m7BPiX48-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/faq-3-1-VbXF9m7BPiX48-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/faq-3-1-VbXF9m7BPiX48-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/faq-3-1-VbXF9m7BPiX48-1920w.webp 1920w",
10
+ "320w":
11
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
12
+ "640w":
13
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
14
+ "750w":
15
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
16
+ "828w":
17
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
18
+ "1080w":
19
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
20
+ "1200w":
21
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
22
+ "1920w":
23
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
24
+ path: "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
17
25
  },
18
- mimetype: "image/png",
19
26
  };
20
27
 
21
28
  const DEFAULT_CONTENT = {
22
29
  layout: null,
23
30
  container: null,
24
-
25
- // header section
26
31
  header_container: null,
27
- title: "Frequently Asked Questions",
28
- description: "Get quick answers to the most common questions from our experienced team.",
29
-
30
- // main content wrapper with accordion and image in row
32
+ title: "Built to answer, before you sign",
33
+ description:
34
+ "Everything buying teams ask before the contract — implementation, identity, SLAs, reporting — from our delivery lead.",
31
35
  main_content_container: null,
32
36
  header_ctas_levoGroup: null,
33
- header_ctas: [{ header_cta: "Contact Us" }, { header_cta: "Schedule Call" }],
34
- // accordions wrapper
37
+ header_ctas: [
38
+ { header_cta: "Talk to sales" },
39
+ { header_cta: "See customers" },
40
+ ],
35
41
  accordions_container: null,
36
-
37
42
  faqs: [
38
43
  {
39
44
  wrapper: null,
@@ -41,9 +46,9 @@ const DEFAULT_CONTENT = {
41
46
  content: null,
42
47
  iconQuestionWrapper: null,
43
48
  triggerIcon: null,
44
- question: "How do I initiate a consultation with your team?",
49
+ question: "How long does a typical implementation take?",
45
50
  answer:
46
- "Simply reach out through our contact page, and our team will promptly schedule a confidential consultation to address your concerns",
51
+ "Most teams are live in two to four weeks. We run discovery, data migration, and SSO cut-over in parallel while your admins train on a sandboxed workspace.",
47
52
  },
48
53
  {
49
54
  wrapper: null,
@@ -51,9 +56,9 @@ const DEFAULT_CONTENT = {
51
56
  content: null,
52
57
  iconQuestionWrapper: null,
53
58
  triggerIcon: null,
54
- question: "What areas do you specialize in?",
59
+ question: "Can we bring our own SSO and SCIM setup?",
55
60
  answer:
56
- "We specialize in multiple areas including business strategy, technology solutions, and operational excellence to help you achieve your goals",
61
+ "Yes. SAML 2.0 and OIDC providers connect in under an hour; SCIM keeps users and groups in sync. Okta, Entra ID, Google, and JumpCloud are all covered.",
57
62
  },
58
63
  {
59
64
  wrapper: null,
@@ -61,9 +66,9 @@ const DEFAULT_CONTENT = {
61
66
  content: null,
62
67
  iconQuestionWrapper: null,
63
68
  triggerIcon: null,
64
- question: "How does your pricing structure work?",
69
+ question: "How do you handle service-level commitments?",
65
70
  answer:
66
- "Our pricing is transparent and tailored to your specific needs. We offer flexible packages and will discuss all costs upfront during your consultation",
71
+ "99.95% uptime on Team, 99.99% on Enterprise, measured against a public status page. Credits kick in automatically if we miss; no support ticket required.",
67
72
  },
68
73
  {
69
74
  wrapper: null,
@@ -71,16 +76,14 @@ const DEFAULT_CONTENT = {
71
76
  content: null,
72
77
  iconQuestionWrapper: null,
73
78
  triggerIcon: null,
74
- question: "What sets your team apart from others?",
79
+ question: "What reporting and analytics do you expose?",
75
80
  answer:
76
- "Our commitment to excellence, proven track record, and personalized approach ensure that every client receives the highest quality service and results",
81
+ "Built-in dashboards cover adoption, workflow throughput, and cycle time. Raw event logs stream to your warehouse over a managed Fivetran or Snowflake pipeline.",
77
82
  },
78
83
  ],
79
-
80
84
  ctas_levoGroup: null,
81
- ctas: [{ cta: "Learn more" }, { cta: "Get Started" }],
82
-
83
- faq_image: MEDIA,
85
+ ctas: [{ cta: "Book a demo" }, { cta: "Download one-pager" }],
86
+ faq_image: IMG_ANALYTICS,
84
87
  };
85
88
 
86
89
  export type IFaq3Content = typeof DEFAULT_CONTENT;
@@ -91,13 +94,9 @@ export const Faq3: IBlock = {
91
94
  key: "faq-3",
92
95
  version: "v1",
93
96
  prompt_description:
94
- "Header section with title and description in flex row layout, followed by accordion-style FAQ list alongside a large illustrative image in a horizontal row layout.",
97
+ "Header with title, description, and header CTAs, followed by an accordion-style FAQ list alongside a large photograph on the right.",
95
98
  content_schema: [
96
- {
97
- key: "layout",
98
- label: "Layout",
99
- field_interface: "LayoutWidget",
100
- },
99
+ { key: "layout", label: "Layout", field_interface: "LayoutWidget" },
101
100
  {
102
101
  key: "container",
103
102
  label: "Container",
@@ -107,18 +106,13 @@ export const Faq3: IBlock = {
107
106
  key: "header_container",
108
107
  label: "Header Container",
109
108
  field_interface: "BoxWidget",
110
- hint: {
111
- prompt_description:
112
- "Container for the header section with title and description in flex row layout. No content generation required.",
113
- },
114
109
  },
115
110
  {
116
111
  key: "title",
117
112
  label: "Title",
118
113
  field_interface: "HeadingWidget",
119
114
  hint: {
120
- prompt_description:
121
- "The main headline for the FAQ section. Should be clear and encouraging, letting visitors know they can find answers to common questions. Use a confident, helpful tone.",
115
+ prompt_description: "Main headline.",
122
116
  min_characters: 16,
123
117
  max_characters: 40,
124
118
  },
@@ -128,10 +122,9 @@ export const Faq3: IBlock = {
128
122
  label: "Description",
129
123
  field_interface: "TypographyWidget",
130
124
  hint: {
131
- prompt_description:
132
- "Brief description that appears next to the title in the header section. Should provide context about the FAQ section and encourage users to explore the questions. Use a helpful, welcoming tone.",
125
+ prompt_description: "Context line alongside the title.",
133
126
  min_characters: 40,
134
- max_characters: 120,
127
+ max_characters: 160,
135
128
  },
136
129
  },
137
130
  {
@@ -146,12 +139,7 @@ export const Faq3: IBlock = {
146
139
  field_interface: "ButtonWidget",
147
140
  },
148
141
  ],
149
- hint: {
150
- prompt_description:
151
- "Group of header call-to-action buttons for contact and related actions",
152
- min_items: 1,
153
- max_items: 3,
154
- },
142
+ hint: { prompt_description: "Header CTAs.", min_items: 1, max_items: 3 },
155
143
  },
156
144
  {
157
145
  key: "main_content_container",
@@ -169,49 +157,31 @@ export const Faq3: IBlock = {
169
157
  field_interface: "BoxWidget",
170
158
  kind: "group",
171
159
  fields: [
172
- {
173
- key: "wrapper",
174
- label: "Wrapper",
175
- field_interface: "BoxWidget",
176
- },
177
- {
178
- key: "trigger",
179
- label: "Trigger",
180
- field_interface: "BoxWidget",
181
- },
160
+ { key: "wrapper", label: "Wrapper", field_interface: "BoxWidget" },
161
+ { key: "trigger", label: "Trigger", field_interface: "BoxWidget" },
182
162
  {
183
163
  key: "iconQuestionWrapper",
184
164
  label: "Question Wrapper",
185
165
  field_interface: "BoxWidget",
186
166
  },
187
- {
188
- key: "triggerIcon",
189
- label: "Icon",
190
- field_interface: "ImageWidget",
191
- },
167
+ { key: "triggerIcon", label: "Icon", field_interface: "ImageWidget" },
192
168
  {
193
169
  key: "question",
194
170
  label: "Question",
195
171
  field_interface: "HeadingWidget",
196
172
  hint: {
197
- prompt_description:
198
- "A frequently asked question. Should be direct, clear, and phrased from the user's perspective. Professional, sincere tone.",
173
+ prompt_description: "FAQ question from a buyer's perspective.",
199
174
  min_characters: 32,
200
175
  max_characters: 90,
201
176
  },
202
177
  },
203
- {
204
- key: "content",
205
- label: "Content",
206
- field_interface: "BoxWidget",
207
- },
178
+ { key: "content", label: "Content", field_interface: "BoxWidget" },
208
179
  {
209
180
  key: "answer",
210
181
  label: "Answer",
211
182
  field_interface: "TypographyWidget",
212
183
  hint: {
213
- prompt_description:
214
- "Concise, helpful answer to the FAQ. Should reassure the user, provide next steps or informative details. Tone should be clear, supportive, and professional.",
184
+ prompt_description: "Helpful FAQ answer.",
215
185
  min_characters: 56,
216
186
  max_characters: 220,
217
187
  },
@@ -219,7 +189,7 @@ export const Faq3: IBlock = {
219
189
  ],
220
190
  hint: {
221
191
  prompt_description:
222
- "A group of collapsible FAQ items, each featuring a common question and informative answer for visitors.",
192
+ "Collapsible FAQ items about implementation, identity, SLAs, reporting.",
223
193
  min_items: 4,
224
194
  max_items: 8,
225
195
  },
@@ -229,15 +199,9 @@ export const Faq3: IBlock = {
229
199
  label: "CTA Group",
230
200
  field_interface: "BoxWidget",
231
201
  kind: "group",
232
- fields: [
233
- {
234
- key: "cta",
235
- label: "CTA",
236
- field_interface: "ButtonWidget",
237
- },
238
- ],
202
+ fields: [{ key: "cta", label: "CTA", field_interface: "ButtonWidget" }],
239
203
  hint: {
240
- prompt_description: "Group of call-to-action buttons for main conversion actions",
204
+ prompt_description: "Main conversion CTAs.",
241
205
  min_items: 1,
242
206
  max_items: 3,
243
207
  },
@@ -247,8 +211,7 @@ export const Faq3: IBlock = {
247
211
  label: "FAQ Image",
248
212
  field_interface: "ImageWidget",
249
213
  hint: {
250
- prompt_description:
251
- "A large, clean illustration or image supporting the FAQ section visually. Should convey trust, professionalism, and clarity, used as a visual balance alongside the FAQs.",
214
+ prompt_description: "Large landscape product or team photograph.",
252
215
  orientation: "portrait",
253
216
  size: "large",
254
217
  usecase: "other",
@@ -264,49 +227,43 @@ export const Faq3: IBlock = {
264
227
  container: {
265
228
  display: "flex",
266
229
  "flex-direction": "column",
267
- "row-gap": "4xl",
230
+ "row-gap": "3xl",
268
231
  },
269
232
  header_container: {
270
233
  display: "flex",
234
+ "flex-direction": "column",
271
235
  width: "100%",
272
- "justify-content": "space-between",
273
- "align-items": "center",
274
- mobile: {
275
- "flex-direction": "column",
276
- "align-items": "flex-start",
277
- "row-gap": "lg",
278
- },
236
+ "row-gap": "md",
237
+ "align-items": "flex-start",
238
+ "max-width": "820px",
279
239
  },
280
240
  header_ctas_levoGroup: {
281
241
  display: "flex",
282
242
  "flex-direction": "row",
283
- "column-gap": "xs",
243
+ "column-gap": "sm",
284
244
  "row-gap": "xs",
285
245
  "flex-wrap": "wrap",
286
246
  "align-items": "center",
247
+ "margin-top": "sm",
248
+ },
249
+ header_ctas: [],
250
+ title: {
251
+ "font-weight": 700,
287
252
  },
288
- header_ctas: Array(2)
289
- .fill(0)
290
- .map(() => ({
291
- header_cta: {},
292
- })),
293
- title: {},
294
253
  description: {
295
- mobile: {
296
- "margin-top": "sm",
297
- },
254
+ color: "text-3",
298
255
  },
299
256
  main_content_container: {
300
257
  display: "flex",
301
258
  width: "100%",
302
- "align-items": "flex-start",
259
+ "align-items": "center",
303
260
  "column-gap": "4xl",
304
261
  tablet: {
305
- "column-gap": "3xl",
262
+ "column-gap": "2xl",
306
263
  },
307
264
  mobile: {
308
265
  "flex-direction": "column",
309
- "row-gap": "3xl",
266
+ "row-gap": "2xl",
310
267
  },
311
268
  },
312
269
  accordions_container: {
@@ -316,147 +273,158 @@ export const Faq3: IBlock = {
316
273
  "row-gap": "lg",
317
274
  },
318
275
  faq_image: {
319
- height: "500px",
320
- width: "400px",
276
+ height: "520px",
277
+ width: "440px",
278
+ "border-radius": "base",
279
+ "object-fit": "cover",
321
280
  "flex-shrink": "0",
322
281
  tablet: {
323
- width: "350px",
324
- height: "435px",
282
+ width: "340px",
283
+ height: "440px",
325
284
  },
326
285
  mobile: {
327
286
  width: "100%",
328
287
  height: "300px",
329
- "object-fit": "cover",
330
288
  },
331
289
  },
332
290
  ctas_levoGroup: {
333
291
  display: "flex",
334
292
  "flex-direction": "row",
335
- "column-gap": "xs",
336
- "row-gap": "xs",
293
+ "column-gap": "md",
294
+ "row-gap": "sm",
337
295
  "flex-wrap": "wrap",
338
296
  "align-items": "center",
339
- "margin-top": "xl",
297
+ "margin-top": "lg",
340
298
  },
341
- ctas: Array(2)
342
- .fill(0)
343
- .map(() => ({
299
+ ctas: [
300
+ {
344
301
  cta: {
345
302
  width: "fit-content",
346
303
  },
347
- })),
348
- faqs: [
304
+ },
349
305
  {
350
- wrapper: {
351
- "padding-top": "none",
352
- "padding-bottom": "none",
353
- "border-color": "border",
354
- "border-bottom-width": "1px",
355
- "border-style": "solid",
356
- },
357
- question: {
358
- "font-weight": 600,
359
- },
360
- content: {
361
- "padding-top": "none",
362
- "padding-bottom": "lg",
363
- },
364
- trigger: {
365
- "padding-top": "lg",
366
- "padding-bottom": "lg",
367
- display: "flex",
368
- },
369
- iconQuestionWrapper: {
370
- display: "flex",
371
- "align-items": "center",
372
- "column-gap": "base",
306
+ cta: {
307
+ width: "fit-content",
373
308
  },
374
- answer: {},
375
309
  },
310
+ ],
311
+ faqs_levoGroupItem: {
312
+ wrapper: {
313
+ "padding-top": "none",
314
+ "padding-bottom": "none",
315
+ "border-color": "border",
316
+ "border-bottom-width": "1px",
317
+ "border-style": "solid",
318
+ },
319
+ question: {
320
+ "font-weight": 600,
321
+ "text-align": "left",
322
+ },
323
+ content: {
324
+ "padding-top": "none",
325
+ "padding-bottom": "lg",
326
+ },
327
+ trigger: {
328
+ "padding-top": "lg",
329
+ "padding-bottom": "lg",
330
+ display: "flex",
331
+ },
332
+ iconQuestionWrapper: {
333
+ display: "flex",
334
+ "align-items": "center",
335
+ "column-gap": "base",
336
+ },
337
+ answer: {},
338
+ },
339
+ faqs: [{}, {}, {}, {}],
340
+ },
341
+ content: {
342
+ layout: null,
343
+ container: null,
344
+ header_container: null,
345
+ title: "Built to answer, before you sign",
346
+ description:
347
+ "Everything buying teams ask before the contract — implementation, identity, SLAs, reporting — from our delivery lead.",
348
+ main_content_container: null,
349
+ header_ctas_levoGroup: null,
350
+ header_ctas: [],
351
+ accordions_container: null,
352
+ faqs: [
376
353
  {
377
- wrapper: {
378
- "padding-top": "none",
379
- "padding-bottom": "none",
380
- "border-color": "border",
381
- "border-bottom-width": "1px",
382
- "border-style": "solid",
383
- },
384
- question: {
385
- "font-weight": 600,
386
- },
387
- content: {
388
- "padding-top": "none",
389
- "padding-bottom": "lg",
390
- },
391
- trigger: {
392
- "padding-top": "lg",
393
- "padding-bottom": "lg",
394
- display: "flex",
395
- },
396
- iconQuestionWrapper: {
397
- display: "flex",
398
- "align-items": "center",
399
- "column-gap": "base",
400
- },
401
- answer: {},
354
+ wrapper: null,
355
+ trigger: null,
356
+ content: null,
357
+ iconQuestionWrapper: null,
358
+ triggerIcon: null,
359
+ question: "How long does a typical implementation take?",
360
+ answer:
361
+ "Most teams are live in two to four weeks. We run discovery, data migration, and SSO cut-over in parallel while your admins train on a sandboxed workspace.",
402
362
  },
403
363
  {
404
- wrapper: {
405
- "padding-top": "none",
406
- "padding-bottom": "none",
407
- "border-color": "border",
408
- "border-bottom-width": "1px",
409
- "border-style": "solid",
410
- },
411
- question: {
412
- "font-weight": 600,
413
- },
414
- content: {
415
- "padding-top": "none",
416
- "padding-bottom": "lg",
417
- },
418
- trigger: {
419
- "padding-top": "lg",
420
- "padding-bottom": "lg",
421
- display: "flex",
422
- },
423
- iconQuestionWrapper: {
424
- display: "flex",
425
- "align-items": "center",
426
- "column-gap": "base",
427
- },
428
- answer: {},
364
+ wrapper: null,
365
+ trigger: null,
366
+ content: null,
367
+ iconQuestionWrapper: null,
368
+ triggerIcon: null,
369
+ question: "Can we bring our own SSO and SCIM setup?",
370
+ answer:
371
+ "Yes. SAML 2.0 and OIDC providers connect in under an hour; SCIM keeps users and groups in sync. Okta, Entra ID, Google, and JumpCloud are all covered.",
429
372
  },
430
373
  {
431
- wrapper: {
432
- "padding-top": "none",
433
- "padding-bottom": "none",
434
- "border-color": "border",
435
- "border-bottom-width": "1px",
436
- "border-style": "solid",
437
- },
438
- question: {
439
- "font-weight": 600,
440
- },
441
- content: {
442
- "padding-top": "none",
443
- "padding-bottom": "lg",
444
- },
445
- trigger: {
446
- "padding-top": "lg",
447
- "padding-bottom": "lg",
448
- display: "flex",
449
- },
450
- iconQuestionWrapper: {
451
- display: "flex",
452
- "align-items": "center",
453
- "column-gap": "base",
454
- },
455
- answer: {},
374
+ wrapper: null,
375
+ trigger: null,
376
+ content: null,
377
+ iconQuestionWrapper: null,
378
+ triggerIcon: null,
379
+ question: "How do you handle service-level commitments?",
380
+ answer:
381
+ "99.95% uptime on Team, 99.99% on Enterprise, measured against a public status page. Credits kick in automatically if we miss; no support ticket required.",
382
+ },
383
+ {
384
+ wrapper: null,
385
+ trigger: null,
386
+ content: null,
387
+ iconQuestionWrapper: null,
388
+ triggerIcon: null,
389
+ question: "What reporting and analytics do you expose?",
390
+ answer:
391
+ "Built-in dashboards cover adoption, workflow throughput, and cycle time. Raw event logs stream to your warehouse over a managed Fivetran or Snowflake pipeline.",
392
+ },
393
+ ],
394
+ ctas_levoGroup: null,
395
+ ctas: [
396
+ {
397
+ cta: "Book a demo",
398
+ },
399
+ {
400
+ cta: "Download one-pager",
456
401
  },
457
402
  ],
403
+ faq_image: {
404
+ id: "7452770860734961181",
405
+ kind: "image",
406
+ location:
407
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg",
408
+ mimetype: "image/jpeg",
409
+ srcset: {
410
+ "320w":
411
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
412
+ "640w":
413
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
414
+ "750w":
415
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
416
+ "828w":
417
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
418
+ "1080w":
419
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
420
+ "1200w":
421
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
422
+ "1920w":
423
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
424
+ path: "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
425
+ },
426
+ },
458
427
  },
459
- content: DEFAULT_CONTENT,
460
428
  config: {
461
429
  title: {
462
430
  selectedVariants: {
@@ -547,5 +515,1233 @@ export const Faq3: IBlock = {
547
515
  ],
548
516
  },
549
517
  },
518
+ {
519
+ key: "minimal-borderless",
520
+ title: "Minimal Centered",
521
+ styles: {
522
+ layout: {},
523
+ container: {
524
+ display: "flex",
525
+ "flex-direction": "column",
526
+ "row-gap": "2xl",
527
+ "align-items": "center",
528
+ "max-width": "820px",
529
+ "margin-left": "auto",
530
+ "margin-right": "auto",
531
+ },
532
+ header_container: {
533
+ display: "flex",
534
+ "flex-direction": "column",
535
+ width: "100%",
536
+ "align-items": "center",
537
+ "text-align": "center",
538
+ "row-gap": "md",
539
+ },
540
+ header_ctas_levoGroup: {
541
+ display: "flex",
542
+ "column-gap": "sm",
543
+ "flex-wrap": "wrap",
544
+ "align-items": "center",
545
+ "justify-content": "center",
546
+ "margin-top": "base",
547
+ },
548
+ header_ctas: [],
549
+ title: {
550
+ "text-align": "center",
551
+ "font-weight": 700,
552
+ },
553
+ description: {
554
+ "text-align": "center",
555
+ color: "text-3",
556
+ },
557
+ main_content_container: {
558
+ display: "flex",
559
+ width: "100%",
560
+ "flex-direction": "column",
561
+ },
562
+ accordions_container: {
563
+ display: "flex",
564
+ width: "100%",
565
+ "flex-direction": "column",
566
+ "row-gap": "xs",
567
+ },
568
+ faq_image: {
569
+ display: "none",
570
+ },
571
+ ctas_levoGroup: {
572
+ display: "flex",
573
+ "column-gap": "sm",
574
+ "flex-wrap": "wrap",
575
+ "align-items": "center",
576
+ "justify-content": "center",
577
+ "margin-top": "lg",
578
+ },
579
+ ctas: [
580
+ {
581
+ cta: {
582
+ width: "fit-content",
583
+ },
584
+ },
585
+ {
586
+ cta: {
587
+ width: "fit-content",
588
+ },
589
+ },
590
+ ],
591
+ faqs: [
592
+ {
593
+ wrapper: {
594
+ "padding-top": "xs",
595
+ "padding-bottom": "xs",
596
+ width: "100%",
597
+ },
598
+ question: {
599
+ "font-weight": 500,
600
+ "text-align": "left",
601
+ },
602
+ content: {
603
+ "padding-top": "xs",
604
+ "padding-bottom": "base",
605
+ "text-align": "left",
606
+ },
607
+ trigger: {
608
+ "padding-top": "base",
609
+ "padding-bottom": "base",
610
+ display: "flex",
611
+ width: "100%",
612
+ "justify-content": "space-between",
613
+ "align-items": "center",
614
+ },
615
+ iconQuestionWrapper: {
616
+ display: "flex",
617
+ "align-items": "center",
618
+ "column-gap": "base",
619
+ },
620
+ triggerIcon: {
621
+ width: "20px",
622
+ height: "20px",
623
+ "flex-shrink": "0",
624
+ },
625
+ answer: {},
626
+ },
627
+ {
628
+ wrapper: {
629
+ "padding-top": "xs",
630
+ "padding-bottom": "xs",
631
+ width: "100%",
632
+ },
633
+ question: {
634
+ "font-weight": 500,
635
+ "text-align": "left",
636
+ },
637
+ content: {
638
+ "padding-top": "xs",
639
+ "padding-bottom": "base",
640
+ "text-align": "left",
641
+ },
642
+ trigger: {
643
+ "padding-top": "base",
644
+ "padding-bottom": "base",
645
+ display: "flex",
646
+ width: "100%",
647
+ "justify-content": "space-between",
648
+ "align-items": "center",
649
+ },
650
+ iconQuestionWrapper: {
651
+ display: "flex",
652
+ "align-items": "center",
653
+ "column-gap": "base",
654
+ },
655
+ triggerIcon: {
656
+ width: "20px",
657
+ height: "20px",
658
+ "flex-shrink": "0",
659
+ },
660
+ answer: {},
661
+ },
662
+ {
663
+ wrapper: {
664
+ "padding-top": "xs",
665
+ "padding-bottom": "xs",
666
+ width: "100%",
667
+ },
668
+ question: {
669
+ "font-weight": 500,
670
+ "text-align": "left",
671
+ },
672
+ content: {
673
+ "padding-top": "xs",
674
+ "padding-bottom": "base",
675
+ "text-align": "left",
676
+ },
677
+ trigger: {
678
+ "padding-top": "base",
679
+ "padding-bottom": "base",
680
+ display: "flex",
681
+ width: "100%",
682
+ "justify-content": "space-between",
683
+ "align-items": "center",
684
+ },
685
+ iconQuestionWrapper: {
686
+ display: "flex",
687
+ "align-items": "center",
688
+ "column-gap": "base",
689
+ },
690
+ triggerIcon: {
691
+ width: "20px",
692
+ height: "20px",
693
+ "flex-shrink": "0",
694
+ },
695
+ answer: {},
696
+ },
697
+ {
698
+ wrapper: {
699
+ "padding-top": "xs",
700
+ "padding-bottom": "xs",
701
+ width: "100%",
702
+ },
703
+ question: {
704
+ "font-weight": 500,
705
+ "text-align": "left",
706
+ },
707
+ content: {
708
+ "padding-top": "xs",
709
+ "padding-bottom": "base",
710
+ "text-align": "left",
711
+ },
712
+ trigger: {
713
+ "padding-top": "base",
714
+ "padding-bottom": "base",
715
+ display: "flex",
716
+ width: "100%",
717
+ "justify-content": "space-between",
718
+ "align-items": "center",
719
+ },
720
+ iconQuestionWrapper: {
721
+ display: "flex",
722
+ "align-items": "center",
723
+ "column-gap": "base",
724
+ },
725
+ triggerIcon: {
726
+ width: "20px",
727
+ height: "20px",
728
+ "flex-shrink": "0",
729
+ },
730
+ answer: {},
731
+ },
732
+ ],
733
+ },
734
+ content: {
735
+ layout: null,
736
+ container: null,
737
+ header_container: null,
738
+ title: "Built to answer, before you sign",
739
+ description:
740
+ "Everything buying teams ask before the contract — implementation, identity, SLAs, reporting — from our delivery lead.",
741
+ main_content_container: null,
742
+ header_ctas_levoGroup: null,
743
+ header_ctas: [],
744
+ accordions_container: null,
745
+ faqs: [
746
+ {
747
+ wrapper: null,
748
+ trigger: null,
749
+ content: null,
750
+ iconQuestionWrapper: null,
751
+ triggerIcon: null,
752
+ question: "How long does a typical implementation take?",
753
+ answer:
754
+ "Most teams are live in two to four weeks. We run discovery, data migration, and SSO cut-over in parallel while your admins train on a sandboxed workspace.",
755
+ },
756
+ {
757
+ wrapper: null,
758
+ trigger: null,
759
+ content: null,
760
+ iconQuestionWrapper: null,
761
+ triggerIcon: null,
762
+ question: "Can we bring our own SSO and SCIM setup?",
763
+ answer:
764
+ "Yes. SAML 2.0 and OIDC providers connect in under an hour; SCIM keeps users and groups in sync. Okta, Entra ID, Google, and JumpCloud are all covered.",
765
+ },
766
+ {
767
+ wrapper: null,
768
+ trigger: null,
769
+ content: null,
770
+ iconQuestionWrapper: null,
771
+ triggerIcon: null,
772
+ question: "How do you handle service-level commitments?",
773
+ answer:
774
+ "99.95% uptime on Team, 99.99% on Enterprise, measured against a public status page. Credits kick in automatically if we miss; no support ticket required.",
775
+ },
776
+ {
777
+ wrapper: null,
778
+ trigger: null,
779
+ content: null,
780
+ iconQuestionWrapper: null,
781
+ triggerIcon: null,
782
+ question: "What reporting and analytics do you expose?",
783
+ answer:
784
+ "Built-in dashboards cover adoption, workflow throughput, and cycle time. Raw event logs stream to your warehouse over a managed Fivetran or Snowflake pipeline.",
785
+ },
786
+ ],
787
+ ctas_levoGroup: null,
788
+ ctas: [
789
+ {
790
+ cta: "Book a demo",
791
+ },
792
+ {
793
+ cta: "Download one-pager",
794
+ },
795
+ ],
796
+ faq_image: {
797
+ id: "7452770860734961181",
798
+ kind: "image",
799
+ location:
800
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg",
801
+ mimetype: "image/jpeg",
802
+ srcset: {
803
+ "320w":
804
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
805
+ "640w":
806
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
807
+ "750w":
808
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
809
+ "828w":
810
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
811
+ "1080w":
812
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
813
+ "1200w":
814
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
815
+ "1920w":
816
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
817
+ path: "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
818
+ },
819
+ },
820
+ },
821
+ config: {
822
+ title: {
823
+ selectedVariants: {
824
+ Heading_Level: "H2",
825
+ },
826
+ },
827
+ description: {
828
+ selectedVariants: {
829
+ Typography_Variants: "Large",
830
+ },
831
+ },
832
+ faqs: [
833
+ {
834
+ question: {
835
+ heading: {
836
+ level: "4",
837
+ },
838
+ selectedVariants: {
839
+ Heading_Level: "H5",
840
+ },
841
+ },
842
+ answer: {
843
+ selectedVariants: {},
844
+ },
845
+ },
846
+ {
847
+ question: {
848
+ heading: {
849
+ level: "4",
850
+ },
851
+ selectedVariants: {
852
+ Heading_Level: "H5",
853
+ },
854
+ },
855
+ answer: {
856
+ selectedVariants: {},
857
+ },
858
+ },
859
+ {
860
+ question: {
861
+ heading: {
862
+ level: "4",
863
+ },
864
+ selectedVariants: {
865
+ Heading_Level: "H5",
866
+ },
867
+ },
868
+ answer: {
869
+ selectedVariants: {},
870
+ },
871
+ },
872
+ {
873
+ question: {
874
+ heading: {
875
+ level: "4",
876
+ },
877
+ selectedVariants: {
878
+ Heading_Level: "H5",
879
+ },
880
+ },
881
+ answer: {
882
+ selectedVariants: {},
883
+ },
884
+ },
885
+ ],
886
+ header_ctas: [
887
+ {
888
+ header_cta: {
889
+ selectedVariants: {
890
+ Button_Variants: "Primary",
891
+ },
892
+ },
893
+ },
894
+ {
895
+ header_cta: {
896
+ selectedVariants: {
897
+ Button_Variants: "Secondary",
898
+ },
899
+ },
900
+ },
901
+ ],
902
+ ctas: [
903
+ {
904
+ cta: {
905
+ selectedVariants: {
906
+ Button_Variants: "Primary",
907
+ },
908
+ },
909
+ },
910
+ {
911
+ cta: {
912
+ selectedVariants: {
913
+ Button_Variants: "Secondary",
914
+ },
915
+ },
916
+ },
917
+ ],
918
+ },
919
+ },
920
+ {
921
+ key: "card-stack",
922
+ title: "Card Stack",
923
+ styles: {
924
+ layout: {},
925
+ container: {
926
+ display: "flex",
927
+ "flex-direction": "column",
928
+ "row-gap": "2xl",
929
+ },
930
+ header_container: {
931
+ display: "flex",
932
+ "flex-direction": "column",
933
+ width: "100%",
934
+ "align-items": "center",
935
+ "text-align": "center",
936
+ "row-gap": "md",
937
+ },
938
+ header_ctas_levoGroup: {
939
+ display: "flex",
940
+ "column-gap": "sm",
941
+ "flex-wrap": "wrap",
942
+ "align-items": "center",
943
+ "justify-content": "center",
944
+ "margin-top": "base",
945
+ },
946
+ header_ctas: [
947
+ {
948
+ header_cta: {
949
+ width: "fit-content",
950
+ },
951
+ },
952
+ {
953
+ header_cta: {
954
+ width: "fit-content",
955
+ },
956
+ },
957
+ ],
958
+ title: {
959
+ "text-align": "center",
960
+ "font-weight": 700,
961
+ },
962
+ description: {
963
+ "text-align": "center",
964
+ color: "text-3",
965
+ },
966
+ main_content_container: {
967
+ display: "flex",
968
+ width: "100%",
969
+ "flex-direction": "column",
970
+ "row-gap": "xl",
971
+ },
972
+ accordions_container: {
973
+ display: "flex",
974
+ width: "100%",
975
+ "flex-direction": "column",
976
+ "row-gap": "xl",
977
+ },
978
+ faqs_levoGroup: {
979
+ display: "flex",
980
+ "flex-direction": "column",
981
+ "row-gap": "md",
982
+ width: "100%",
983
+ "max-width": "820px",
984
+ "margin-left": "auto",
985
+ "margin-right": "auto",
986
+ },
987
+ faq_image: {
988
+ display: "none",
989
+ },
990
+ ctas_levoGroup: {
991
+ display: "flex",
992
+ "column-gap": "sm",
993
+ "flex-wrap": "wrap",
994
+ "align-items": "center",
995
+ "justify-content": "center",
996
+ "margin-top": "none",
997
+ },
998
+ ctas: [],
999
+ faqs: [
1000
+ {
1001
+ wrapper: {
1002
+ "padding-top": "xl",
1003
+ "padding-bottom": "xl",
1004
+ "padding-left": "xl",
1005
+ "padding-right": "xl",
1006
+ "border-radius": "base",
1007
+ "background-color": "background-2",
1008
+ "box-shadow": "default",
1009
+ height: "100%",
1010
+ },
1011
+ question: {
1012
+ "font-weight": 600,
1013
+ "text-align": "left",
1014
+ },
1015
+ content: {
1016
+ "padding-top": "sm",
1017
+ "padding-bottom": "none",
1018
+ "text-align": "left",
1019
+ },
1020
+ trigger: {
1021
+ display: "flex",
1022
+ width: "100%",
1023
+ "justify-content": "space-between",
1024
+ "align-items": "center",
1025
+ },
1026
+ iconQuestionWrapper: {
1027
+ display: "flex",
1028
+ "align-items": "center",
1029
+ "column-gap": "base",
1030
+ },
1031
+ triggerIcon: {
1032
+ width: "22px",
1033
+ height: "22px",
1034
+ "flex-shrink": "0",
1035
+ },
1036
+ answer: {},
1037
+ },
1038
+ {
1039
+ wrapper: {
1040
+ "padding-top": "xl",
1041
+ "padding-bottom": "xl",
1042
+ "padding-left": "xl",
1043
+ "padding-right": "xl",
1044
+ "border-radius": "base",
1045
+ "background-color": "background-2",
1046
+ "box-shadow": "default",
1047
+ height: "100%",
1048
+ },
1049
+ question: {
1050
+ "font-weight": 600,
1051
+ "text-align": "left",
1052
+ },
1053
+ content: {
1054
+ "padding-top": "sm",
1055
+ "padding-bottom": "none",
1056
+ "text-align": "left",
1057
+ },
1058
+ trigger: {
1059
+ display: "flex",
1060
+ width: "100%",
1061
+ "justify-content": "space-between",
1062
+ "align-items": "center",
1063
+ },
1064
+ iconQuestionWrapper: {
1065
+ display: "flex",
1066
+ "align-items": "center",
1067
+ "column-gap": "base",
1068
+ },
1069
+ triggerIcon: {
1070
+ width: "22px",
1071
+ height: "22px",
1072
+ "flex-shrink": "0",
1073
+ },
1074
+ answer: {},
1075
+ },
1076
+ {
1077
+ wrapper: {
1078
+ "padding-top": "xl",
1079
+ "padding-bottom": "xl",
1080
+ "padding-left": "xl",
1081
+ "padding-right": "xl",
1082
+ "border-radius": "base",
1083
+ "background-color": "background-2",
1084
+ "box-shadow": "default",
1085
+ height: "100%",
1086
+ },
1087
+ question: {
1088
+ "font-weight": 600,
1089
+ "text-align": "left",
1090
+ },
1091
+ content: {
1092
+ "padding-top": "sm",
1093
+ "padding-bottom": "none",
1094
+ "text-align": "left",
1095
+ },
1096
+ trigger: {
1097
+ display: "flex",
1098
+ width: "100%",
1099
+ "justify-content": "space-between",
1100
+ "align-items": "center",
1101
+ },
1102
+ iconQuestionWrapper: {
1103
+ display: "flex",
1104
+ "align-items": "center",
1105
+ "column-gap": "base",
1106
+ },
1107
+ triggerIcon: {
1108
+ width: "22px",
1109
+ height: "22px",
1110
+ "flex-shrink": "0",
1111
+ },
1112
+ answer: {},
1113
+ },
1114
+ {
1115
+ wrapper: {
1116
+ "padding-top": "xl",
1117
+ "padding-bottom": "xl",
1118
+ "padding-left": "xl",
1119
+ "padding-right": "xl",
1120
+ "border-radius": "base",
1121
+ "background-color": "background-2",
1122
+ "box-shadow": "default",
1123
+ height: "100%",
1124
+ },
1125
+ question: {
1126
+ "font-weight": 600,
1127
+ "text-align": "left",
1128
+ },
1129
+ content: {
1130
+ "padding-top": "sm",
1131
+ "padding-bottom": "none",
1132
+ "text-align": "left",
1133
+ },
1134
+ trigger: {
1135
+ display: "flex",
1136
+ width: "100%",
1137
+ "justify-content": "space-between",
1138
+ "align-items": "center",
1139
+ },
1140
+ iconQuestionWrapper: {
1141
+ display: "flex",
1142
+ "align-items": "center",
1143
+ "column-gap": "base",
1144
+ },
1145
+ triggerIcon: {
1146
+ width: "22px",
1147
+ height: "22px",
1148
+ "flex-shrink": "0",
1149
+ },
1150
+ answer: {},
1151
+ },
1152
+ ],
1153
+ },
1154
+ content: {
1155
+ layout: null,
1156
+ container: null,
1157
+ header_container: null,
1158
+ title: "Built to answer, before you sign",
1159
+ description:
1160
+ "Everything buying teams ask before the contract — implementation, identity, SLAs, reporting — from our delivery lead.",
1161
+ main_content_container: null,
1162
+ header_ctas_levoGroup: null,
1163
+ header_ctas: [
1164
+ {
1165
+ header_cta: "Talk to sales",
1166
+ },
1167
+ {
1168
+ header_cta: "See customers",
1169
+ },
1170
+ ],
1171
+ accordions_container: null,
1172
+ faqs: [
1173
+ {
1174
+ wrapper: null,
1175
+ trigger: null,
1176
+ content: null,
1177
+ iconQuestionWrapper: null,
1178
+ triggerIcon: null,
1179
+ question: "How long does a typical implementation take?",
1180
+ answer:
1181
+ "Most teams are live in two to four weeks. We run discovery, data migration, and SSO cut-over in parallel while your admins train on a sandboxed workspace.",
1182
+ },
1183
+ {
1184
+ wrapper: null,
1185
+ trigger: null,
1186
+ content: null,
1187
+ iconQuestionWrapper: null,
1188
+ triggerIcon: null,
1189
+ question: "Can we bring our own SSO and SCIM setup?",
1190
+ answer:
1191
+ "Yes. SAML 2.0 and OIDC providers connect in under an hour; SCIM keeps users and groups in sync. Okta, Entra ID, Google, and JumpCloud are all covered.",
1192
+ },
1193
+ {
1194
+ wrapper: null,
1195
+ trigger: null,
1196
+ content: null,
1197
+ iconQuestionWrapper: null,
1198
+ triggerIcon: null,
1199
+ question: "How do you handle service-level commitments?",
1200
+ answer:
1201
+ "99.95% uptime on Team, 99.99% on Enterprise, measured against a public status page. Credits kick in automatically if we miss; no support ticket required.",
1202
+ },
1203
+ {
1204
+ wrapper: null,
1205
+ trigger: null,
1206
+ content: null,
1207
+ iconQuestionWrapper: null,
1208
+ triggerIcon: null,
1209
+ question: "What reporting and analytics do you expose?",
1210
+ answer:
1211
+ "Built-in dashboards cover adoption, workflow throughput, and cycle time. Raw event logs stream to your warehouse over a managed Fivetran or Snowflake pipeline.",
1212
+ },
1213
+ ],
1214
+ ctas_levoGroup: null,
1215
+ ctas: [],
1216
+ faq_image: {
1217
+ id: "7452770860734961181",
1218
+ kind: "image",
1219
+ location:
1220
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg",
1221
+ mimetype: "image/jpeg",
1222
+ srcset: {
1223
+ "320w":
1224
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
1225
+ "640w":
1226
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
1227
+ "750w":
1228
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
1229
+ "828w":
1230
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
1231
+ "1080w":
1232
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
1233
+ "1200w":
1234
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
1235
+ "1920w":
1236
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
1237
+ path: "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
1238
+ },
1239
+ },
1240
+ },
1241
+ config: {
1242
+ title: {
1243
+ selectedVariants: {
1244
+ Heading_Level: "H2",
1245
+ },
1246
+ },
1247
+ description: {
1248
+ selectedVariants: {
1249
+ Typography_Variants: "Large",
1250
+ },
1251
+ },
1252
+ faqs: [
1253
+ {
1254
+ question: {
1255
+ heading: {
1256
+ level: "4",
1257
+ },
1258
+ selectedVariants: {
1259
+ Heading_Level: "H5",
1260
+ },
1261
+ },
1262
+ answer: {
1263
+ selectedVariants: {},
1264
+ },
1265
+ },
1266
+ {
1267
+ question: {
1268
+ heading: {
1269
+ level: "4",
1270
+ },
1271
+ selectedVariants: {
1272
+ Heading_Level: "H5",
1273
+ },
1274
+ },
1275
+ answer: {
1276
+ selectedVariants: {},
1277
+ },
1278
+ },
1279
+ {
1280
+ question: {
1281
+ heading: {
1282
+ level: "4",
1283
+ },
1284
+ selectedVariants: {
1285
+ Heading_Level: "H5",
1286
+ },
1287
+ },
1288
+ answer: {
1289
+ selectedVariants: {},
1290
+ },
1291
+ },
1292
+ {
1293
+ question: {
1294
+ heading: {
1295
+ level: "4",
1296
+ },
1297
+ selectedVariants: {
1298
+ Heading_Level: "H5",
1299
+ },
1300
+ },
1301
+ answer: {
1302
+ selectedVariants: {},
1303
+ },
1304
+ },
1305
+ ],
1306
+ header_ctas: [
1307
+ {
1308
+ header_cta: {
1309
+ selectedVariants: {
1310
+ Button_Variants: "Primary",
1311
+ },
1312
+ },
1313
+ },
1314
+ {
1315
+ header_cta: {
1316
+ selectedVariants: {
1317
+ Button_Variants: "Secondary",
1318
+ },
1319
+ },
1320
+ },
1321
+ ],
1322
+ ctas: [
1323
+ {
1324
+ cta: {
1325
+ selectedVariants: {
1326
+ Button_Variants: "Primary",
1327
+ },
1328
+ },
1329
+ },
1330
+ {
1331
+ cta: {
1332
+ selectedVariants: {
1333
+ Button_Variants: "Secondary",
1334
+ },
1335
+ },
1336
+ },
1337
+ ],
1338
+ },
1339
+ },
1340
+ {
1341
+ key: "sidebar",
1342
+ title: "Sidebar",
1343
+ styles: {
1344
+ layout: {},
1345
+ container: {
1346
+ display: "flex",
1347
+ "flex-direction": "column",
1348
+ "row-gap": "2xl",
1349
+ },
1350
+ header_container: {
1351
+ display: "flex",
1352
+ "flex-direction": "column",
1353
+ width: "100%",
1354
+ "row-gap": "md",
1355
+ "align-items": "flex-start",
1356
+ },
1357
+ header_ctas_levoGroup: {
1358
+ display: "flex",
1359
+ "column-gap": "sm",
1360
+ "flex-wrap": "wrap",
1361
+ "align-items": "center",
1362
+ "margin-top": "sm",
1363
+ },
1364
+ header_ctas: [
1365
+ {
1366
+ header_cta: {
1367
+ width: "fit-content",
1368
+ },
1369
+ },
1370
+ {
1371
+ header_cta: {
1372
+ width: "fit-content",
1373
+ },
1374
+ },
1375
+ ],
1376
+ title: {
1377
+ "font-weight": 700,
1378
+ },
1379
+ description: {
1380
+ color: "text-3",
1381
+ },
1382
+ main_content_container: {
1383
+ display: "flex",
1384
+ width: "100%",
1385
+ "align-items": "flex-start",
1386
+ "column-gap": "4xl",
1387
+ tablet: {
1388
+ "column-gap": "2xl",
1389
+ },
1390
+ mobile: {
1391
+ "flex-direction": "column",
1392
+ "row-gap": "2xl",
1393
+ },
1394
+ },
1395
+ accordions_container: {
1396
+ display: "flex",
1397
+ flex: "2",
1398
+ "flex-direction": "column",
1399
+ },
1400
+ faq_image: {
1401
+ display: "none",
1402
+ },
1403
+ ctas_levoGroup: {
1404
+ display: "flex",
1405
+ "flex-direction": "row",
1406
+ "column-gap": "md",
1407
+ "row-gap": "sm",
1408
+ "flex-wrap": "wrap",
1409
+ "align-items": "center",
1410
+ "margin-top": "lg",
1411
+ },
1412
+ ctas: [],
1413
+ faqs: [
1414
+ {
1415
+ wrapper: {
1416
+ "padding-top": "none",
1417
+ "padding-bottom": "none",
1418
+ "border-color": "border",
1419
+ "border-bottom-width": "1px",
1420
+ "border-style": "solid",
1421
+ },
1422
+ question: {
1423
+ "font-weight": 600,
1424
+ "text-align": "left",
1425
+ },
1426
+ content: {
1427
+ "padding-top": "none",
1428
+ "padding-bottom": "lg",
1429
+ },
1430
+ trigger: {
1431
+ "padding-top": "lg",
1432
+ "padding-bottom": "lg",
1433
+ display: "flex",
1434
+ width: "100%",
1435
+ "justify-content": "space-between",
1436
+ "align-items": "center",
1437
+ },
1438
+ iconQuestionWrapper: {
1439
+ display: "flex",
1440
+ "align-items": "center",
1441
+ "column-gap": "base",
1442
+ },
1443
+ triggerIcon: {
1444
+ width: "20px",
1445
+ height: "20px",
1446
+ "flex-shrink": "0",
1447
+ },
1448
+ answer: {},
1449
+ },
1450
+ {
1451
+ wrapper: {
1452
+ "padding-top": "none",
1453
+ "padding-bottom": "none",
1454
+ "border-color": "border",
1455
+ "border-bottom-width": "1px",
1456
+ "border-style": "solid",
1457
+ },
1458
+ question: {
1459
+ "font-weight": 600,
1460
+ "text-align": "left",
1461
+ },
1462
+ content: {
1463
+ "padding-top": "none",
1464
+ "padding-bottom": "lg",
1465
+ },
1466
+ trigger: {
1467
+ "padding-top": "lg",
1468
+ "padding-bottom": "lg",
1469
+ display: "flex",
1470
+ width: "100%",
1471
+ "justify-content": "space-between",
1472
+ "align-items": "center",
1473
+ },
1474
+ iconQuestionWrapper: {
1475
+ display: "flex",
1476
+ "align-items": "center",
1477
+ "column-gap": "base",
1478
+ },
1479
+ triggerIcon: {
1480
+ width: "20px",
1481
+ height: "20px",
1482
+ "flex-shrink": "0",
1483
+ },
1484
+ answer: {},
1485
+ },
1486
+ {
1487
+ wrapper: {
1488
+ "padding-top": "none",
1489
+ "padding-bottom": "none",
1490
+ "border-color": "border",
1491
+ "border-bottom-width": "1px",
1492
+ "border-style": "solid",
1493
+ },
1494
+ question: {
1495
+ "font-weight": 600,
1496
+ "text-align": "left",
1497
+ },
1498
+ content: {
1499
+ "padding-top": "none",
1500
+ "padding-bottom": "lg",
1501
+ },
1502
+ trigger: {
1503
+ "padding-top": "lg",
1504
+ "padding-bottom": "lg",
1505
+ display: "flex",
1506
+ width: "100%",
1507
+ "justify-content": "space-between",
1508
+ "align-items": "center",
1509
+ },
1510
+ iconQuestionWrapper: {
1511
+ display: "flex",
1512
+ "align-items": "center",
1513
+ "column-gap": "base",
1514
+ },
1515
+ triggerIcon: {
1516
+ width: "20px",
1517
+ height: "20px",
1518
+ "flex-shrink": "0",
1519
+ },
1520
+ answer: {},
1521
+ },
1522
+ {
1523
+ wrapper: {
1524
+ "padding-top": "none",
1525
+ "padding-bottom": "none",
1526
+ "border-color": "border",
1527
+ "border-bottom-width": "1px",
1528
+ "border-style": "solid",
1529
+ },
1530
+ question: {
1531
+ "font-weight": 600,
1532
+ "text-align": "left",
1533
+ },
1534
+ content: {
1535
+ "padding-top": "none",
1536
+ "padding-bottom": "lg",
1537
+ },
1538
+ trigger: {
1539
+ "padding-top": "lg",
1540
+ "padding-bottom": "lg",
1541
+ display: "flex",
1542
+ width: "100%",
1543
+ "justify-content": "space-between",
1544
+ "align-items": "center",
1545
+ },
1546
+ iconQuestionWrapper: {
1547
+ display: "flex",
1548
+ "align-items": "center",
1549
+ "column-gap": "base",
1550
+ },
1551
+ triggerIcon: {
1552
+ width: "20px",
1553
+ height: "20px",
1554
+ "flex-shrink": "0",
1555
+ },
1556
+ answer: {},
1557
+ },
1558
+ ],
1559
+ },
1560
+ content: {
1561
+ layout: null,
1562
+ container: null,
1563
+ header_container: null,
1564
+ title: "Built to answer, before you sign",
1565
+ description:
1566
+ "Everything buying teams ask before the contract — implementation, identity, SLAs, reporting — from our delivery lead.",
1567
+ main_content_container: null,
1568
+ header_ctas_levoGroup: null,
1569
+ header_ctas: [
1570
+ {
1571
+ header_cta: "Talk to sales",
1572
+ },
1573
+ {
1574
+ header_cta: "See customers",
1575
+ },
1576
+ ],
1577
+ accordions_container: null,
1578
+ faqs: [
1579
+ {
1580
+ wrapper: null,
1581
+ trigger: null,
1582
+ content: null,
1583
+ iconQuestionWrapper: null,
1584
+ triggerIcon: null,
1585
+ question: "How long does a typical implementation take?",
1586
+ answer:
1587
+ "Most teams are live in two to four weeks. We run discovery, data migration, and SSO cut-over in parallel while your admins train on a sandboxed workspace.",
1588
+ },
1589
+ {
1590
+ wrapper: null,
1591
+ trigger: null,
1592
+ content: null,
1593
+ iconQuestionWrapper: null,
1594
+ triggerIcon: null,
1595
+ question: "Can we bring our own SSO and SCIM setup?",
1596
+ answer:
1597
+ "Yes. SAML 2.0 and OIDC providers connect in under an hour; SCIM keeps users and groups in sync. Okta, Entra ID, Google, and JumpCloud are all covered.",
1598
+ },
1599
+ {
1600
+ wrapper: null,
1601
+ trigger: null,
1602
+ content: null,
1603
+ iconQuestionWrapper: null,
1604
+ triggerIcon: null,
1605
+ question: "How do you handle service-level commitments?",
1606
+ answer:
1607
+ "99.95% uptime on Team, 99.99% on Enterprise, measured against a public status page. Credits kick in automatically if we miss; no support ticket required.",
1608
+ },
1609
+ {
1610
+ wrapper: null,
1611
+ trigger: null,
1612
+ content: null,
1613
+ iconQuestionWrapper: null,
1614
+ triggerIcon: null,
1615
+ question: "What reporting and analytics do you expose?",
1616
+ answer:
1617
+ "Built-in dashboards cover adoption, workflow throughput, and cycle time. Raw event logs stream to your warehouse over a managed Fivetran or Snowflake pipeline.",
1618
+ },
1619
+ ],
1620
+ ctas_levoGroup: null,
1621
+ ctas: [],
1622
+ faq_image: {
1623
+ id: "7452770860734961181",
1624
+ kind: "image",
1625
+ location:
1626
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg",
1627
+ mimetype: "image/jpeg",
1628
+ srcset: {
1629
+ "320w":
1630
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
1631
+ "640w":
1632
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
1633
+ "750w":
1634
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
1635
+ "828w":
1636
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
1637
+ "1080w":
1638
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
1639
+ "1200w":
1640
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
1641
+ "1920w":
1642
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
1643
+ path: "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
1644
+ },
1645
+ },
1646
+ },
1647
+ config: {
1648
+ title: {
1649
+ selectedVariants: {
1650
+ Heading_Level: "H2",
1651
+ },
1652
+ },
1653
+ description: {
1654
+ selectedVariants: {
1655
+ Typography_Variants: "Large",
1656
+ },
1657
+ },
1658
+ faqs: [
1659
+ {
1660
+ question: {
1661
+ heading: {
1662
+ level: "4",
1663
+ },
1664
+ selectedVariants: {
1665
+ Heading_Level: "H5",
1666
+ },
1667
+ },
1668
+ answer: {
1669
+ selectedVariants: {},
1670
+ },
1671
+ },
1672
+ {
1673
+ question: {
1674
+ heading: {
1675
+ level: "4",
1676
+ },
1677
+ selectedVariants: {
1678
+ Heading_Level: "H5",
1679
+ },
1680
+ },
1681
+ answer: {
1682
+ selectedVariants: {},
1683
+ },
1684
+ },
1685
+ {
1686
+ question: {
1687
+ heading: {
1688
+ level: "4",
1689
+ },
1690
+ selectedVariants: {
1691
+ Heading_Level: "H5",
1692
+ },
1693
+ },
1694
+ answer: {
1695
+ selectedVariants: {},
1696
+ },
1697
+ },
1698
+ {
1699
+ question: {
1700
+ heading: {
1701
+ level: "4",
1702
+ },
1703
+ selectedVariants: {
1704
+ Heading_Level: "H5",
1705
+ },
1706
+ },
1707
+ answer: {
1708
+ selectedVariants: {},
1709
+ },
1710
+ },
1711
+ ],
1712
+ header_ctas: [
1713
+ {
1714
+ header_cta: {
1715
+ selectedVariants: {
1716
+ Button_Variants: "Primary",
1717
+ },
1718
+ },
1719
+ },
1720
+ {
1721
+ header_cta: {
1722
+ selectedVariants: {
1723
+ Button_Variants: "Secondary",
1724
+ },
1725
+ },
1726
+ },
1727
+ ],
1728
+ ctas: [
1729
+ {
1730
+ cta: {
1731
+ selectedVariants: {
1732
+ Button_Variants: "Primary",
1733
+ },
1734
+ },
1735
+ },
1736
+ {
1737
+ cta: {
1738
+ selectedVariants: {
1739
+ Button_Variants: "Secondary",
1740
+ },
1741
+ },
1742
+ },
1743
+ ],
1744
+ },
1745
+ },
550
1746
  ],
551
1747
  };