@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
@@ -3,9 +3,9 @@ import type { IBlock } from "@levo-so/studio";
3
3
  import type { DEFAULT_CONTENT } from "./variants";
4
4
  import {
5
5
  defaultFeatures1Variant,
6
+ minimalListFeatures1Variant,
6
7
  stylizedCardsV1Features1Variant,
7
8
  stylizedCardsV2Features1Variant,
8
- stylizedCardsV3Features1Variant,
9
9
  } from "./variants";
10
10
 
11
11
  export type IFeatures1Content = typeof DEFAULT_CONTENT;
@@ -16,7 +16,7 @@ export const Features1: IBlock = {
16
16
  key: "features-1",
17
17
  version: "v1",
18
18
  prompt_description:
19
- "Centered headline and description above a two-row, three-column grid of cards, each featuring an icon, bold specialty name, and brief supporting text.",
19
+ "Centered headline and description above a responsive grid of feature cards, each with an icon, a concise feature name, and a short supporting description. Suited for cloud, SaaS, and platform product pages.",
20
20
  content_schema: [
21
21
  {
22
22
  key: "layout",
@@ -24,7 +24,7 @@ export const Features1: IBlock = {
24
24
  field_interface: "LayoutWidget",
25
25
  hint: {
26
26
  prompt_description:
27
- "Overall structural layout for the entire 'Healthcare Specialties' content block. Ensures proper spacing and alignment for a clean, modern medical presentation.",
27
+ "Overall structural layout for the features block. Ensures even spacing and alignment for a clean, modern product presentation.",
28
28
  },
29
29
  },
30
30
  {
@@ -33,7 +33,7 @@ export const Features1: IBlock = {
33
33
  field_interface: "ContainerWidget",
34
34
  hint: {
35
35
  prompt_description:
36
- "The main container that centers and constrains the block's width, providing a tidy, spacious visual frame suited to a professional healthcare context.",
36
+ "Main container that centers and constrains the block's width, giving the feature grid a tidy, spacious frame.",
37
37
  },
38
38
  },
39
39
  {
@@ -42,7 +42,7 @@ export const Features1: IBlock = {
42
42
  field_interface: "BoxWidget",
43
43
  hint: {
44
44
  prompt_description:
45
- "Wrapper to group the heading and description at the top of the block, aligning them center and ensuring consistent vertical spacing.",
45
+ "Wrapper that groups the heading and description at the top of the block with consistent vertical spacing.",
46
46
  },
47
47
  },
48
48
  {
@@ -56,9 +56,9 @@ export const Features1: IBlock = {
56
56
  field_interface: "HeadingWidget",
57
57
  hint: {
58
58
  prompt_description:
59
- "Primary headline introducing the section and setting a trustworthy, authoritative tone. Use clear, formal, and concise phrasing suitable for healthcare. Should capture attention but remain professional.",
59
+ "Primary headline introducing the feature set. Short, confident, and product-focused (e.g. 'Cloud services built around your roadmap').",
60
60
  min_characters: 20,
61
- max_characters: 40,
61
+ max_characters: 60,
62
62
  },
63
63
  },
64
64
  {
@@ -67,14 +67,14 @@ export const Features1: IBlock = {
67
67
  field_interface: "TypographyWidget",
68
68
  hint: {
69
69
  prompt_description:
70
- "Supportive subtitle beneath the headline. Should briefly explain the section's purpose in an approachable, professional, and informative tone. Use 1–2 sentences.",
70
+ "Supportive subtitle beneath the headline. One or two sentences summarising what the platform delivers and why teams choose it.",
71
71
  min_characters: 70,
72
- max_characters: 180,
72
+ max_characters: 200,
73
73
  },
74
74
  },
75
75
  {
76
76
  key: "specialties",
77
- label: "Specialties",
77
+ label: "Features",
78
78
  field_interface: "BoxWidget",
79
79
  kind: "group",
80
80
  fields: [
@@ -84,7 +84,7 @@ export const Features1: IBlock = {
84
84
  field_interface: "BoxWidget",
85
85
  hint: {
86
86
  prompt_description:
87
- "Container for an individual specialty card, organizing its icon and texts with a clean border and balanced padding.",
87
+ "Container for an individual feature card, organising its icon, title, and description with balanced padding.",
88
88
  },
89
89
  },
90
90
  {
@@ -93,7 +93,7 @@ export const Features1: IBlock = {
93
93
  field_interface: "BoxWidget",
94
94
  hint: {
95
95
  prompt_description:
96
- "Holds and centers the specialty icon or image at the top of each card to ensure consistent spacing and display.",
96
+ "Holds the feature icon at the top of each card so spacing and alignment stay consistent across the grid.",
97
97
  },
98
98
  },
99
99
  {
@@ -102,7 +102,7 @@ export const Features1: IBlock = {
102
102
  field_interface: "IconWidget",
103
103
  hint: {
104
104
  prompt_description:
105
- "Simple, easily recognizable icon representing the specialty. Use soft blue hues to match the healthcare theme and ensure clarity at small sizes.",
105
+ "Clear, recognisable icon that matches the feature's meaning (security, performance, scale, observability, etc.). Keep strokes consistent across the set.",
106
106
  orientation: "landscape",
107
107
  size: "small",
108
108
  usecase: "icon",
@@ -114,7 +114,7 @@ export const Features1: IBlock = {
114
114
  field_interface: "BoxWidget",
115
115
  hint: {
116
116
  prompt_description:
117
- "Groups the specialty title and description for vertical alignment and spacing within the card.",
117
+ "Groups the feature title and description for vertical alignment and spacing within the card.",
118
118
  },
119
119
  },
120
120
  {
@@ -123,9 +123,9 @@ export const Features1: IBlock = {
123
123
  field_interface: "HeadingWidget",
124
124
  hint: {
125
125
  prompt_description:
126
- "Specialty name featured as a bold card heading. Use succinct and clear phrasing (2–4 words), all significant words capitalized. Professional and direct style.",
126
+ "Feature name as a bold card heading. Keep it 2–3 words and use parallel phrasing across siblings (e.g. 'Zero-trust security', 'Zero-downtime deploys', 'Multi-region failover').",
127
127
  min_characters: 8,
128
- max_characters: 24,
128
+ max_characters: 30,
129
129
  },
130
130
  },
131
131
  {
@@ -134,9 +134,9 @@ export const Features1: IBlock = {
134
134
  field_interface: "TypographyWidget",
135
135
  hint: {
136
136
  prompt_description:
137
- "Short descriptive tagline for the specialty. Should inform the reader of the focus and benefit of each medical area in 12 sentences. Friendly yet expert tone.",
137
+ "Short description that names a concrete mechanism or proof point (a standard, a number, a specific capability). One sentence, ~1824 words.",
138
138
  min_characters: 60,
139
- max_characters: 140,
139
+ max_characters: 180,
140
140
  },
141
141
  },
142
142
  {
@@ -160,9 +160,9 @@ export const Features1: IBlock = {
160
160
  ],
161
161
  hint: {
162
162
  prompt_description:
163
- "Collection of medical specialties, each displayed as an individual card with icon, title, and description. Presented in a neat, two-row grid (3 cards per row). Use distinct titles and relevant text for 6 specialties.",
163
+ "Collection of platform features shown as cards with icon, title, and description. Each card must have a distinct title, icon, and description. Use parallel title phrasing across siblings.",
164
164
  min_items: 3,
165
- max_items: 6,
165
+ max_items: 8,
166
166
  },
167
167
  },
168
168
  ],
@@ -170,6 +170,6 @@ export const Features1: IBlock = {
170
170
  defaultFeatures1Variant,
171
171
  stylizedCardsV1Features1Variant,
172
172
  stylizedCardsV2Features1Variant,
173
- stylizedCardsV3Features1Variant,
173
+ minimalListFeatures1Variant,
174
174
  ],
175
175
  };
@@ -1,13 +1,82 @@
1
1
  import type { IBlockLayouts } from "@levo-so/studio";
2
2
 
3
- export const DUMMY_ICON = {
3
+ const ICON_SHIELD_TICK = {
4
4
  kind: "icon",
5
5
  data: {
6
- id: "archive-minus",
7
- label: "Archive Minus",
8
- tags: ["archive", "custom", "directional", "minus"],
6
+ id: "shield-tick",
7
+ label: "Shield Tick",
9
8
  svgCode:
10
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.5 11.4H9.5C9.09 11.4 8.75 11.06 8.75 10.65C8.75 10.24 9.09 9.90002 9.5 9.90002H14.5C14.91 9.90002 15.25 10.24 15.25 10.65C15.25 11.06 14.91 11.4 14.5 11.4Z" fill="var(--color-icon-primary)"/>\n<path d="M4.92957 22.75C4.50957 22.75 4.11957 22.65 3.76957 22.45C2.99957 22 2.55957 21.09 2.55957 19.96V5.86C2.55957 3.32 4.62957 1.25 7.16957 1.25H16.8196C19.3596 1.25 21.4296 3.32 21.4296 5.86V19.95C21.4296 21.08 20.9896 21.99 20.2196 22.44C19.4496 22.89 18.4396 22.84 17.4496 22.29L12.5696 19.58C12.2796 19.42 11.7096 19.42 11.4196 19.58L6.53957 22.29C5.99957 22.59 5.44957 22.75 4.92957 22.75ZM7.17957 2.75C5.46957 2.75 4.06957 4.15 4.06957 5.86V19.95C4.06957 20.54 4.23957 20.98 4.53957 21.15C4.83957 21.33 5.30957 21.27 5.81957 20.98L10.6996 18.27C11.4396 17.86 12.5596 17.86 13.2996 18.27L18.1796 20.98C18.6896 21.27 19.1596 21.33 19.4596 21.15C19.7596 20.97 19.9296 20.53 19.9296 19.95V5.86C19.9296 4.15 18.5296 2.75 16.8196 2.75H7.17957Z" fill="var(--color-icon-primary)"/>\n</svg>',
9
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12.0004 22.7599C10.9104 22.7599 9.83039 22.4399 8.98039 21.8099L4.68039 18.5999C3.54039 17.7499 2.65039 15.9699 2.65039 14.5599V7.11994C2.65039 5.57994 3.78039 3.93994 5.23039 3.39994L10.2204 1.52994C11.2104 1.15994 12.7704 1.15994 13.7604 1.52994L18.7504 3.39994C20.2004 3.93994 21.3304 5.57994 21.3304 7.11994V14.5499C21.3304 15.9699 20.4404 17.7399 19.3004 18.5899L15.0004 21.7999C14.1704 22.4399 13.0904 22.7599 12.0004 22.7599ZM10.7504 2.93994L5.76039 4.80994C4.91039 5.12994 4.16039 6.20994 4.16039 7.12994V14.5599C4.16039 15.5099 4.83039 16.8399 5.58039 17.3999L9.88039 20.6099C11.0304 21.4699 12.9704 21.4699 14.1304 20.6099L18.4304 17.3999C19.1904 16.8299 19.8504 15.5099 19.8504 14.5599V7.11994C19.8504 6.20994 19.1004 5.12994 18.2504 4.79994L13.2604 2.92994C12.5804 2.68994 11.4204 2.68994 10.7504 2.93994Z" fill="var(--color-icon-primary)"/>\n<path d="M10.6602 14.2301C10.4702 14.2301 10.2802 14.1601 10.1302 14.0101L8.52023 12.4001C8.23023 12.1101 8.23023 11.6301 8.52023 11.3401C8.81023 11.0501 9.29023 11.0501 9.58023 11.3401L10.6602 12.4201L14.4302 8.65012C14.7202 8.36012 15.2002 8.36012 15.4902 8.65012C15.7802 8.94012 15.7802 9.42012 15.4902 9.71012L11.1902 14.0101C11.0402 14.1601 10.8502 14.2301 10.6602 14.2301Z" fill="var(--color-icon-primary)"/>\n</svg>',
10
+ },
11
+ };
12
+
13
+ const ICON_FLASH = {
14
+ kind: "icon",
15
+ data: {
16
+ id: "flash",
17
+ label: "Flash",
18
+ svgCode:
19
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M9.98959 22.75C9.78959 22.75 9.62959 22.71 9.50959 22.66C9.10959 22.51 8.42959 22.02 8.42959 20.47V14.02H6.08959C4.74959 14.02 4.26959 13.39 4.09959 13.02C3.92959 12.64 3.77959 11.87 4.65959 10.86L12.2296 2.26001C13.2496 1.10001 14.0796 1.18001 14.4796 1.33001C14.8796 1.48001 15.5596 1.97001 15.5596 3.52001V9.97001H17.8996C19.2396 9.97001 19.7196 10.6 19.8896 10.97C20.0596 11.35 20.2096 12.12 19.3296 13.13L11.7596 21.73C11.0496 22.54 10.4296 22.75 9.98959 22.75ZM13.9296 2.74001C13.8996 2.78001 13.6896 2.88001 13.3596 3.26001L5.78959 11.86C5.50959 12.18 5.46959 12.38 5.46959 12.42C5.48959 12.43 5.66959 12.53 6.08959 12.53H9.17959C9.58959 12.53 9.92959 12.87 9.92959 13.28V20.48C9.92959 20.98 10.0196 21.2 10.0596 21.26C10.0896 21.22 10.2996 21.12 10.6296 20.74L18.1996 12.14C18.4796 11.82 18.5196 11.62 18.5196 11.58C18.4996 11.57 18.3196 11.47 17.8996 11.47H14.8096C14.3996 11.47 14.0596 11.13 14.0596 10.72V3.52001C14.0696 3.02001 13.9696 2.81001 13.9296 2.74001Z" fill="var(--color-icon-primary)"/>\n</svg>',
20
+ },
21
+ };
22
+
23
+ const ICON_CODE_CIRCLE = {
24
+ kind: "icon",
25
+ data: {
26
+ id: "code-circle",
27
+ label: "Code Circle",
28
+ svgCode:
29
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M7.99945 14.75C7.80945 14.75 7.61945 14.68 7.46945 14.53L5.46945 12.53C5.17945 12.24 5.17945 11.7599 5.46945 11.4699L7.46945 9.46994C7.75945 9.17994 8.23945 9.17994 8.52945 9.46994C8.81945 9.75994 8.81945 10.24 8.52945 10.53L7.05945 12L8.52945 13.4699C8.81945 13.7599 8.81945 14.24 8.52945 14.53C8.37945 14.68 8.18945 14.75 7.99945 14.75Z" fill="var(--color-icon-primary)"/>\n<path d="M15.9995 14.75C15.8095 14.75 15.6195 14.68 15.4695 14.53C15.1795 14.24 15.1795 13.7599 15.4695 13.4699L16.9395 12L15.4695 10.53C15.1795 10.24 15.1795 9.75994 15.4695 9.46994C15.7595 9.17994 16.2395 9.17994 16.5295 9.46994L18.5295 11.4699C18.8195 11.7599 18.8195 12.24 18.5295 12.53L16.5295 14.53C16.3795 14.68 16.1895 14.75 15.9995 14.75Z" fill="var(--color-icon-primary)"/>\n<path d="M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z" fill="var(--color-icon-primary)"/>\n<path d="M11.0001 15.0801C10.9001 15.0801 10.8001 15.0601 10.7101 15.0201C10.3301 14.8601 10.1501 14.4201 10.3201 14.0301L12.3201 9.36004C12.4801 8.98004 12.9201 8.80002 13.3001 8.97002C13.6801 9.13002 13.8601 9.57008 13.6901 9.96008L11.6901 14.6301C11.5701 14.9101 11.2901 15.0801 11.0001 15.0801Z" fill="var(--color-icon-primary)"/>\n</svg>',
30
+ },
31
+ };
32
+
33
+ const ICON_CLOUD_CONNECTION = {
34
+ kind: "icon",
35
+ data: {
36
+ id: "cloud-connection",
37
+ label: "Cloud Connection",
38
+ svgCode:
39
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M16.0598 16.7499C16.0498 16.7499 16.0398 16.7499 16.0198 16.7499H6.3598C3.7298 16.5699 2.5498 14.5499 2.5498 12.7499C2.5498 11.1699 3.45982 9.41994 5.43982 8.89994C4.91982 6.72994 5.39981 4.69989 6.80981 3.21989C8.44981 1.49989 11.0698 0.81994 13.3398 1.51994C15.3998 2.14994 16.8498 3.82989 17.3898 6.15989C19.1798 6.58989 20.6098 7.94994 21.1798 9.82994C21.8098 11.8899 21.2298 13.9999 19.6798 15.3499C18.7098 16.2499 17.4198 16.7499 16.0598 16.7499ZM6.39981 10.2599C4.78981 10.3899 4.06982 11.5999 4.06982 12.7499C4.06982 13.9099 4.79981 15.1299 6.42981 15.2499H16.0398C16.0498 15.2499 16.0598 15.2499 16.0698 15.2499C17.0498 15.2499 17.9898 14.8899 18.6998 14.2299C20.0198 13.0799 20.1098 11.4299 19.7598 10.2599C19.3998 9.08993 18.4098 7.76991 16.6698 7.54991C16.3398 7.50991 16.0798 7.25991 16.0198 6.92991C15.6798 4.87991 14.5698 3.46994 12.9098 2.95994C11.1998 2.43994 9.14982 2.96994 7.90982 4.26994C6.69982 5.53994 6.41981 7.30994 7.11981 9.26994C7.25981 9.65994 7.05983 10.0899 6.66983 10.2299C6.57983 10.2499 6.49981 10.2699 6.39981 10.2599Z" fill="var(--color-icon-primary)"/>\n<path d="M12 19.75C11.59 19.75 11.25 19.41 11.25 19V16C11.25 15.59 11.59 15.25 12 15.25C12.41 15.25 12.75 15.59 12.75 16V19C12.75 19.41 12.41 19.75 12 19.75Z" fill="var(--color-icon-primary)"/>\n<path d="M12 23.75C10.48 23.75 9.25 22.52 9.25 21C9.25 19.48 10.48 18.25 12 18.25C13.52 18.25 14.75 19.48 14.75 21C14.75 22.52 13.52 23.75 12 23.75ZM12 19.75C11.31 19.75 10.75 20.31 10.75 21C10.75 21.69 11.31 22.25 12 22.25C12.69 22.25 13.25 21.69 13.25 21C13.25 20.31 12.69 19.75 12 19.75Z" fill="var(--color-icon-primary)"/>\n<path d="M18 21.75H14C13.59 21.75 13.25 21.41 13.25 21C13.25 20.59 13.59 20.25 14 20.25H18C18.41 20.25 18.75 20.59 18.75 21C18.75 21.41 18.41 21.75 18 21.75Z" fill="var(--color-icon-primary)"/>\n<path d="M10 21.75H6C5.59 21.75 5.25 21.41 5.25 21C5.25 20.59 5.59 20.25 6 20.25H10C10.41 20.25 10.75 20.59 10.75 21C10.75 21.41 10.41 21.75 10 21.75Z" fill="var(--color-icon-primary)"/>\n</svg>',
40
+ },
41
+ };
42
+
43
+ const ICON_CHART_SUCCESS = {
44
+ kind: "icon",
45
+ data: {
46
+ id: "chart-success",
47
+ label: "Chart Success",
48
+ svgCode:
49
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M13 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V13C22.75 13.41 22.41 13.75 22 13.75C21.59 13.75 21.25 13.41 21.25 13V9C21.25 4.39 19.61 2.75 15 2.75H9C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H13C13.41 21.25 13.75 21.59 13.75 22C13.75 22.41 13.41 22.75 13 22.75Z" fill="var(--color-icon-primary)"/>\n<path d="M7 14.69C6.59 14.69 6.25 14.35 6.25 13.94V10.73C6.25 10.32 6.59 9.98001 7 9.98001C7.41 9.98001 7.75 10.32 7.75 10.73V13.94C7.75 14.36 7.41 14.69 7 14.69Z" fill="var(--color-icon-primary)"/>\n<path d="M17 14.69C16.59 14.69 16.25 14.35 16.25 13.94V10.73C16.25 10.32 16.59 9.98001 17 9.98001C17.41 9.98001 17.75 10.32 17.75 10.73V13.94C17.75 14.36 17.41 14.69 17 14.69Z" fill="var(--color-icon-primary)"/>\n<path d="M17.5803 21.75C17.3803 21.75 17.1903 21.67 17.0503 21.53L15.4703 19.96C15.1803 19.67 15.1703 19.19 15.4703 18.9C15.7603 18.61 16.2403 18.6 16.5303 18.9L17.5403 19.9L20.4403 16.51C20.7103 16.19 21.1803 16.16 21.5003 16.43C21.8103 16.7 21.8503 17.17 21.5803 17.49L18.1603 21.49C18.0203 21.65 17.8303 21.74 17.6203 21.75C17.6003 21.75 17.5903 21.75 17.5803 21.75Z" fill="var(--color-icon-primary)"/>\n<path d="M12 14.25C11.59 14.25 11.25 13.91 11.25 13.5V10.5C11.25 10.09 11.59 9.75 12 9.75C12.41 9.75 12.75 10.09 12.75 10.5V13.5C12.75 13.91 12.41 14.25 12 14.25Z" fill="var(--color-icon-primary)"/>\n</svg>',
50
+ },
51
+ };
52
+
53
+ const ICON_LIFEBUOY = {
54
+ kind: "icon",
55
+ data: {
56
+ id: "lifebuoy",
57
+ label: "Lifebuoy",
58
+ svgCode:
59
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M11.9697 22.75C6.04973 22.75 1.21973 17.93 1.21973 12C1.21973 6.07 6.04973 1.25 11.9697 1.25C17.8897 1.25 22.7197 6.07 22.7197 12C22.7197 17.93 17.8997 22.75 11.9697 22.75ZM11.9697 2.75C6.86973 2.75 2.71973 6.9 2.71973 12C2.71973 17.1 6.86973 21.25 11.9697 21.25C17.0697 21.25 21.2197 17.1 21.2197 12C21.2197 6.9 17.0697 2.75 11.9697 2.75Z" fill="var(--color-icon-primary)"/>\n<path d="M12 17.25C9.1 17.25 6.75 14.89 6.75 12C6.75 9.11 9.1 6.75 12 6.75C14.9 6.75 17.25 9.11 17.25 12C17.25 14.89 14.9 17.25 12 17.25ZM12 8.25C9.93 8.25 8.25 9.93 8.25 12C8.25 14.07 9.93 15.75 12 15.75C14.07 15.75 15.75 14.07 15.75 12C15.75 9.93 14.07 8.25 12 8.25Z" fill="var(--color-icon-primary)"/>\n<path d="M8.43984 9.21C8.24984 9.21 8.04984 9.14 7.90984 9L4.36984 5.46C4.07984 5.17 4.07984 4.69 4.36984 4.4C4.65984 4.11 5.13984 4.11 5.42984 4.4L8.96984 7.94C9.25984 8.23 9.25984 8.7 8.96984 9C8.81984 9.14 8.62984 9.21 8.43984 9.21Z" fill="var(--color-icon-primary)"/>\n<path d="M4.89984 19.82C4.70984 19.82 4.51984 19.75 4.36984 19.6C4.07984 19.31 4.07984 18.83 4.36984 18.54L7.90984 15C8.19984 14.71 8.67984 14.71 8.96984 15C9.25984 15.29 9.25984 15.77 8.96984 16.06L5.42984 19.6C5.28984 19.75 5.08984 19.82 4.89984 19.82Z" fill="var(--color-icon-primary)"/>\n<path d="M19.0404 19.82C18.8504 19.82 18.6604 19.75 18.5104 19.6L14.9704 16.06C14.6804 15.77 14.6804 15.29 14.9704 15C15.2604 14.71 15.7404 14.71 16.0304 15L19.5704 18.54C19.8604 18.83 19.8604 19.31 19.5704 19.6C19.4304 19.75 19.2404 19.82 19.0404 19.82Z" fill="var(--color-icon-primary)"/>\n<path d="M15.5102 9.21C15.3202 9.21 15.1302 9.14 14.9802 8.99C14.6902 8.7 14.6902 8.22 14.9802 7.93L18.5202 4.39C18.8102 4.1 19.2902 4.1 19.5802 4.39C19.8702 4.68 19.8702 5.16 19.5802 5.45L16.0402 9C15.8902 9.14 15.7002 9.21 15.5102 9.21Z" fill="var(--color-icon-primary)"/>\n</svg>',
60
+ },
61
+ };
62
+
63
+ export const ICON_GLOBAL = {
64
+ kind: "icon",
65
+ data: {
66
+ id: "global",
67
+ label: "Global",
68
+ svgCode:
69
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z" fill="var(--color-icon-primary)"/>\n<path d="M9.00023 21.75H8.00023C7.59023 21.75 7.25023 21.41 7.25023 21C7.25023 20.59 7.57023 20.26 7.98023 20.25C6.41023 14.89 6.41023 9.11 7.98023 3.75C7.57023 3.74 7.25023 3.41 7.25023 3C7.25023 2.59 7.59023 2.25 8.00023 2.25H9.00023C9.24023 2.25 9.47023 2.37 9.61023 2.56C9.75023 2.76 9.79023 3.01 9.71023 3.24C7.83023 8.89 7.83023 15.11 9.71023 20.77C9.79023 21 9.75023 21.25 9.61023 21.45C9.47023 21.63 9.24023 21.75 9.00023 21.75Z" fill="var(--color-icon-primary)"/>\n<path d="M15.0004 21.75C14.9204 21.75 14.8404 21.74 14.7604 21.71C14.3704 21.58 14.1504 21.15 14.2904 20.76C16.1704 15.11 16.1704 8.89 14.2904 3.23C14.1604 2.84 14.3704 2.41 14.7604 2.28C15.1604 2.15 15.5804 2.36 15.7104 2.75C17.7004 8.71 17.7004 15.27 15.7104 21.22C15.6104 21.55 15.3104 21.75 15.0004 21.75Z" fill="var(--color-icon-primary)"/>\n<path d="M12 17.2C9.21 17.2 6.43 16.81 3.75 16.02C3.74 16.42 3.41 16.75 3 16.75C2.59 16.75 2.25 16.41 2.25 16V15C2.25 14.76 2.37 14.53 2.56 14.39C2.76 14.25 3.01 14.21 3.24 14.29C8.89 16.17 15.12 16.17 20.77 14.29C21 14.21 21.25 14.25 21.45 14.39C21.65 14.53 21.76 14.76 21.76 15V16C21.76 16.41 21.42 16.75 21.01 16.75C20.6 16.75 20.27 16.43 20.26 16.02C17.57 16.81 14.79 17.2 12 17.2Z" fill="var(--color-icon-primary)"/>\n<path d="M20.9998 9.74999C20.9198 9.74999 20.8398 9.73999 20.7598 9.70999C15.1098 7.82999 8.87978 7.82999 3.22978 9.70999C2.82978 9.83999 2.40978 9.62999 2.27978 9.23999C2.15978 8.83999 2.36978 8.41999 2.75978 8.28999C8.71978 6.29999 15.2798 6.29999 21.2298 8.28999C21.6198 8.41999 21.8398 8.84999 21.6998 9.23999C21.6098 9.54999 21.3098 9.74999 20.9998 9.74999Z" fill="var(--color-icon-primary)"/>\n</svg>',
70
+ },
71
+ };
72
+
73
+ export const ICON_CPU_CHARGE = {
74
+ kind: "icon",
75
+ data: {
76
+ id: "cpu-charge",
77
+ label: "Cpu Charge",
78
+ svgCode:
79
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.4 20.75H9.6C5.21 20.75 3.25 18.79 3.25 14.4V9.6C3.25 5.21 5.21 3.25 9.6 3.25H14.4C18.79 3.25 20.75 5.21 20.75 9.6V14.4C20.75 18.79 18.79 20.75 14.4 20.75ZM9.6 4.75C6.02 4.75 4.75 6.02 4.75 9.6V14.4C4.75 17.98 6.02 19.25 9.6 19.25H14.4C17.98 19.25 19.25 17.98 19.25 14.4V9.6C19.25 6.02 17.98 4.75 14.4 4.75H9.6Z" fill="var(--color-icon-primary)"/>\n<path d="M13.5 17.75H10.5C7.6 17.75 6.25 16.4 6.25 13.5V10.5C6.25 7.6 7.6 6.25 10.5 6.25H13.5C16.4 6.25 17.75 7.6 17.75 10.5V13.5C17.75 16.4 16.4 17.75 13.5 17.75ZM10.5 7.75C8.42 7.75 7.75 8.42 7.75 10.5V13.5C7.75 15.58 8.42 16.25 10.5 16.25H13.5C15.58 16.25 16.25 15.58 16.25 13.5V10.5C16.25 8.42 15.58 7.75 13.5 7.75H10.5Z" fill="var(--color-icon-primary)"/>\n<path d="M8.00977 4.75C7.58977 4.75 7.25977 4.41 7.25977 4V2C7.25977 1.59 7.59977 1.25 8.00977 1.25C8.41977 1.25 8.75977 1.59 8.75977 2V4C8.75977 4.41 8.41977 4.75 8.00977 4.75Z" fill="var(--color-icon-primary)"/>\n<path d="M12 4.75C11.59 4.75 11.25 4.41 11.25 4V2C11.25 1.59 11.59 1.25 12 1.25C12.41 1.25 12.75 1.59 12.75 2V4C12.75 4.41 12.41 4.75 12 4.75Z" fill="var(--color-icon-primary)"/>\n<path d="M16 4.75C15.59 4.75 15.25 4.41 15.25 4V2C15.25 1.59 15.59 1.25 16 1.25C16.41 1.25 16.75 1.59 16.75 2V4C16.75 4.41 16.41 4.75 16 4.75Z" fill="var(--color-icon-primary)"/>\n<path d="M22 8.75H20C19.59 8.75 19.25 8.41 19.25 8C19.25 7.59 19.59 7.25 20 7.25H22C22.41 7.25 22.75 7.59 22.75 8C22.75 8.41 22.42 8.75 22 8.75Z" fill="var(--color-icon-primary)"/>\n<path d="M22 12.75H20C19.59 12.75 19.25 12.41 19.25 12C19.25 11.59 19.59 11.25 20 11.25H22C22.41 11.25 22.75 11.59 22.75 12C22.75 12.41 22.42 12.75 22 12.75Z" fill="var(--color-icon-primary)"/>\n<path d="M22 16.75H20C19.59 16.75 19.25 16.41 19.25 16C19.25 15.59 19.59 15.25 20 15.25H22C22.41 15.25 22.75 15.59 22.75 16C22.75 16.41 22.42 16.75 22 16.75Z" fill="var(--color-icon-primary)"/>\n<path d="M16 22.75C15.59 22.75 15.25 22.41 15.25 22V20C15.25 19.59 15.59 19.25 16 19.25C16.41 19.25 16.75 19.59 16.75 20V22C16.75 22.41 16.41 22.75 16 22.75Z" fill="var(--color-icon-primary)"/>\n<path d="M12.0098 22.75C11.5998 22.75 11.2598 22.41 11.2598 22V20C11.2598 19.59 11.5998 19.25 12.0098 19.25C12.4198 19.25 12.7598 19.59 12.7598 20V22C12.7598 22.41 12.4198 22.75 12.0098 22.75Z" fill="var(--color-icon-primary)"/>\n<path d="M8.00977 22.75C7.59977 22.75 7.25977 22.41 7.25977 22V20C7.25977 19.59 7.59977 19.25 8.00977 19.25C8.41977 19.25 8.75977 19.59 8.75977 20V22C8.75977 22.41 8.41977 22.75 8.00977 22.75Z" fill="var(--color-icon-primary)"/>\n<path d="M4 8.75H2C1.59 8.75 1.25 8.42 1.25 8C1.25 7.58 1.59 7.25 2 7.25H4C4.41 7.25 4.75 7.59 4.75 8C4.75 8.41 4.42 8.75 4 8.75Z" fill="var(--color-icon-primary)"/>\n<path d="M4 12.75H2C1.59 12.75 1.25 12.41 1.25 12C1.25 11.59 1.59 11.25 2 11.25H4C4.41 11.25 4.75 11.59 4.75 12C4.75 12.41 4.42 12.75 4 12.75Z" fill="var(--color-icon-primary)"/>\n<path d="M4 16.75H2C1.59 16.75 1.25 16.41 1.25 16C1.25 15.59 1.59 15.25 2 15.25H4C4.41 15.25 4.75 15.59 4.75 16C4.75 16.41 4.42 16.75 4 16.75Z" fill="var(--color-icon-primary)"/>\n<path d="M11.9996 15.05C11.8696 15.05 11.7396 15.02 11.6296 14.95C11.2696 14.74 11.1496 14.28 11.3496 13.93L12.0296 12.75H11.4396C10.9596 12.75 10.5696 12.54 10.3596 12.18C10.1496 11.82 10.1696 11.37 10.3996 10.96L11.3396 9.31995C11.5496 8.95995 12.0096 8.83995 12.3596 9.03995C12.7196 9.24995 12.8396 9.70995 12.6396 10.06L11.9596 11.24H12.5496C13.0296 11.24 13.4196 11.45 13.6296 11.81C13.8396 12.17 13.8196 12.62 13.5896 13.03L12.6496 14.67C12.5096 14.92 12.2596 15.05 11.9996 15.05Z" fill="var(--color-icon-primary)"/>\n</svg>',
11
80
  },
12
81
  };
13
82
 
@@ -15,101 +84,75 @@ export const DEFAULT_CONTENT = {
15
84
  layout: null,
16
85
  container: null,
17
86
  text_wrapper: null,
18
- title: "Our Healthcare Specialties",
87
+ title: "Cloud services built around your roadmap",
19
88
  description:
20
- "Amet minim mollit non deserunt ullamco est sit aliqua dolor do amet sint. Velit officia consequat duis enim velit mollit. Exercitation veniam.",
89
+ "Everything teams need to ship faster on modern cloud infrastructure security, observability, and cost controls baked in from day one.",
21
90
  specialties: [
22
91
  {
23
92
  content_wrapper: null,
24
93
  text_wrapper: null,
25
94
  icon_wrapper: null,
26
- title: "Dental Care",
95
+ title: "Zero-trust security",
27
96
  description:
28
- "Elevate your smile with holistic dental care, promoting oral health and confidence.",
29
- caption: " ",
30
- icon: DUMMY_ICON,
97
+ "SOC 2 Type II and ISO 27001 certified. Hardware-backed KMS keys rotated hourly with fine-grained, just-in-time IAM access.",
98
+ icon: ICON_SHIELD_TICK,
31
99
  ctas_levoGroup: null,
32
- ctas: [
33
- {
34
- cta: "Donate Now",
35
- },
36
- ],
100
+ ctas: [{ cta: "Read trust report" }],
37
101
  },
38
102
  {
39
103
  content_wrapper: null,
40
104
  text_wrapper: null,
41
105
  icon_wrapper: null,
42
- title: "Pulmonology",
43
- description: "Specialized pulmonology care for optimal respiratory health and well-being.",
44
- caption: " ",
45
- icon: DUMMY_ICON,
106
+ title: "Zero-downtime deploys",
107
+ description:
108
+ "Blue-green deploys with instant rollback, prebuilt CI/CD pipelines for every runtime, and canary promotion gated on SLOs.",
109
+ icon: ICON_FLASH,
46
110
  ctas_levoGroup: null,
47
- ctas: [
48
- {
49
- cta: "Donate Now",
50
- },
51
- ],
111
+ ctas: [{ cta: "See benchmarks" }],
52
112
  },
53
113
  {
54
114
  content_wrapper: null,
55
115
  text_wrapper: null,
56
116
  icon_wrapper: null,
57
- title: "Hematology",
58
- description: "Specialized pulmonology care for optimal respiratory health and well-being.",
59
- caption: " ",
60
- icon: DUMMY_ICON,
117
+ title: "Infrastructure as code",
118
+ description:
119
+ "Terraform modules for every service, policy-as-code guardrails, and drift detection so your environments never silently diverge.",
120
+ icon: ICON_CODE_CIRCLE,
61
121
  ctas_levoGroup: null,
62
- ctas: [
63
- {
64
- cta: "Donate Now",
65
- },
66
- ],
122
+ ctas: [{ cta: "View docs" }],
67
123
  },
68
124
  {
69
125
  content_wrapper: null,
70
126
  text_wrapper: null,
71
127
  icon_wrapper: null,
72
- title: "Infection",
73
- description: "Expert care for infections, ensuring swift diagnosis and effective treatment.",
74
- caption: " ",
75
- icon: DUMMY_ICON,
128
+ title: "Multi-region failover",
129
+ description:
130
+ "99.99% uptime across three regions with automatic failover under 30 seconds and spot-instance placement to absorb spikes.",
131
+ icon: ICON_CLOUD_CONNECTION,
76
132
  ctas_levoGroup: null,
77
- ctas: [
78
- {
79
- cta: "Donate Now",
80
- },
81
- ],
133
+ ctas: [{ cta: "See architecture" }],
82
134
  },
83
135
  {
84
136
  content_wrapper: null,
85
137
  text_wrapper: null,
86
138
  icon_wrapper: null,
87
- title: "Dialysis",
139
+ title: "Predictable cloud costs",
88
140
  description:
89
- "Comprehensive dialysis services, providing vital kidney care for a healthier life.",
90
- caption: " ",
91
- icon: DUMMY_ICON,
141
+ "Cost anomaly alerts with granular service attribution, FinOps dashboards, and rightsizing recommendations from every workload we run.",
142
+ icon: ICON_CHART_SUCCESS,
92
143
  ctas_levoGroup: null,
93
- ctas: [
94
- {
95
- cta: "Donate Now",
96
- },
97
- ],
144
+ ctas: [{ cta: "See pricing" }],
98
145
  },
99
146
  {
100
147
  content_wrapper: null,
101
148
  text_wrapper: null,
102
149
  icon_wrapper: null,
103
- title: "Generalist",
104
- description: "Generalist doctors addressing common health concerns with personalized care.",
105
- caption: " ",
106
- icon: DUMMY_ICON,
150
+ title: "Always-on support",
151
+ description:
152
+ "P1 SLA under 15 minutes with named SRE pods, shared runbooks, and quarterly game days to rehearse the failures that matter.",
153
+ icon: ICON_LIFEBUOY,
107
154
  ctas_levoGroup: null,
108
- ctas: [
109
- {
110
- cta: "Donate Now",
111
- },
112
- ],
155
+ ctas: [{ cta: "Talk to sales" }],
113
156
  },
114
157
  ],
115
158
  };
@@ -129,9 +172,9 @@ export const defaultFeatures1Variant: IBlockLayouts = {
129
172
  width: "100%",
130
173
  "flex-direction": "column",
131
174
  "align-items": "center",
132
- "row-gap": "8xl",
175
+ "row-gap": "5xl",
133
176
  mobile: {
134
- "row-gap": "5xl",
177
+ "row-gap": "3xl",
135
178
  },
136
179
  },
137
180
  text_wrapper: {
@@ -168,7 +211,7 @@ export const defaultFeatures1Variant: IBlockLayouts = {
168
211
  },
169
212
  specialties: Array(6)
170
213
  .fill(0)
171
- .map((v) => ({
214
+ .map(() => ({
172
215
  content_wrapper: {
173
216
  "border-radius": "xl",
174
217
  "border-width": "1px",
@@ -178,6 +221,7 @@ export const defaultFeatures1Variant: IBlockLayouts = {
178
221
  "flex-direction": "column",
179
222
  "row-gap": "lg",
180
223
  padding: "2xl",
224
+ height: "100%",
181
225
  },
182
226
  icon_wrapper: {
183
227
  display: "flex",
@@ -185,10 +229,10 @@ export const defaultFeatures1Variant: IBlockLayouts = {
185
229
  "align-items": "center",
186
230
  },
187
231
  icon: {
188
- height: "16",
189
- width: "16",
190
- "border-radius": "none",
191
- "background-color": "brandSecondary",
232
+ height: "24px",
233
+ width: "24px",
234
+ "font-size": "24px",
235
+ "flex-shrink": "0",
192
236
  },
193
237
  text_wrapper: {
194
238
  display: "flex",
@@ -196,9 +240,11 @@ export const defaultFeatures1Variant: IBlockLayouts = {
196
240
  "flex-direction": "column",
197
241
  "align-items": "center",
198
242
  "row-gap": "sm",
243
+ "flex-grow": "1",
199
244
  },
200
245
  title: {
201
246
  "font-weight": 700,
247
+ "text-align": "center",
202
248
  },
203
249
  description: {
204
250
  "text-align": "center",
@@ -206,7 +252,8 @@ export const defaultFeatures1Variant: IBlockLayouts = {
206
252
  },
207
253
  ctas_levoGroup: {
208
254
  display: "flex",
209
- "column-gap": "xs",
255
+ "column-gap": "sm",
256
+ "margin-top": "auto",
210
257
  },
211
258
  ctas: [
212
259
  {
@@ -228,8 +275,9 @@ export const defaultFeatures1Variant: IBlockLayouts = {
228
275
  level: 2,
229
276
  },
230
277
  },
231
- specialties: [
232
- {
278
+ specialties: Array(6)
279
+ .fill(0)
280
+ .map(() => ({
233
281
  title: {
234
282
  heading: {
235
283
  level: "4",
@@ -249,72 +297,6 @@ export const defaultFeatures1Variant: IBlockLayouts = {
249
297
  },
250
298
  },
251
299
  },
252
- },
253
- {
254
- title: {
255
- selectedVariants: {
256
- Heading_Level: "H5",
257
- },
258
- },
259
- description: {
260
- selectedVariants: {},
261
- },
262
- cta: {
263
- selectedVariants: {},
264
- },
265
- },
266
- {
267
- title: {
268
- selectedVariants: {
269
- Heading_Level: "H5",
270
- },
271
- },
272
- description: {
273
- selectedVariants: {},
274
- },
275
- cta: {
276
- selectedVariants: {},
277
- },
278
- },
279
- {
280
- title: {
281
- selectedVariants: {
282
- Heading_Level: "H5",
283
- },
284
- },
285
- description: {
286
- selectedVariants: {},
287
- },
288
- cta: {
289
- selectedVariants: {},
290
- },
291
- },
292
- {
293
- title: {
294
- selectedVariants: {
295
- Heading_Level: "H5",
296
- },
297
- },
298
- description: {
299
- selectedVariants: {},
300
- },
301
- cta: {
302
- selectedVariants: {},
303
- },
304
- },
305
- {
306
- title: {
307
- selectedVariants: {
308
- Heading_Level: "H5",
309
- },
310
- },
311
- description: {
312
- selectedVariants: {},
313
- },
314
- cta: {
315
- selectedVariants: {},
316
- },
317
- },
318
- ],
300
+ })),
319
301
  },
320
302
  };
@@ -1,12 +1,12 @@
1
1
  import { DEFAULT_CONTENT, defaultFeatures1Variant } from "./default";
2
+ import { minimalListFeatures1Variant } from "./minimal-list";
2
3
  import { stylizedCardsV1Features1Variant } from "./stylized-cards-v1";
3
4
  import { stylizedCardsV2Features1Variant } from "./stylized-cards-v2";
4
- import { stylizedCardsV3Features1Variant } from "./stylized-cards-v3";
5
5
 
6
6
  export {
7
7
  stylizedCardsV1Features1Variant,
8
8
  stylizedCardsV2Features1Variant,
9
- stylizedCardsV3Features1Variant,
9
+ minimalListFeatures1Variant,
10
10
  defaultFeatures1Variant,
11
11
  DEFAULT_CONTENT,
12
12
  };