@levo-so/blocks 0.1.2 → 0.1.52

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 (115) hide show
  1. package/package.json +2 -2
  2. package/src/blocks/about-us/about-us-1.schema.ts +26 -12
  3. package/src/blocks/about-us/about-us-2.schema.ts +269 -0
  4. package/src/blocks/about-us/about-us-2.tsx +47 -0
  5. package/src/blocks/blogs/blog-listing-1.schema.ts +64 -10
  6. package/src/blocks/blogs/blog-listing-1.tsx +79 -56
  7. package/src/blocks/blogs/blog-listing-2.schema.ts +3141 -31
  8. package/src/blocks/blogs/blog-listing-2.tsx +16 -11
  9. package/src/blocks/blogs/blog-listing-3.schema.ts +2476 -0
  10. package/src/blocks/blogs/blog-listing-3.tsx +84 -0
  11. package/src/blocks/blogs/blog-post-1.schema.ts +17 -9
  12. package/src/blocks/blogs/blog-post-2.schema.ts +13 -56
  13. package/src/blocks/blogs/blog-post-3.schema.ts +284 -0
  14. package/src/blocks/blogs/blog-post-3.tsx +58 -0
  15. package/src/blocks/cards/cards-10.schema.ts +579 -0
  16. package/src/blocks/cards/cards-10.tsx +2 -0
  17. package/src/blocks/cards/cards-11.schema.ts +514 -36
  18. package/src/blocks/cards/cards-13.schema.ts +615 -0
  19. package/src/blocks/cards/cards-13.tsx +67 -0
  20. package/src/blocks/cards/cards-2.schema.ts +14 -17
  21. package/src/blocks/cards/cards-3.schema.ts +15 -25
  22. package/src/blocks/cards/cards-4.schema.ts +22 -44
  23. package/src/blocks/cards/cards-4.tsx +39 -39
  24. package/src/blocks/cards/cards-5.schema.ts +15 -34
  25. package/src/blocks/cards/cards-6.schema.ts +1500 -0
  26. package/src/blocks/cards/cards-6.tsx +11 -7
  27. package/src/blocks/cards/cards-7.schema.ts +1772 -27
  28. package/src/blocks/cards/cards-7.tsx +32 -0
  29. package/src/blocks/cards/cards-8.schema.ts +9 -9
  30. package/src/blocks/contact-us/contact-us-1.schema.ts +13 -6
  31. package/src/blocks/contact-us/contact-us-2.schema.ts +43 -43
  32. package/src/blocks/content/content-1.schema.ts +45 -67
  33. package/src/blocks/content/content-2.schema.ts +14 -11
  34. package/src/blocks/content/content-3.schema.ts +17 -115
  35. package/src/blocks/content/content-3.tsx +1 -0
  36. package/src/blocks/content/content-5.tsx +1 -0
  37. package/src/blocks/content/content-6.tsx +1 -0
  38. package/src/blocks/content/content-7.schema.ts +723 -0
  39. package/src/blocks/content/content-7.tsx +53 -0
  40. package/src/blocks/cta/cta-1.schema.ts +18 -26
  41. package/src/blocks/cta/cta-3.schema.ts +60 -0
  42. package/src/blocks/event/event-details.schema.ts +30 -35
  43. package/src/blocks/event/event-details.tsx +74 -79
  44. package/src/blocks/event/event-listing-2.schema.ts +85 -26
  45. package/src/blocks/event/event-listing-2.tsx +76 -52
  46. package/src/blocks/event/event-listing-3.schema.ts +58 -42
  47. package/src/blocks/event/event-listing-3.tsx +4 -9
  48. package/src/blocks/event/event-listing-4.schema.ts +3528 -0
  49. package/src/blocks/event/event-listing-4.tsx +97 -0
  50. package/src/blocks/event/event-listing.schema.ts +81 -86
  51. package/src/blocks/event/event-listing.tsx +1 -3
  52. package/src/blocks/faq/faq-1.schema.ts +13 -10
  53. package/src/blocks/faq/faq-2.schema.ts +12 -10
  54. package/src/blocks/features/features-1/variants/default.ts +12 -3
  55. package/src/blocks/features/features-2.schema.ts +192 -59
  56. package/src/blocks/features/features-3.schema.ts +11 -25
  57. package/src/blocks/features/features-4.schema.ts +20 -35
  58. package/src/blocks/features/features-5.schema.ts +18 -37
  59. package/src/blocks/footer/footer-1.schema.ts +28 -5
  60. package/src/blocks/footer/footer-2.schema.ts +18 -3
  61. package/src/blocks/footer/footer-3.schema.ts +85 -160
  62. package/src/blocks/footer/footer-3.tsx +1 -2
  63. package/src/blocks/footer/footer-4.schema.ts +10 -5
  64. package/src/blocks/footer/footer-4.tsx +1 -1
  65. package/src/blocks/footer/footer-5.schema.ts +10 -0
  66. package/src/blocks/footer/footer-5.tsx +11 -3
  67. package/src/blocks/footer/footer-6.schema.ts +730 -0
  68. package/src/blocks/footer/footer-6.tsx +100 -0
  69. package/src/blocks/hero/hero-1.schema.ts +165 -185
  70. package/src/blocks/hero/hero-10.schema.ts +175 -0
  71. package/src/blocks/hero/hero-10.tsx +35 -0
  72. package/src/blocks/hero/hero-2.schema.ts +60 -104
  73. package/src/blocks/hero/hero-2.tsx +11 -3
  74. package/src/blocks/hero/hero-3.schema.ts +68 -64
  75. package/src/blocks/hero/hero-4.schema.ts +148 -48
  76. package/src/blocks/hero/hero-5.schema.ts +29 -23
  77. package/src/blocks/hero/hero-6.schema.ts +28 -66
  78. package/src/blocks/hero/hero-7.schema.ts +34 -37
  79. package/src/blocks/hero/hero-8.schema.ts +5 -1
  80. package/src/blocks/index.ts +11 -0
  81. package/src/blocks/logos/logos-1.schema.ts +10 -4
  82. package/src/blocks/navbar/navbar-1.schema.ts +3 -5
  83. package/src/blocks/navbar/navbar-1.tsx +5 -19
  84. package/src/blocks/navbar/navbar-2.schema.ts +2 -4
  85. package/src/blocks/navbar/navbar-2.tsx +4 -18
  86. package/src/blocks/navbar/navbar-3.schema.ts +6834 -0
  87. package/src/blocks/navbar/navbar-3.tsx +551 -0
  88. package/src/blocks/pricing/pricing-1.schema.ts +23 -37
  89. package/src/blocks/products/products-listing-1.schema.ts +73 -76
  90. package/src/blocks/profile/profile-1.schema.ts +399 -0
  91. package/src/blocks/profile/profile-1.tsx +64 -0
  92. package/src/blocks/stats/stats-1.schema.ts +34 -3
  93. package/src/blocks/stats/variants/default.ts +0 -1
  94. package/src/blocks/stats/variants/hero.ts +2 -13
  95. package/src/blocks/team/team-1.schema.ts +50 -22
  96. package/src/blocks/team/team-1.tsx +9 -3
  97. package/src/blocks/team/team-2.schema.ts +96 -167
  98. package/src/blocks/team/team-3.schema.ts +32 -49
  99. package/src/blocks/team/team-4.schema.ts +551 -0
  100. package/src/blocks/team/team-4.tsx +59 -0
  101. package/src/blocks/termsAndPrivacy/terms-and-conditions-1.schema.ts +10 -20
  102. package/src/blocks/testimonial/testimonial-1.schema.ts +14 -8
  103. package/src/blocks/testimonial/testimonial-2.schema.ts +2 -2
  104. package/src/blocks/testimonial/testimonial-3.schema.ts +12 -18
  105. package/src/blocks/testimonial/testimonial-4.schema.ts +131 -126
  106. package/src/blocks/testimonial/testimonial-5/variants/default.ts +510 -0
  107. package/src/blocks/testimonial/testimonial-5/variants/index.ts +4 -0
  108. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +887 -0
  109. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +923 -0
  110. package/src/blocks/testimonial/testimonial-5.schema.ts +62 -246
  111. package/src/blocks/testimonial/testimonial-5.tsx +32 -8
  112. package/src/blocks/testimonial/testimonial-6.schema.ts +986 -23
  113. package/src/blocks/testimonial/testimonial-6.tsx +107 -57
  114. package/src/schemas/blocks.ts +22 -0
  115. package/src/schemas/categories.ts +6 -0
@@ -0,0 +1,723 @@
1
+ import type { IBlock } from "@levo-so/studio";
2
+
3
+ const DEFAULT_CONTENT = {
4
+ layout: null,
5
+ container: null,
6
+ header_wrapper: null,
7
+ title: "Our Service",
8
+ view_all_cta: "View All Service",
9
+ services_levoGroup: null,
10
+ services: [
11
+ {
12
+ service_item: null,
13
+ left_container: null,
14
+ service_title: "Custom Building Construction",
15
+ right_container: null,
16
+ service_image: {
17
+ id: "SvIIPsj3b09UT",
18
+ filename: "image.png",
19
+ kind: "image",
20
+ location:
21
+ "https://static.levostg.online/W6OEVMW8/image-lDiIjGwQ4GWFG.png",
22
+ srcset: {
23
+ "1080w":
24
+ "https://static.levostg.online/W6OEVMW8/image-lDiIjGwQ4GWFG-1080w.webp",
25
+ "1200w":
26
+ "https://static.levostg.online/W6OEVMW8/image-lDiIjGwQ4GWFG-1200w.webp",
27
+ "1920w":
28
+ "https://static.levostg.online/W6OEVMW8/image-lDiIjGwQ4GWFG-1920w.webp",
29
+ "320w":
30
+ "https://static.levostg.online/W6OEVMW8/image-lDiIjGwQ4GWFG-320w.webp",
31
+ "640w":
32
+ "https://static.levostg.online/W6OEVMW8/image-lDiIjGwQ4GWFG-640w.webp",
33
+ "750w":
34
+ "https://static.levostg.online/W6OEVMW8/image-lDiIjGwQ4GWFG-750w.webp",
35
+ "828w":
36
+ "https://static.levostg.online/W6OEVMW8/image-lDiIjGwQ4GWFG-828w.webp",
37
+ path: "https://static.levostg.online/W6OEVMW8/image-lDiIjGwQ4GWFG-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-lDiIjGwQ4GWFG-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-lDiIjGwQ4GWFG-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-lDiIjGwQ4GWFG-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-lDiIjGwQ4GWFG-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-lDiIjGwQ4GWFG-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-lDiIjGwQ4GWFG-828w.webp 828w",
38
+ },
39
+ mimetype: "image/png",
40
+ },
41
+ content_wrapper: null,
42
+ service_description:
43
+ "We specialize in building fully customized homes designed around your vision. we ensure every detail—from foundation to finishing—matches your expectations.",
44
+ cta: "Know More",
45
+ },
46
+ {
47
+ service_item: null,
48
+ left_container: null,
49
+ service_title: "Architectural & Interior Design",
50
+ right_container: null,
51
+ service_image: {
52
+ id: "c2urgaN7YZU01",
53
+ filename: "image.png",
54
+ kind: "image",
55
+ location:
56
+ "https://static.levostg.online/W6OEVMW8/image-UpLACWhcJGNFc.png",
57
+ srcset: {
58
+ "1080w":
59
+ "https://static.levostg.online/W6OEVMW8/image-UpLACWhcJGNFc-1080w.webp",
60
+ "1200w":
61
+ "https://static.levostg.online/W6OEVMW8/image-UpLACWhcJGNFc-1200w.webp",
62
+ "1920w":
63
+ "https://static.levostg.online/W6OEVMW8/image-UpLACWhcJGNFc-1920w.webp",
64
+ "320w":
65
+ "https://static.levostg.online/W6OEVMW8/image-UpLACWhcJGNFc-320w.webp",
66
+ "640w":
67
+ "https://static.levostg.online/W6OEVMW8/image-UpLACWhcJGNFc-640w.webp",
68
+ "750w":
69
+ "https://static.levostg.online/W6OEVMW8/image-UpLACWhcJGNFc-750w.webp",
70
+ "828w":
71
+ "https://static.levostg.online/W6OEVMW8/image-UpLACWhcJGNFc-828w.webp",
72
+ path: "https://static.levostg.online/W6OEVMW8/image-UpLACWhcJGNFc-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-UpLACWhcJGNFc-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-UpLACWhcJGNFc-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-UpLACWhcJGNFc-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-UpLACWhcJGNFc-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-UpLACWhcJGNFc-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-UpLACWhcJGNFc-640w.webp 640w",
73
+ },
74
+ mimetype: "image/png",
75
+ },
76
+ content_wrapper: null,
77
+ service_description:
78
+ "Beautiful, functional, and personalized designs that bring style and comfort.",
79
+ cta: "Know More",
80
+ },
81
+ {
82
+ service_item: null,
83
+ left_container: null,
84
+ service_title: "Renovation & Remodeling",
85
+ right_container: null,
86
+ service_image: {
87
+ id: "YhEb2TcfUXHCh",
88
+ filename: "image.png",
89
+ kind: "image",
90
+ location:
91
+ "https://static.levostg.online/W6OEVMW8/image-BwjC6oi53g2q5.png",
92
+ srcset: {
93
+ "1080w":
94
+ "https://static.levostg.online/W6OEVMW8/image-BwjC6oi53g2q5-1080w.webp",
95
+ "1200w":
96
+ "https://static.levostg.online/W6OEVMW8/image-BwjC6oi53g2q5-1200w.webp",
97
+ "1920w":
98
+ "https://static.levostg.online/W6OEVMW8/image-BwjC6oi53g2q5-1920w.webp",
99
+ "320w":
100
+ "https://static.levostg.online/W6OEVMW8/image-BwjC6oi53g2q5-320w.webp",
101
+ "640w":
102
+ "https://static.levostg.online/W6OEVMW8/image-BwjC6oi53g2q5-640w.webp",
103
+ "750w":
104
+ "https://static.levostg.online/W6OEVMW8/image-BwjC6oi53g2q5-750w.webp",
105
+ "828w":
106
+ "https://static.levostg.online/W6OEVMW8/image-BwjC6oi53g2q5-828w.webp",
107
+ path: "https://static.levostg.online/W6OEVMW8/image-BwjC6oi53g2q5-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-BwjC6oi53g2q5-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-BwjC6oi53g2q5-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-BwjC6oi53g2q5-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-BwjC6oi53g2q5-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-BwjC6oi53g2q5-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-BwjC6oi53g2q5-1920w.webp 1920w",
108
+ },
109
+ mimetype: "image/png",
110
+ },
111
+ content_wrapper: null,
112
+ service_description:
113
+ "Upgrade, expand, or redesign your existing space with smart solutions that blend durability.",
114
+ cta: "Know More",
115
+ },
116
+ {
117
+ service_item: null,
118
+ left_container: null,
119
+ service_title: "Project Planning & Management",
120
+ right_container: null,
121
+ service_image: {
122
+ id: "fF90dWpXMZ44R",
123
+ filename: "image.png",
124
+ kind: "image",
125
+ location:
126
+ "https://static.levostg.online/W6OEVMW8/image-DNPa4s1dOY8Wn.png",
127
+ srcset: {
128
+ "1080w":
129
+ "https://static.levostg.online/W6OEVMW8/image-DNPa4s1dOY8Wn-1080w.webp",
130
+ "1200w":
131
+ "https://static.levostg.online/W6OEVMW8/image-DNPa4s1dOY8Wn-1200w.webp",
132
+ "1920w":
133
+ "https://static.levostg.online/W6OEVMW8/image-DNPa4s1dOY8Wn-1920w.webp",
134
+ "320w":
135
+ "https://static.levostg.online/W6OEVMW8/image-DNPa4s1dOY8Wn-320w.webp",
136
+ "640w":
137
+ "https://static.levostg.online/W6OEVMW8/image-DNPa4s1dOY8Wn-640w.webp",
138
+ "750w":
139
+ "https://static.levostg.online/W6OEVMW8/image-DNPa4s1dOY8Wn-750w.webp",
140
+ "828w":
141
+ "https://static.levostg.online/W6OEVMW8/image-DNPa4s1dOY8Wn-828w.webp",
142
+ path: "https://static.levostg.online/W6OEVMW8/image-DNPa4s1dOY8Wn-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-DNPa4s1dOY8Wn-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-DNPa4s1dOY8Wn-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-DNPa4s1dOY8Wn-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-DNPa4s1dOY8Wn-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-DNPa4s1dOY8Wn-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-DNPa4s1dOY8Wn-750w.webp 750w",
143
+ },
144
+ mimetype: "image/png",
145
+ },
146
+ content_wrapper: null,
147
+ service_description:
148
+ "Seamless execution with clear timelines, cost transparency, and expert supervision.",
149
+ cta: "Know More",
150
+ },
151
+ ],
152
+ view_all_cta_rightIcon: {
153
+ kind: "icon",
154
+ data: {
155
+ id: "arrow-right-1",
156
+ label: "Arrow Right 1",
157
+ tags: ["arrow", "custom", "directional", "right"],
158
+ svgCode:
159
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.4301 18.82C14.2401 18.82 14.0501 18.75 13.9001 18.6C13.6101 18.31 13.6101 17.83 13.9001 17.54L19.4401 12L13.9001 6.46C13.6101 6.17 13.6101 5.69 13.9001 5.4C14.1901 5.11 14.6701 5.11 14.9601 5.4L21.0301 11.47C21.3201 11.76 21.3201 12.24 21.0301 12.53L14.9601 18.6C14.8101 18.75 14.6201 18.82 14.4301 18.82Z" fill="currentColor"/>\n<path d="M20.33 12.75H3.5C3.09 12.75 2.75 12.41 2.75 12C2.75 11.59 3.09 11.25 3.5 11.25H20.33C20.74 11.25 21.08 11.59 21.08 12C21.08 12.41 20.74 12.75 20.33 12.75Z" fill="currentColor"/>\n</svg>',
160
+ },
161
+ },
162
+ };
163
+
164
+ export type IContent7Content = typeof DEFAULT_CONTENT;
165
+
166
+ export const Content7: IBlock = {
167
+ category_id: "content",
168
+ title: "Content 7",
169
+ key: "content-7",
170
+ version: "v1",
171
+ prompt_description:
172
+ "Services showcase block with header title and CTA, featuring a two-column layout with service titles on the left and images with descriptions and CTAs on the right",
173
+
174
+ content_schema: [
175
+ {
176
+ key: "layout",
177
+ label: "Layout",
178
+ field_interface: "LayoutWidget",
179
+ },
180
+ {
181
+ key: "container",
182
+ label: "Container",
183
+ field_interface: "ContainerWidget",
184
+ },
185
+ {
186
+ key: "header_wrapper",
187
+ label: "Header Wrapper",
188
+ field_interface: "BoxWidget",
189
+ },
190
+ {
191
+ key: "title",
192
+ label: "Title",
193
+ field_interface: "HeadingWidget",
194
+ },
195
+ {
196
+ key: "view_all_cta",
197
+ label: "View All CTA",
198
+ field_interface: "ButtonWidget",
199
+ },
200
+ {
201
+ key: "services_levoGroup",
202
+ label: "Services Group",
203
+ field_interface: "BoxWidget",
204
+ },
205
+ {
206
+ key: "services",
207
+ label: "Services",
208
+ kind: "group",
209
+ field_interface: "BoxWidget",
210
+ fields: [
211
+ {
212
+ key: "service_item",
213
+ label: "Service Item",
214
+ field_interface: "BoxWidget",
215
+ },
216
+ {
217
+ key: "left_container",
218
+ label: "Left Container",
219
+ field_interface: "BoxWidget",
220
+ },
221
+ {
222
+ key: "service_title",
223
+ label: "Service Title",
224
+ field_interface: "HeadingWidget",
225
+ },
226
+ {
227
+ key: "right_container",
228
+ label: "Right Container",
229
+ field_interface: "BoxWidget",
230
+ },
231
+ {
232
+ key: "service_image",
233
+ label: "Service Image",
234
+ field_interface: "ImageWidget",
235
+ },
236
+ {
237
+ key: "content_wrapper",
238
+ label: "Content Wrapper",
239
+ field_interface: "BoxWidget",
240
+ },
241
+ {
242
+ key: "service_description",
243
+ label: "Service Description",
244
+ field_interface: "TypographyWidget",
245
+ },
246
+ {
247
+ key: "cta",
248
+ label: "CTA Button",
249
+ field_interface: "ButtonWidget",
250
+ },
251
+ ],
252
+ },
253
+ ],
254
+ layouts: [
255
+ {
256
+ key: "default",
257
+ title: "Default",
258
+ styles: {
259
+ layout: {
260
+ "background-color": "var(--color-background-secondary)",
261
+ "padding-top": "48px",
262
+ "padding-bottom": "48px",
263
+ "padding-left": "48px",
264
+ "padding-right": "48px",
265
+ tablet: {
266
+ "padding-top": "32px",
267
+ "padding-bottom": "32px",
268
+ "padding-left": "24px",
269
+ "padding-right": "24px",
270
+ },
271
+ mobile: {
272
+ "padding-top": "24px",
273
+ "padding-bottom": "24px",
274
+ "padding-left": "16px",
275
+ "padding-right": "16px",
276
+ },
277
+ },
278
+ container: {
279
+ "max-width": "1280px",
280
+ "margin-left": "auto",
281
+ "margin-right": "auto",
282
+ },
283
+ header_wrapper: {
284
+ display: "flex",
285
+ "justify-content": "space-between",
286
+ "align-items": "center",
287
+ "margin-bottom": "48px",
288
+ tablet: {
289
+ "flex-direction": "column",
290
+ "align-items": "flex-start",
291
+ "row-gap": "16px",
292
+ "margin-bottom": "32px",
293
+ },
294
+ mobile: {
295
+ "margin-bottom": "24px",
296
+ },
297
+ },
298
+ title: {},
299
+ view_all_cta: {
300
+ display: "flex",
301
+ "column-gap": "xs",
302
+ },
303
+ services_levoGroup: {
304
+ display: "flex",
305
+ "flex-direction": "column",
306
+ "row-gap": "none",
307
+ },
308
+ services: [
309
+ {
310
+ service_item: {
311
+ display: "flex",
312
+ "align-items": "center",
313
+ "column-gap": "48px",
314
+ "padding-top": "32px",
315
+ "padding-bottom": "32px",
316
+ "border-bottom": "1px solid var(--color-border)",
317
+ tablet: {
318
+ "column-gap": "24px",
319
+ "padding-top": "24px",
320
+ "padding-bottom": "24px",
321
+ },
322
+ mobile: {
323
+ "flex-direction": "column",
324
+ "align-items": "flex-start",
325
+ "row-gap": "16px",
326
+ "column-gap": "none",
327
+ "padding-top": "20px",
328
+ "padding-bottom": "20px",
329
+ },
330
+ },
331
+ left_container: {
332
+ "flex-shrink": "0",
333
+ width: "40%",
334
+ tablet: {
335
+ width: "250px",
336
+ },
337
+ mobile: {
338
+ width: "100%",
339
+ },
340
+ },
341
+ service_title: {
342
+ "font-size": "24px",
343
+ "font-weight": "600",
344
+ color: "text-1",
345
+ "line-height": "1.3",
346
+ tablet: {
347
+ "font-size": "20px",
348
+ },
349
+ mobile: {
350
+ "font-size": "18px",
351
+ },
352
+ },
353
+ right_container: {
354
+ "flex-grow": "1",
355
+ display: "flex",
356
+ "align-items": "center",
357
+ "column-gap": "24px",
358
+ tablet: {
359
+ "column-gap": "16px",
360
+ },
361
+ mobile: {
362
+ "flex-direction": "column",
363
+ "align-items": "flex-start",
364
+ "row-gap": "16px",
365
+ "column-gap": "none",
366
+ width: "100%",
367
+ },
368
+ width: "60%",
369
+ },
370
+ service_image: {
371
+ "flex-shrink": "0",
372
+ width: "250px",
373
+ height: "200px",
374
+ "border-radius": "8px",
375
+ "object-fit": "cover",
376
+ tablet: {
377
+ width: "100px",
378
+ height: "70px",
379
+ },
380
+ mobile: {
381
+ width: "100%",
382
+ height: "200px",
383
+ },
384
+ },
385
+ content_wrapper: {
386
+ "flex-grow": "1",
387
+ display: "flex",
388
+ "flex-direction": "column",
389
+ "row-gap": "16px",
390
+ },
391
+ service_description: {
392
+ "font-size": "16px",
393
+ color: "text-2",
394
+ "line-height": "1.6",
395
+ tablet: {
396
+ "font-size": "14px",
397
+ },
398
+ mobile: {
399
+ "font-size": "14px",
400
+ },
401
+ },
402
+ cta: {
403
+ width: "fit-content",
404
+ },
405
+ },
406
+ {
407
+ service_item: {
408
+ display: "flex",
409
+ "align-items": "center",
410
+ "column-gap": "48px",
411
+ "padding-top": "32px",
412
+ "padding-bottom": "32px",
413
+ "border-bottom": "1px solid var(--color-border)",
414
+ tablet: {
415
+ "column-gap": "24px",
416
+ "padding-top": "24px",
417
+ "padding-bottom": "24px",
418
+ },
419
+ mobile: {
420
+ "flex-direction": "column",
421
+ "align-items": "flex-start",
422
+ "row-gap": "16px",
423
+ "column-gap": "none",
424
+ "padding-top": "20px",
425
+ "padding-bottom": "20px",
426
+ },
427
+ },
428
+ left_container: {
429
+ "flex-shrink": "0",
430
+ width: "40%",
431
+ tablet: {
432
+ width: "250px",
433
+ },
434
+ mobile: {
435
+ width: "100%",
436
+ },
437
+ },
438
+ service_title: {
439
+ "font-size": "24px",
440
+ "font-weight": "600",
441
+ color: "text-1",
442
+ "line-height": "1.3",
443
+ tablet: {
444
+ "font-size": "20px",
445
+ },
446
+ mobile: {
447
+ "font-size": "18px",
448
+ },
449
+ },
450
+ right_container: {
451
+ "flex-grow": "1",
452
+ display: "flex",
453
+ "align-items": "center",
454
+ "column-gap": "24px",
455
+ tablet: {
456
+ "column-gap": "16px",
457
+ },
458
+ mobile: {
459
+ "flex-direction": "column",
460
+ "align-items": "flex-start",
461
+ "row-gap": "16px",
462
+ "column-gap": "none",
463
+ width: "100%",
464
+ },
465
+ width: "60%",
466
+ },
467
+ service_image: {
468
+ "flex-shrink": "0",
469
+ width: "250px",
470
+ height: "200px",
471
+ "border-radius": "8px",
472
+ "object-fit": "cover",
473
+ tablet: {
474
+ width: "100px",
475
+ height: "70px",
476
+ },
477
+ mobile: {
478
+ width: "100%",
479
+ height: "200px",
480
+ },
481
+ },
482
+ content_wrapper: {
483
+ "flex-grow": "1",
484
+ display: "flex",
485
+ "flex-direction": "column",
486
+ "row-gap": "16px",
487
+ },
488
+ service_description: {
489
+ "font-size": "16px",
490
+ color: "text-2",
491
+ "line-height": "1.6",
492
+ tablet: {
493
+ "font-size": "14px",
494
+ },
495
+ mobile: {
496
+ "font-size": "14px",
497
+ },
498
+ },
499
+ cta: {
500
+ width: "fit-content",
501
+ },
502
+ },
503
+ {
504
+ service_item: {
505
+ display: "flex",
506
+ "align-items": "center",
507
+ "column-gap": "48px",
508
+ "padding-top": "32px",
509
+ "padding-bottom": "32px",
510
+ "border-bottom": "1px solid var(--color-border)",
511
+ tablet: {
512
+ "column-gap": "24px",
513
+ "padding-top": "24px",
514
+ "padding-bottom": "24px",
515
+ },
516
+ mobile: {
517
+ "flex-direction": "column",
518
+ "align-items": "flex-start",
519
+ "row-gap": "16px",
520
+ "column-gap": "none",
521
+ "padding-top": "20px",
522
+ "padding-bottom": "20px",
523
+ },
524
+ },
525
+ left_container: {
526
+ "flex-shrink": "0",
527
+ width: "40%",
528
+ tablet: {
529
+ width: "250px",
530
+ },
531
+ mobile: {
532
+ width: "100%",
533
+ },
534
+ },
535
+ service_title: {
536
+ "font-size": "24px",
537
+ "font-weight": "600",
538
+ color: "text-1",
539
+ "line-height": "1.3",
540
+ tablet: {
541
+ "font-size": "20px",
542
+ },
543
+ mobile: {
544
+ "font-size": "18px",
545
+ },
546
+ },
547
+ right_container: {
548
+ "flex-grow": "1",
549
+ display: "flex",
550
+ "align-items": "center",
551
+ "column-gap": "24px",
552
+ tablet: {
553
+ "column-gap": "16px",
554
+ },
555
+ mobile: {
556
+ "flex-direction": "column",
557
+ "align-items": "flex-start",
558
+ "row-gap": "16px",
559
+ "column-gap": "none",
560
+ width: "100%",
561
+ },
562
+ width: "60%",
563
+ },
564
+ service_image: {
565
+ "flex-shrink": "0",
566
+ width: "250px",
567
+ height: "200px",
568
+ "border-radius": "8px",
569
+ "object-fit": "cover",
570
+ tablet: {
571
+ width: "100px",
572
+ height: "70px",
573
+ },
574
+ mobile: {
575
+ width: "100%",
576
+ height: "200px",
577
+ },
578
+ },
579
+ content_wrapper: {
580
+ "flex-grow": "1",
581
+ display: "flex",
582
+ "flex-direction": "column",
583
+ "row-gap": "16px",
584
+ },
585
+ service_description: {
586
+ "font-size": "16px",
587
+ color: "text-2",
588
+ "line-height": "1.6",
589
+ tablet: {
590
+ "font-size": "14px",
591
+ },
592
+ mobile: {
593
+ "font-size": "14px",
594
+ },
595
+ },
596
+ cta: {
597
+ width: "fit-content",
598
+ },
599
+ },
600
+ {
601
+ service_item: {
602
+ display: "flex",
603
+ "align-items": "center",
604
+ "column-gap": "48px",
605
+ "padding-top": "32px",
606
+ "padding-bottom": "32px",
607
+ tablet: {
608
+ "column-gap": "24px",
609
+ "padding-top": "24px",
610
+ "padding-bottom": "24px",
611
+ },
612
+ mobile: {
613
+ "flex-direction": "column",
614
+ "align-items": "flex-start",
615
+ "row-gap": "16px",
616
+ "column-gap": "none",
617
+ "padding-top": "20px",
618
+ "padding-bottom": "20px",
619
+ },
620
+ },
621
+ left_container: {
622
+ "flex-shrink": "0",
623
+ width: "40%",
624
+ tablet: {
625
+ width: "250px",
626
+ },
627
+ mobile: {
628
+ width: "100%",
629
+ },
630
+ },
631
+ service_title: {
632
+ "font-size": "24px",
633
+ "font-weight": "600",
634
+ color: "text-1",
635
+ "line-height": "1.3",
636
+ tablet: {
637
+ "font-size": "20px",
638
+ },
639
+ mobile: {
640
+ "font-size": "18px",
641
+ },
642
+ },
643
+ right_container: {
644
+ "flex-grow": "1",
645
+ display: "flex",
646
+ "align-items": "center",
647
+ "column-gap": "24px",
648
+ tablet: {
649
+ "column-gap": "16px",
650
+ },
651
+ mobile: {
652
+ "flex-direction": "column",
653
+ "align-items": "flex-start",
654
+ "row-gap": "16px",
655
+ "column-gap": "none",
656
+ width: "100%",
657
+ },
658
+ width: "60%",
659
+ },
660
+ service_image: {
661
+ "flex-shrink": "0",
662
+ width: "250px",
663
+ height: "200px",
664
+ "border-radius": "8px",
665
+ "object-fit": "cover",
666
+ tablet: {
667
+ width: "100px",
668
+ height: "70px",
669
+ },
670
+ mobile: {
671
+ width: "100%",
672
+ height: "200px",
673
+ },
674
+ },
675
+ content_wrapper: {
676
+ "flex-grow": "1",
677
+ display: "flex",
678
+ "flex-direction": "column",
679
+ "row-gap": "16px",
680
+ },
681
+ service_description: {
682
+ "font-size": "16px",
683
+ color: "text-2",
684
+ "line-height": "1.6",
685
+ tablet: {
686
+ "font-size": "14px",
687
+ },
688
+ mobile: {
689
+ "font-size": "14px",
690
+ },
691
+ },
692
+ cta: {
693
+ width: "fit-content",
694
+ },
695
+ },
696
+ ],
697
+ view_all_cta_rightIcon: {
698
+ height: "22px",
699
+ width: "22px",
700
+ "font-size": "22px",
701
+ },
702
+ },
703
+ content: DEFAULT_CONTENT,
704
+ config: {
705
+ title: {
706
+ selectedVariants: {
707
+ Heading_Level: "H2",
708
+ },
709
+ },
710
+ view_all_cta: {
711
+ selectedVariants: {
712
+ Button_Variants: "Ghost",
713
+ },
714
+ button_icons: {
715
+ right: {
716
+ enabled: true,
717
+ },
718
+ },
719
+ },
720
+ },
721
+ },
722
+ ],
723
+ };