@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
@@ -14,19 +14,23 @@ const DEFAULT_CONTENT = {
14
14
  id: "aytSN3Hg27EV",
15
15
  filename: "image.png",
16
16
  kind: "image",
17
- location: "https://space.levo.in.net/W6OEVMW8/image-WT0jrEUa9Moq.png",
17
+ location: "https://static.levostg.online/W6OEVMW8/image-WT0jrEUa9Moq.png",
18
18
  srcset: {
19
19
  "1080w":
20
- "https://space.levo.in.net/W6OEVMW8/image-WT0jrEUa9Moq-1080w.webp",
20
+ "https://static.levostg.online/W6OEVMW8/image-WT0jrEUa9Moq-1080w.webp",
21
21
  "1200w":
22
- "https://space.levo.in.net/W6OEVMW8/image-WT0jrEUa9Moq-1200w.webp",
22
+ "https://static.levostg.online/W6OEVMW8/image-WT0jrEUa9Moq-1200w.webp",
23
23
  "1920w":
24
- "https://space.levo.in.net/W6OEVMW8/image-WT0jrEUa9Moq-1920w.webp",
25
- "320w": "https://space.levo.in.net/W6OEVMW8/image-WT0jrEUa9Moq-320w.webp",
26
- "640w": "https://space.levo.in.net/W6OEVMW8/image-WT0jrEUa9Moq-640w.webp",
27
- "750w": "https://space.levo.in.net/W6OEVMW8/image-WT0jrEUa9Moq-750w.webp",
28
- "828w": "https://space.levo.in.net/W6OEVMW8/image-WT0jrEUa9Moq-828w.webp",
29
- path: "https://space.levo.in.net/W6OEVMW8/image-WT0jrEUa9Moq-1200w.webp 1200w, https://space.levo.in.net/W6OEVMW8/image-WT0jrEUa9Moq-1920w.webp 1920w, https://space.levo.in.net/W6OEVMW8/image-WT0jrEUa9Moq-320w.webp 320w, https://space.levo.in.net/W6OEVMW8/image-WT0jrEUa9Moq-750w.webp 750w, https://space.levo.in.net/W6OEVMW8/image-WT0jrEUa9Moq-640w.webp 640w, https://space.levo.in.net/W6OEVMW8/image-WT0jrEUa9Moq-828w.webp 828w, https://space.levo.in.net/W6OEVMW8/image-WT0jrEUa9Moq-1080w.webp 1080w",
24
+ "https://static.levostg.online/W6OEVMW8/image-WT0jrEUa9Moq-1920w.webp",
25
+ "320w":
26
+ "https://static.levostg.online/W6OEVMW8/image-WT0jrEUa9Moq-320w.webp",
27
+ "640w":
28
+ "https://static.levostg.online/W6OEVMW8/image-WT0jrEUa9Moq-640w.webp",
29
+ "750w":
30
+ "https://static.levostg.online/W6OEVMW8/image-WT0jrEUa9Moq-750w.webp",
31
+ "828w":
32
+ "https://static.levostg.online/W6OEVMW8/image-WT0jrEUa9Moq-828w.webp",
33
+ path: "https://static.levostg.online/W6OEVMW8/image-WT0jrEUa9Moq-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-WT0jrEUa9Moq-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-WT0jrEUa9Moq-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-WT0jrEUa9Moq-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-WT0jrEUa9Moq-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-WT0jrEUa9Moq-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-WT0jrEUa9Moq-1080w.webp 1080w",
30
34
  },
31
35
  mimetype: "image/png",
32
36
  },
@@ -43,23 +47,24 @@ const DEFAULT_CONTENT = {
43
47
  id: "vxmyzMLxwL34",
44
48
  filename: "image.png",
45
49
  kind: "image",
46
- location: "https://space.levo.in.net/W6OEVMW8/image-eg6Nl4PISv43.png",
50
+ location:
51
+ "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43.png",
47
52
  srcset: {
48
53
  "1080w":
49
- "https://space.levo.in.net/W6OEVMW8/image-eg6Nl4PISv43-1080w.webp",
54
+ "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1080w.webp",
50
55
  "1200w":
51
- "https://space.levo.in.net/W6OEVMW8/image-eg6Nl4PISv43-1200w.webp",
56
+ "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1200w.webp",
52
57
  "1920w":
53
- "https://space.levo.in.net/W6OEVMW8/image-eg6Nl4PISv43-1920w.webp",
58
+ "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1920w.webp",
54
59
  "320w":
55
- "https://space.levo.in.net/W6OEVMW8/image-eg6Nl4PISv43-320w.webp",
60
+ "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-320w.webp",
56
61
  "640w":
57
- "https://space.levo.in.net/W6OEVMW8/image-eg6Nl4PISv43-640w.webp",
62
+ "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-640w.webp",
58
63
  "750w":
59
- "https://space.levo.in.net/W6OEVMW8/image-eg6Nl4PISv43-750w.webp",
64
+ "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-750w.webp",
60
65
  "828w":
61
- "https://space.levo.in.net/W6OEVMW8/image-eg6Nl4PISv43-828w.webp",
62
- path: "https://space.levo.in.net/W6OEVMW8/image-eg6Nl4PISv43-1920w.webp 1920w, https://space.levo.in.net/W6OEVMW8/image-eg6Nl4PISv43-320w.webp 320w, https://space.levo.in.net/W6OEVMW8/image-eg6Nl4PISv43-640w.webp 640w, https://space.levo.in.net/W6OEVMW8/image-eg6Nl4PISv43-750w.webp 750w, https://space.levo.in.net/W6OEVMW8/image-eg6Nl4PISv43-828w.webp 828w, https://space.levo.in.net/W6OEVMW8/image-eg6Nl4PISv43-1080w.webp 1080w, https://space.levo.in.net/W6OEVMW8/image-eg6Nl4PISv43-1200w.webp 1200w",
66
+ "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-828w.webp",
67
+ path: "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1200w.webp 1200w",
63
68
  },
64
69
  mimetype: "image/png",
65
70
  },
@@ -77,23 +82,24 @@ const DEFAULT_CONTENT = {
77
82
  id: "vxmyzMLxwL34",
78
83
  filename: "image.png",
79
84
  kind: "image",
80
- location: "https://space.levo.in.net/W6OEVMW8/image-eg6Nl4PISv43.png",
85
+ location:
86
+ "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43.png",
81
87
  srcset: {
82
88
  "1080w":
83
- "https://space.levo.in.net/W6OEVMW8/image-eg6Nl4PISv43-1080w.webp",
89
+ "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1080w.webp",
84
90
  "1200w":
85
- "https://space.levo.in.net/W6OEVMW8/image-eg6Nl4PISv43-1200w.webp",
91
+ "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1200w.webp",
86
92
  "1920w":
87
- "https://space.levo.in.net/W6OEVMW8/image-eg6Nl4PISv43-1920w.webp",
93
+ "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1920w.webp",
88
94
  "320w":
89
- "https://space.levo.in.net/W6OEVMW8/image-eg6Nl4PISv43-320w.webp",
95
+ "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-320w.webp",
90
96
  "640w":
91
- "https://space.levo.in.net/W6OEVMW8/image-eg6Nl4PISv43-640w.webp",
97
+ "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-640w.webp",
92
98
  "750w":
93
- "https://space.levo.in.net/W6OEVMW8/image-eg6Nl4PISv43-750w.webp",
99
+ "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-750w.webp",
94
100
  "828w":
95
- "https://space.levo.in.net/W6OEVMW8/image-eg6Nl4PISv43-828w.webp",
96
- path: "https://space.levo.in.net/W6OEVMW8/image-eg6Nl4PISv43-1920w.webp 1920w, https://space.levo.in.net/W6OEVMW8/image-eg6Nl4PISv43-320w.webp 320w, https://space.levo.in.net/W6OEVMW8/image-eg6Nl4PISv43-640w.webp 640w, https://space.levo.in.net/W6OEVMW8/image-eg6Nl4PISv43-750w.webp 750w, https://space.levo.in.net/W6OEVMW8/image-eg6Nl4PISv43-828w.webp 828w, https://space.levo.in.net/W6OEVMW8/image-eg6Nl4PISv43-1080w.webp 1080w, https://space.levo.in.net/W6OEVMW8/image-eg6Nl4PISv43-1200w.webp 1200w",
101
+ "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-828w.webp",
102
+ path: "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1200w.webp 1200w",
97
103
  },
98
104
  mimetype: "image/png",
99
105
  },
@@ -111,23 +117,167 @@ const DEFAULT_CONTENT = {
111
117
  id: "vxmyzMLxwL34",
112
118
  filename: "image.png",
113
119
  kind: "image",
114
- location: "https://space.levo.in.net/W6OEVMW8/image-eg6Nl4PISv43.png",
120
+ location:
121
+ "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43.png",
115
122
  srcset: {
116
123
  "1080w":
117
- "https://space.levo.in.net/W6OEVMW8/image-eg6Nl4PISv43-1080w.webp",
124
+ "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1080w.webp",
118
125
  "1200w":
119
- "https://space.levo.in.net/W6OEVMW8/image-eg6Nl4PISv43-1200w.webp",
126
+ "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1200w.webp",
120
127
  "1920w":
121
- "https://space.levo.in.net/W6OEVMW8/image-eg6Nl4PISv43-1920w.webp",
128
+ "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1920w.webp",
122
129
  "320w":
123
- "https://space.levo.in.net/W6OEVMW8/image-eg6Nl4PISv43-320w.webp",
130
+ "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-320w.webp",
124
131
  "640w":
125
- "https://space.levo.in.net/W6OEVMW8/image-eg6Nl4PISv43-640w.webp",
132
+ "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-640w.webp",
126
133
  "750w":
127
- "https://space.levo.in.net/W6OEVMW8/image-eg6Nl4PISv43-750w.webp",
134
+ "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-750w.webp",
128
135
  "828w":
129
- "https://space.levo.in.net/W6OEVMW8/image-eg6Nl4PISv43-828w.webp",
130
- path: "https://space.levo.in.net/W6OEVMW8/image-eg6Nl4PISv43-1920w.webp 1920w, https://space.levo.in.net/W6OEVMW8/image-eg6Nl4PISv43-320w.webp 320w, https://space.levo.in.net/W6OEVMW8/image-eg6Nl4PISv43-640w.webp 640w, https://space.levo.in.net/W6OEVMW8/image-eg6Nl4PISv43-750w.webp 750w, https://space.levo.in.net/W6OEVMW8/image-eg6Nl4PISv43-828w.webp 828w, https://space.levo.in.net/W6OEVMW8/image-eg6Nl4PISv43-1080w.webp 1080w, https://space.levo.in.net/W6OEVMW8/image-eg6Nl4PISv43-1200w.webp 1200w",
136
+ "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-828w.webp",
137
+ path: "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1200w.webp 1200w",
138
+ },
139
+ mimetype: "image/png",
140
+ },
141
+ },
142
+ },
143
+ ],
144
+ };
145
+
146
+ const DEFAULT_CONTENT_VARIANT_1 = {
147
+ layout: null,
148
+ container: null,
149
+ header_section: null,
150
+ main_title: "Extracurricular Activities",
151
+ main_description:
152
+ "More than investors — true partners in growth. The difference that sets our venture studio apart.",
153
+ main_wrapper: null,
154
+ left_container: null,
155
+ right_container: null,
156
+ main_image: {
157
+ id: "tryyEJ6PNnl15",
158
+ filename: "image.png",
159
+ kind: "image",
160
+ location: "https://static.levostg.online/W6OEVMW8/image-JtaUZEUj2dE1t.png",
161
+ srcset: {
162
+ "1080w":
163
+ "https://static.levostg.online/W6OEVMW8/image-JtaUZEUj2dE1t-1080w.webp",
164
+ "1200w":
165
+ "https://static.levostg.online/W6OEVMW8/image-JtaUZEUj2dE1t-1200w.webp",
166
+ "1920w":
167
+ "https://static.levostg.online/W6OEVMW8/image-JtaUZEUj2dE1t-1920w.webp",
168
+ "320w":
169
+ "https://static.levostg.online/W6OEVMW8/image-JtaUZEUj2dE1t-320w.webp",
170
+ "640w":
171
+ "https://static.levostg.online/W6OEVMW8/image-JtaUZEUj2dE1t-640w.webp",
172
+ "750w":
173
+ "https://static.levostg.online/W6OEVMW8/image-JtaUZEUj2dE1t-750w.webp",
174
+ "828w":
175
+ "https://static.levostg.online/W6OEVMW8/image-JtaUZEUj2dE1t-828w.webp",
176
+ path: "https://static.levostg.online/W6OEVMW8/image-JtaUZEUj2dE1t-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-JtaUZEUj2dE1t-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-JtaUZEUj2dE1t-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-JtaUZEUj2dE1t-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-JtaUZEUj2dE1t-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-JtaUZEUj2dE1t-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-JtaUZEUj2dE1t-1920w.webp 1920w",
177
+ },
178
+ mimetype: "image/png",
179
+ },
180
+ cards: [
181
+ {
182
+ card: null,
183
+ content_wrapper: null,
184
+ title: "<p>Arts &amp; Creativity</p>",
185
+ description:
186
+ "<p>Express ideas through music, dance, drama, and visual arts.</p>",
187
+ icon: {
188
+ kind: "custom",
189
+ data: {
190
+ id: "eg6WHl4on5xv3",
191
+ filename: "image.png",
192
+ kind: "image",
193
+ location:
194
+ "https://static.levostg.online/W6OEVMW8/image-bMZQ9no4MTA3i.png",
195
+ srcset: {
196
+ "1080w":
197
+ "https://static.levostg.online/W6OEVMW8/image-bMZQ9no4MTA3i-1080w.webp",
198
+ "1200w":
199
+ "https://static.levostg.online/W6OEVMW8/image-bMZQ9no4MTA3i-1200w.webp",
200
+ "1920w":
201
+ "https://static.levostg.online/W6OEVMW8/image-bMZQ9no4MTA3i-1920w.webp",
202
+ "320w":
203
+ "https://static.levostg.online/W6OEVMW8/image-bMZQ9no4MTA3i-320w.webp",
204
+ "640w":
205
+ "https://static.levostg.online/W6OEVMW8/image-bMZQ9no4MTA3i-640w.webp",
206
+ "750w":
207
+ "https://static.levostg.online/W6OEVMW8/image-bMZQ9no4MTA3i-750w.webp",
208
+ "828w":
209
+ "https://static.levostg.online/W6OEVMW8/image-bMZQ9no4MTA3i-828w.webp",
210
+ path: "https://static.levostg.online/W6OEVMW8/image-bMZQ9no4MTA3i-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-bMZQ9no4MTA3i-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-bMZQ9no4MTA3i-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-bMZQ9no4MTA3i-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-bMZQ9no4MTA3i-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-bMZQ9no4MTA3i-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-bMZQ9no4MTA3i-828w.webp 828w",
211
+ },
212
+ mimetype: "image/png",
213
+ },
214
+ },
215
+ },
216
+ {
217
+ card: null,
218
+ content_wrapper: null,
219
+ title: "<p>Sports &amp; Fitness</p>",
220
+ description:
221
+ "<p>Express ideas through music, dance, drama, and visual arts.</p>",
222
+ icon: {
223
+ kind: "custom",
224
+ data: {
225
+ id: "2EYwJ5Y1UhEs4",
226
+ filename: "image.png",
227
+ kind: "image",
228
+ location:
229
+ "https://static.levostg.online/W6OEVMW8/image-5AQQtZ4LuiVGh.png",
230
+ srcset: {
231
+ "1080w":
232
+ "https://static.levostg.online/W6OEVMW8/image-5AQQtZ4LuiVGh-1080w.webp",
233
+ "1200w":
234
+ "https://static.levostg.online/W6OEVMW8/image-5AQQtZ4LuiVGh-1200w.webp",
235
+ "1920w":
236
+ "https://static.levostg.online/W6OEVMW8/image-5AQQtZ4LuiVGh-1920w.webp",
237
+ "320w":
238
+ "https://static.levostg.online/W6OEVMW8/image-5AQQtZ4LuiVGh-320w.webp",
239
+ "640w":
240
+ "https://static.levostg.online/W6OEVMW8/image-5AQQtZ4LuiVGh-640w.webp",
241
+ "750w":
242
+ "https://static.levostg.online/W6OEVMW8/image-5AQQtZ4LuiVGh-750w.webp",
243
+ "828w":
244
+ "https://static.levostg.online/W6OEVMW8/image-5AQQtZ4LuiVGh-828w.webp",
245
+ path: "https://static.levostg.online/W6OEVMW8/image-5AQQtZ4LuiVGh-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-5AQQtZ4LuiVGh-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-5AQQtZ4LuiVGh-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-5AQQtZ4LuiVGh-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-5AQQtZ4LuiVGh-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-5AQQtZ4LuiVGh-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-5AQQtZ4LuiVGh-1920w.webp 1920w",
246
+ },
247
+ mimetype: "image/png",
248
+ },
249
+ },
250
+ },
251
+ {
252
+ card: null,
253
+ content_wrapper: null,
254
+ title: "<p>Community Service</p>",
255
+ description:
256
+ "<p>Express ideas through music, dance, drama, and visual arts.</p>",
257
+ icon: {
258
+ kind: "custom",
259
+ data: {
260
+ id: "Mqne8ygHcjhdt",
261
+ filename: "image.png",
262
+ kind: "image",
263
+ location:
264
+ "https://static.levostg.online/W6OEVMW8/image-uY2MuYb5nGmaa.png",
265
+ srcset: {
266
+ "1080w":
267
+ "https://static.levostg.online/W6OEVMW8/image-uY2MuYb5nGmaa-1080w.webp",
268
+ "1200w":
269
+ "https://static.levostg.online/W6OEVMW8/image-uY2MuYb5nGmaa-1200w.webp",
270
+ "1920w":
271
+ "https://static.levostg.online/W6OEVMW8/image-uY2MuYb5nGmaa-1920w.webp",
272
+ "320w":
273
+ "https://static.levostg.online/W6OEVMW8/image-uY2MuYb5nGmaa-320w.webp",
274
+ "640w":
275
+ "https://static.levostg.online/W6OEVMW8/image-uY2MuYb5nGmaa-640w.webp",
276
+ "750w":
277
+ "https://static.levostg.online/W6OEVMW8/image-uY2MuYb5nGmaa-750w.webp",
278
+ "828w":
279
+ "https://static.levostg.online/W6OEVMW8/image-uY2MuYb5nGmaa-828w.webp",
280
+ path: "https://static.levostg.online/W6OEVMW8/image-uY2MuYb5nGmaa-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-uY2MuYb5nGmaa-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-uY2MuYb5nGmaa-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-uY2MuYb5nGmaa-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-uY2MuYb5nGmaa-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-uY2MuYb5nGmaa-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-uY2MuYb5nGmaa-828w.webp 828w",
131
281
  },
132
282
  mimetype: "image/png",
133
283
  },
@@ -436,5 +586,333 @@ export const Cards11: IBlock = {
436
586
  },
437
587
  },
438
588
  },
589
+ {
590
+ key: "variant-1",
591
+ title: "Variant 1",
592
+ styles: {
593
+ layout: {
594
+ "padding-top": "3xl",
595
+ "padding-bottom": "3xl",
596
+ "padding-left": "base",
597
+ "padding-right": "base",
598
+ },
599
+ container: {
600
+ "max-width": "1280px",
601
+ "margin-left": "auto",
602
+ "margin-right": "auto",
603
+ "padding-left": "none",
604
+ "padding-right": "none",
605
+ },
606
+ header_section: {
607
+ "text-align": "center",
608
+ "margin-bottom": "3xl",
609
+ "margin-left": "auto",
610
+ "margin-right": "auto",
611
+ display: "block",
612
+ "justify-content": "center",
613
+ width: "100%",
614
+ tablet: {
615
+ "flex-direction": "column",
616
+ },
617
+ "align-items": "center",
618
+ },
619
+ main_description: {
620
+ "font-size": "lg",
621
+ color: "text-2",
622
+ "line-height": "1.6",
623
+ mobile: {
624
+ "font-size": "base",
625
+ },
626
+ display: "none",
627
+ },
628
+ main_wrapper: {
629
+ display: "flex",
630
+ "align-items": "center",
631
+ "column-gap": "15xl",
632
+ mobile: {
633
+ "flex-direction": "column",
634
+ "row-gap": "2xl",
635
+ "column-gap": "none",
636
+ },
637
+ tablet: {
638
+ "flex-direction": "column-reverse",
639
+ "row-gap": "5xl",
640
+ },
641
+ },
642
+ left_container: {
643
+ flex: "1",
644
+ },
645
+ right_container: {
646
+ flex: "1",
647
+ display: "flex",
648
+ "justify-content": "center",
649
+ },
650
+ main_image: {
651
+ width: "100%",
652
+ height: "auto",
653
+ "border-radius": "lg",
654
+ "object-fit": "cover",
655
+ },
656
+ cards_levoGroup: {
657
+ display: "flex",
658
+ "flex-direction": "column",
659
+ "row-gap": "xl",
660
+ },
661
+ "cards.*.card": {
662
+ display: "flex",
663
+ "align-items": "flex-start",
664
+ "column-gap": "base",
665
+ "padding-top": "lg",
666
+ "padding-bottom": "lg",
667
+ "padding-left": "lg",
668
+ "padding-right": "lg",
669
+ "background-color": "background-2",
670
+ "border-radius": "lg",
671
+ "border-width": "1px",
672
+ "border-color": "border",
673
+ },
674
+ "cards.*.icon": {
675
+ width: "48px",
676
+ height: "48px",
677
+ "border-radius": "sm",
678
+ "object-fit": "cover",
679
+ "flex-shrink": "0",
680
+ },
681
+ "cards.*.content_wrapper": {
682
+ flex: "1",
683
+ },
684
+ "cards.*.title": {
685
+ "font-size": "xl",
686
+ "font-weight": "600",
687
+ "margin-bottom": "xs",
688
+ color: "text-1",
689
+ },
690
+ "cards.*.description": {
691
+ "font-size": "base",
692
+ color: "text-2",
693
+ "line-height": "1.5",
694
+ },
695
+ cards: [
696
+ {
697
+ card: {
698
+ "padding-top": "none",
699
+ "padding-right": "3xl",
700
+ "padding-left": "3xl",
701
+ "padding-bottom": "base",
702
+ display: "flex",
703
+ "column-gap": "sm",
704
+ "border-bottom": "1px solid #D9D9D9",
705
+ },
706
+ icon: {
707
+ height: "34px",
708
+ width: "34px",
709
+ "font-size": "34px",
710
+ },
711
+ content_wrapper: {
712
+ display: "flex",
713
+ "flex-direction": "column",
714
+ "row-gap": "sm",
715
+ },
716
+ title: {
717
+ tablet: {
718
+ "font-size": "2xl",
719
+ },
720
+ "font-size": "2xl",
721
+ mobile: {
722
+ "font-size": "lg",
723
+ },
724
+ },
725
+ },
726
+ {
727
+ card: {
728
+ "padding-top": "none",
729
+ "padding-right": "3xl",
730
+ "padding-left": "3xl",
731
+ "padding-bottom": "base",
732
+ display: "flex",
733
+ "column-gap": "sm",
734
+ "border-bottom": "1px solid #D9D9D9",
735
+ },
736
+ icon: {
737
+ height: "34px",
738
+ width: "34px",
739
+ "font-size": "34px",
740
+ },
741
+ content_wrapper: {
742
+ display: "flex",
743
+ "flex-direction": "column",
744
+ "row-gap": "sm",
745
+ },
746
+ title: {
747
+ tablet: {
748
+ "font-size": "2xl",
749
+ },
750
+ "font-size": "2xl",
751
+ mobile: {
752
+ "font-size": "lg",
753
+ },
754
+ },
755
+ },
756
+ {
757
+ card: {
758
+ "padding-top": "none",
759
+ "padding-right": "3xl",
760
+ "padding-left": "3xl",
761
+ "padding-bottom": "none",
762
+ "border-radius": "base",
763
+ display: "flex",
764
+ "column-gap": "sm",
765
+ },
766
+ icon: {
767
+ height: "34px",
768
+ width: "34px",
769
+ "font-size": "34px",
770
+ },
771
+ content_wrapper: {
772
+ display: "flex",
773
+ "flex-direction": "column",
774
+ "row-gap": "sm",
775
+ },
776
+ title: {
777
+ tablet: {
778
+ "font-size": "2xl",
779
+ },
780
+ "font-size": "2xl",
781
+ mobile: {
782
+ "font-size": "lg",
783
+ },
784
+ },
785
+ },
786
+ {
787
+ card: {
788
+ "padding-top": "3xl",
789
+ "padding-right": "3xl",
790
+ "padding-left": "3xl",
791
+ "padding-bottom": "3xl",
792
+ "border-radius": "base",
793
+ display: "flex",
794
+ "column-gap": "sm",
795
+ },
796
+ icon: {
797
+ height: "34px",
798
+ width: "34px",
799
+ "font-size": "34px",
800
+ },
801
+ content_wrapper: {
802
+ display: "flex",
803
+ "flex-direction": "column",
804
+ "row-gap": "sm",
805
+ },
806
+ title: {
807
+ tablet: {
808
+ "font-size": "2xl",
809
+ },
810
+ "font-size": "2xl",
811
+ mobile: {
812
+ "font-size": "lg",
813
+ },
814
+ },
815
+ },
816
+ {
817
+ card: {
818
+ "padding-top": "3xl",
819
+ "padding-right": "3xl",
820
+ "padding-left": "3xl",
821
+ "padding-bottom": "3xl",
822
+ "border-radius": "base",
823
+ display: "flex",
824
+ "column-gap": "sm",
825
+ },
826
+ icon: {
827
+ height: "34px",
828
+ width: "34px",
829
+ "font-size": "34px",
830
+ },
831
+ content_wrapper: {
832
+ display: "flex",
833
+ "flex-direction": "column",
834
+ "row-gap": "sm",
835
+ },
836
+ title: {
837
+ tablet: {
838
+ "font-size": "2xl",
839
+ },
840
+ "font-size": "2xl",
841
+ mobile: {
842
+ "font-size": "lg",
843
+ },
844
+ },
845
+ },
846
+ {
847
+ card: {
848
+ "padding-top": "3xl",
849
+ "padding-right": "3xl",
850
+ "padding-left": "3xl",
851
+ "padding-bottom": "3xl",
852
+ "border-radius": "base",
853
+ display: "flex",
854
+ "column-gap": "sm",
855
+ },
856
+ icon: {
857
+ height: "34px",
858
+ width: "34px",
859
+ "font-size": "34px",
860
+ },
861
+ content_wrapper: {
862
+ display: "flex",
863
+ "flex-direction": "column",
864
+ "row-gap": "sm",
865
+ },
866
+ title: {
867
+ "font-size": "2xl",
868
+ tablet: {
869
+ "font-size": "2xl",
870
+ },
871
+ mobile: {
872
+ "font-size": "lg",
873
+ },
874
+ },
875
+ },
876
+ {
877
+ card: {
878
+ "padding-top": "3xl",
879
+ "padding-right": "3xl",
880
+ "padding-left": "3xl",
881
+ "padding-bottom": "3xl",
882
+ "border-radius": "base",
883
+ display: "flex",
884
+ "column-gap": "sm",
885
+ },
886
+ icon: {
887
+ height: "34px",
888
+ width: "34px",
889
+ "font-size": "34px",
890
+ },
891
+ content_wrapper: {
892
+ display: "flex",
893
+ "flex-direction": "column",
894
+ "row-gap": "sm",
895
+ },
896
+ title: {
897
+ "font-size": "2xl",
898
+ tablet: {
899
+ "font-size": "2xl",
900
+ },
901
+ mobile: {
902
+ "font-size": "lg",
903
+ },
904
+ },
905
+ },
906
+ ],
907
+ },
908
+ content: DEFAULT_CONTENT_VARIANT_1,
909
+ config: {
910
+ main_title: {
911
+ selectedVariants: {
912
+ Heading_Level: "H2",
913
+ },
914
+ },
915
+ },
916
+ },
439
917
  ],
440
918
  };