@levo-so/blocks 0.1.101 → 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 +6 -5
  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,31 +1,37 @@
1
1
  import type { IBlock } from "@levo-so/studio";
2
2
 
3
3
  const MEDIA = {
4
- id: "vxmyzMseZ4pK",
5
- filename: "hero-2.png",
4
+ id: "7453077972412839722",
6
5
  kind: "image",
7
- location: "https://static.levocdn.com/WLZ1TXTD/hero-2-MqnYyg8ypOfo.png",
6
+ location: "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg",
7
+ mimetype: "image/jpeg",
8
8
  srcset: {
9
- "1080w": "https://static.levocdn.com/WLZ1TXTD/hero-2-MqnYyg8ypOfo-1080w.webp",
10
- "1200w": "https://static.levocdn.com/WLZ1TXTD/hero-2-MqnYyg8ypOfo-1200w.webp",
11
- "1920w": "https://static.levocdn.com/WLZ1TXTD/hero-2-MqnYyg8ypOfo-1920w.webp",
12
- "320w": "https://static.levocdn.com/WLZ1TXTD/hero-2-MqnYyg8ypOfo-320w.webp",
13
- "640w": "https://static.levocdn.com/WLZ1TXTD/hero-2-MqnYyg8ypOfo-640w.webp",
14
- "750w": "https://static.levocdn.com/WLZ1TXTD/hero-2-MqnYyg8ypOfo-750w.webp",
15
- "828w": "https://static.levocdn.com/WLZ1TXTD/hero-2-MqnYyg8ypOfo-828w.webp",
16
- path: "https://static.levocdn.com/WLZ1TXTD/hero-2-MqnYyg8ypOfo-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/hero-2-MqnYyg8ypOfo-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/hero-2-MqnYyg8ypOfo-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/hero-2-MqnYyg8ypOfo-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/hero-2-MqnYyg8ypOfo-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/hero-2-MqnYyg8ypOfo-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/hero-2-MqnYyg8ypOfo-1920w.webp 1920w",
9
+ "320w":
10
+ "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
11
+ "640w":
12
+ "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
13
+ "750w":
14
+ "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
15
+ "828w":
16
+ "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
17
+ "1080w":
18
+ "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
19
+ "1200w":
20
+ "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
21
+ "1920w":
22
+ "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
23
+ path: "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
17
24
  },
18
- mimetype: "image/png",
19
25
  };
20
26
 
21
27
  const DEFAULT_CONTENT = {
22
28
  layout: null,
23
29
  content_wrapper: null,
24
- title: "Where Freshers Prepare and Land Their First Job",
25
- accent_heading: "India's Largest Career Network Platform",
30
+ accent_heading: "MODERN TEAM OS",
31
+ title: "Operating System for fast-moving teams",
26
32
  sub_title:
27
- "Curated exclusively for freshers, LineupX connect freshers and students with over 500 top employers actively recruiting from 100+ academic institutes. Our AI-powered tools help prepare and match you to maximize the opportunities for a perfect first job.",
28
- button: "Book a Demo",
33
+ "Plan sprints, automate handoffs, and ship weekly without the tab sprawl. Real-time sync across docs, tasks, and reviews keeps every team aligned from spec to release.",
34
+ button: "Start free trial",
29
35
  image_desktop: MEDIA,
30
36
  image_mobile: MEDIA,
31
37
  };
@@ -38,7 +44,7 @@ export const Hero2: IBlock = {
38
44
  key: "hero-2",
39
45
  version: "v1",
40
46
  prompt_description:
41
- "Hero section featuring a vibrant illustration of connected user profiles, interface elements, and company logos, suggesting networking and opportunity, placed below headline, subheadline, and a central call-to-action button.",
47
+ "Centered hero section for a B2B SaaS product. Stacks a branded uppercase label, a bold headline, a supporting paragraph, and a single primary CTA over a wide landscape product or team photograph. Built for strong vertical hierarchy on landing pages.",
42
48
  content_schema: [
43
49
  {
44
50
  key: "layout",
@@ -46,7 +52,7 @@ export const Hero2: IBlock = {
46
52
  field_interface: "LayoutWidget",
47
53
  hint: {
48
54
  prompt_description:
49
- "Defines the overall structural layout of the hero section, typically a centered columnar block with accent heading, title, subtitle, call-to-action, and supporting visuals. Should maintain strong visual hierarchy and balanced spacing for a modern landing page.",
55
+ "Full-width hero layout with a centered content column. Works on marketing home pages and top-of-funnel landing pages.",
50
56
  },
51
57
  },
52
58
  {
@@ -55,7 +61,7 @@ export const Hero2: IBlock = {
55
61
  field_interface: "ContainerWidget",
56
62
  hint: {
57
63
  prompt_description:
58
- "Main bounding container for the hero content. Ensures adequate horizontal margins and vertically centers content for desktop and mobile. Should maintain clarity and visual focus on the central text and CTA.",
64
+ "Bounds hero content to a comfortable reading width with responsive horizontal padding. Vertically centers the text column.",
59
65
  },
60
66
  },
61
67
  {
@@ -64,7 +70,7 @@ export const Hero2: IBlock = {
64
70
  field_interface: "BoxWidget",
65
71
  hint: {
66
72
  prompt_description:
67
- "A wrapper providing padding and alignment for the hero section’s textual content and primary call-to-action. Ensures optimal legibility and separation from background or visual elements.",
73
+ "Flex column that stacks label, headline, sub-title, CTA, and hero image with consistent vertical rhythm.",
68
74
  },
69
75
  },
70
76
  {
@@ -73,9 +79,9 @@ export const Hero2: IBlock = {
73
79
  field_interface: "TypographyWidget",
74
80
  hint: {
75
81
  prompt_description:
76
- "A short, uppercase or emphasized phrase placed above the main headline to introduce the platform’s unique value or status. Should be concise, attention-grabbing, and use a confident, aspirational tone.",
77
- min_characters: 20,
78
- max_characters: 60,
82
+ "Short uppercase branded label above the headline. Communicates category or status. Keep it under 4 words.",
83
+ min_characters: 10,
84
+ max_characters: 40,
79
85
  },
80
86
  },
81
87
  {
@@ -84,8 +90,8 @@ export const Hero2: IBlock = {
84
90
  field_interface: "HeadingWidget",
85
91
  hint: {
86
92
  prompt_description:
87
- "The main headline of the hero section, designed to immediately communicate the core outcome or promise of the platform for freshers and students. Should be bold, clear, and aspirational.",
88
- min_characters: 40,
93
+ "Primary hero headline. Confident, specific, outcome-led. Avoid generic SaaS language.",
94
+ min_characters: 30,
89
95
  max_characters: 80,
90
96
  },
91
97
  },
@@ -95,9 +101,9 @@ export const Hero2: IBlock = {
95
101
  field_interface: "TypographyWidget",
96
102
  hint: {
97
103
  prompt_description:
98
- "A descriptive paragraph summarizing the platform’s offering, tools, and unique advantages. Should elaborate on the headline, be informative and approachable, and fit as a supporting lead under the main title.",
99
- min_characters: 120,
100
- max_characters: 300,
104
+ "Supporting paragraph under the headline. Names the mechanism (real-time sync, webhooks, automations) and the outcome.",
105
+ min_characters: 100,
106
+ max_characters: 260,
101
107
  },
102
108
  },
103
109
  {
@@ -106,36 +112,9 @@ export const Hero2: IBlock = {
106
112
  field_interface: "ButtonWidget",
107
113
  hint: {
108
114
  prompt_description:
109
- "Primary call-to-action button. Clear, direct, and action-oriented to prompt users to book a demo or get started. Should use a friendly but confident tone and fit on one line.",
115
+ "Single primary call-to-action. Short, action-led verb phrase (Start free trial, Book a demo).",
110
116
  min_characters: 8,
111
- max_characters: 32,
112
- },
113
- },
114
- {
115
- key: "hero_ctas",
116
- label: "CTA Group",
117
- kind: "group",
118
- field_interface: "BoxWidget",
119
- fields: [
120
- {
121
- key: "button",
122
- label: "Button",
123
- field_interface: "ButtonWidget",
124
- hint: {
125
- prompt_description: "Call-to-action button",
126
- min_characters: 8,
127
- max_characters: 18,
128
- },
129
- },
130
- ],
131
- },
132
- {
133
- key: "spacer",
134
- label: "Spacer",
135
- field_interface: "BoxWidget",
136
- hint: {
137
- prompt_description:
138
- "An element to visually separate content blocks or add vertical spacing between the text content and the illustrative hero image, ensuring a balanced layout.",
117
+ max_characters: 24,
139
118
  },
140
119
  },
141
120
  {
@@ -144,7 +123,7 @@ export const Hero2: IBlock = {
144
123
  field_interface: "BoxWidget",
145
124
  hint: {
146
125
  prompt_description:
147
- "A container for positioning and scaling the hero illustration or composite imagery, ensuring it aligns harmoniously with the surrounding text and background elements.",
126
+ "Container for the hero image. Controls width, aspect ratio, and spacing below the CTA.",
148
127
  },
149
128
  },
150
129
  {
@@ -153,7 +132,7 @@ export const Hero2: IBlock = {
153
132
  field_interface: "MediaWidget",
154
133
  hint: {
155
134
  prompt_description:
156
- "Main illustrative or composite image for the hero section on desktop. Should visually reinforce the platform’s focus on freshers, students, and job opportunities. Orientation is landscape, size is large to cover significant horizontal space, with role as hero/lead illustrative visual.",
135
+ "Wide landscape photograph for desktop hero. Team collaboration, modern office, or product UI scene fits best.",
157
136
  orientation: "landscape",
158
137
  size: "large",
159
138
  usecase: "hero",
@@ -165,7 +144,7 @@ export const Hero2: IBlock = {
165
144
  field_interface: "MediaWidget",
166
145
  hint: {
167
146
  prompt_description:
168
- "Optimized version of the hero illustration or composite for mobile screens. Must be visually coherent with the desktop version but formatted for vertical (potrait) viewing, medium to large size, and serves as the visual focus for mobile hero sections.",
147
+ "Mobile-optimised version of the hero image. Can reuse the desktop image cropped tighter.",
169
148
  orientation: "portrait",
170
149
  size: "medium",
171
150
  usecase: "hero",
@@ -177,7 +156,10 @@ export const Hero2: IBlock = {
177
156
  title: "Default",
178
157
  key: "default",
179
158
  styles: {
180
- layout: {},
159
+ layout: {
160
+ "padding-top": "3xl",
161
+ "padding-bottom": "3xl",
162
+ },
181
163
  container: {},
182
164
  content_wrapper: {
183
165
  display: "flex",
@@ -185,24 +167,246 @@ export const Hero2: IBlock = {
185
167
  "align-items": "center",
186
168
  "justify-content": "center",
187
169
  "row-gap": "lg",
188
- "column-gap": "lg",
189
170
  },
190
171
  accent_heading: {
191
172
  "text-align": "center",
192
173
  "text-transform": "uppercase",
174
+ "letter-spacing": "0.08em",
175
+ "font-weight": "600",
176
+ "font-size": "sm",
177
+ color: "brand",
193
178
  },
194
179
  title: {
180
+ "text-wrap": "balance",
195
181
  "text-align": "center",
182
+ "max-width": "720px",
196
183
  },
197
184
  sub_title: {
198
185
  "max-width": "600px",
199
186
  "text-align": "center",
200
187
  },
201
- button: {},
202
- spacer: {},
203
- image_wrapper: {},
188
+ button: {
189
+ "margin-top": "sm",
190
+ },
191
+ // hero_ctas unused in this layout — hide the rendered group box to prevent
192
+ // a stray empty flex container between the primary CTA and the image.
193
+ hero_ctas_levoGroup: {
194
+ display: "none",
195
+ },
196
+ image_wrapper: {
197
+ width: "100%",
198
+ "max-width": "960px",
199
+ "margin-top": "xl",
200
+ },
204
201
  image_desktop: {
205
- "object-fit": "contain",
202
+ width: "100%",
203
+ "object-fit": "cover",
204
+ "aspect-ratio": "16 / 9",
205
+ display: "block",
206
+ "border-radius": "lg",
207
+ tablet: {
208
+ display: "block",
209
+ },
210
+ mobile: {
211
+ display: "none",
212
+ },
213
+ },
214
+ image_mobile: {
215
+ width: "100%",
216
+ "object-fit": "cover",
217
+ "aspect-ratio": "4 / 5",
218
+ display: "none",
219
+ "border-radius": "lg",
220
+ tablet: {
221
+ display: "none",
222
+ },
223
+ mobile: {
224
+ display: "block",
225
+ },
226
+ },
227
+ },
228
+ content: DEFAULT_CONTENT,
229
+ config: {
230
+ title: {
231
+ selectedVariants: {
232
+ Heading_Level: "H1",
233
+ },
234
+ heading: {
235
+ level: "1",
236
+ },
237
+ },
238
+ accent_heading: {
239
+ selectedVariants: {},
240
+ },
241
+ sub_title: {
242
+ selectedVariants: {},
243
+ },
244
+ },
245
+ },
246
+ {
247
+ title: "Card",
248
+ key: "card",
249
+ styles: {
250
+ layout: {
251
+ "background-color": "background-1",
252
+ "padding-top": "3xl",
253
+ "padding-bottom": "3xl",
254
+ },
255
+ container: {
256
+ display: "flex",
257
+ "flex-direction": "column",
258
+ "align-items": "center",
259
+ "border-radius": "xl",
260
+ "background-color": "background-2",
261
+ "box-shadow": "default",
262
+ "padding-top": "3xl",
263
+ "padding-bottom": "3xl",
264
+ "padding-left": "3xl",
265
+ "padding-right": "3xl",
266
+ tablet: {
267
+ "padding-top": "2xl",
268
+ "padding-bottom": "2xl",
269
+ "padding-left": "xl",
270
+ "padding-right": "xl",
271
+ },
272
+ mobile: {
273
+ "padding-left": "lg",
274
+ "padding-right": "lg",
275
+ },
276
+ },
277
+ content_wrapper: {
278
+ display: "flex",
279
+ "flex-direction": "column",
280
+ "align-items": "center",
281
+ "justify-content": "center",
282
+ "row-gap": "lg",
283
+ },
284
+ accent_heading: {
285
+ "text-align": "center",
286
+ "text-transform": "uppercase",
287
+ "letter-spacing": "0.08em",
288
+ "font-weight": "600",
289
+ "font-size": "sm",
290
+ color: "brand",
291
+ },
292
+ title: {
293
+ "text-wrap": "balance",
294
+ "text-align": "center",
295
+ "max-width": "680px",
296
+ },
297
+ sub_title: {
298
+ "max-width": "600px",
299
+ "text-align": "center",
300
+ },
301
+ button: {
302
+ "margin-top": "sm",
303
+ },
304
+ hero_ctas_levoGroup: {
305
+ display: "none",
306
+ },
307
+ image_wrapper: {
308
+ width: "100%",
309
+ "max-width": "880px",
310
+ "margin-top": "xl",
311
+ },
312
+ image_desktop: {
313
+ width: "100%",
314
+ "object-fit": "cover",
315
+ "aspect-ratio": "16 / 9",
316
+ display: "block",
317
+ "border-radius": "lg",
318
+ tablet: {
319
+ display: "block",
320
+ },
321
+ mobile: {
322
+ display: "none",
323
+ },
324
+ },
325
+ image_mobile: {
326
+ width: "100%",
327
+ "object-fit": "cover",
328
+ "aspect-ratio": "4 / 5",
329
+ display: "none",
330
+ "border-radius": "lg",
331
+ tablet: {
332
+ display: "none",
333
+ },
334
+ mobile: {
335
+ display: "block",
336
+ },
337
+ },
338
+ },
339
+ content: DEFAULT_CONTENT,
340
+ config: {
341
+ title: {
342
+ selectedVariants: {
343
+ Heading_Level: "H1",
344
+ },
345
+ heading: {
346
+ level: "1",
347
+ },
348
+ },
349
+ accent_heading: {
350
+ selectedVariants: {},
351
+ },
352
+ sub_title: {
353
+ selectedVariants: {},
354
+ },
355
+ },
356
+ },
357
+ {
358
+ title: "Minimal Compact",
359
+ key: "minimal_compact",
360
+ styles: {
361
+ layout: {
362
+ "padding-top": "2xl",
363
+ "padding-bottom": "2xl",
364
+ },
365
+ container: {
366
+ display: "flex",
367
+ "flex-direction": "column",
368
+ "align-items": "center",
369
+ },
370
+ content_wrapper: {
371
+ display: "flex",
372
+ "flex-direction": "column",
373
+ "align-items": "center",
374
+ "justify-content": "center",
375
+ "row-gap": "sm",
376
+ "max-width": "640px",
377
+ },
378
+ accent_heading: {
379
+ "text-align": "center",
380
+ "text-transform": "uppercase",
381
+ "letter-spacing": "0.08em",
382
+ "font-weight": "600",
383
+ "font-size": "xs",
384
+ color: "brand",
385
+ },
386
+ title: {
387
+ "text-wrap": "balance",
388
+ "text-align": "center",
389
+ },
390
+ sub_title: {
391
+ "max-width": "520px",
392
+ "text-align": "center",
393
+ },
394
+ button: {
395
+ "margin-top": "sm",
396
+ },
397
+ hero_ctas_levoGroup: {
398
+ display: "none",
399
+ },
400
+ image_wrapper: {
401
+ "padding-top": "base",
402
+ width: "100%",
403
+ "max-width": "640px",
404
+ },
405
+ image_desktop: {
406
+ width: "100%",
407
+ "object-fit": "cover",
408
+ "aspect-ratio": "16 / 9",
409
+ "max-height": "320px",
206
410
  display: "block",
207
411
  "border-radius": "base",
208
412
  tablet: {
@@ -213,13 +417,18 @@ export const Hero2: IBlock = {
213
417
  },
214
418
  },
215
419
  image_mobile: {
216
- "object-fit": "contain",
420
+ width: "100%",
421
+ "object-fit": "cover",
422
+ "aspect-ratio": "4 / 5",
423
+ "max-height": "320px",
217
424
  display: "none",
218
425
  "border-radius": "base",
219
426
  tablet: {
220
427
  display: "none",
221
428
  },
222
- mobile: {},
429
+ mobile: {
430
+ display: "block",
431
+ },
223
432
  },
224
433
  },
225
434
  content: DEFAULT_CONTENT,