@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,730 @@
1
+ import type { IBlock } from "@levo-so/studio";
2
+
3
+ const DEFAULT_CONTENT = {
4
+ layout: null,
5
+ container: null,
6
+ contentWrapper: null,
7
+ logoTextWrapper: null,
8
+ logo: {
9
+ id: "yCrH23FHqVmeb",
10
+ filename: "image.png",
11
+ kind: "image",
12
+ location: "https://static.levostg.online/W6OEVMW8/image-XZbmNbc9sifZL.png",
13
+ srcset: {
14
+ "1080w":
15
+ "https://static.levostg.online/W6OEVMW8/image-XZbmNbc9sifZL-1080w.webp",
16
+ "1200w":
17
+ "https://static.levostg.online/W6OEVMW8/image-XZbmNbc9sifZL-1200w.webp",
18
+ "1920w":
19
+ "https://static.levostg.online/W6OEVMW8/image-XZbmNbc9sifZL-1920w.webp",
20
+ "320w":
21
+ "https://static.levostg.online/W6OEVMW8/image-XZbmNbc9sifZL-320w.webp",
22
+ "640w":
23
+ "https://static.levostg.online/W6OEVMW8/image-XZbmNbc9sifZL-640w.webp",
24
+ "750w":
25
+ "https://static.levostg.online/W6OEVMW8/image-XZbmNbc9sifZL-750w.webp",
26
+ "828w":
27
+ "https://static.levostg.online/W6OEVMW8/image-XZbmNbc9sifZL-828w.webp",
28
+ path: "https://static.levostg.online/W6OEVMW8/image-XZbmNbc9sifZL-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-XZbmNbc9sifZL-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-XZbmNbc9sifZL-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-XZbmNbc9sifZL-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-XZbmNbc9sifZL-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-XZbmNbc9sifZL-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-XZbmNbc9sifZL-1920w.webp 1920w",
29
+ },
30
+ mimetype: "image/png",
31
+ },
32
+ logoDescription:
33
+ "<p>No more guesswork. No more excuses. Just real, proven training.</p><p></p>",
34
+ icon_links: [
35
+ {
36
+ icon: {
37
+ kind: "icon",
38
+ data: {
39
+ id: "sms-notification",
40
+ label: "Sms Notification",
41
+ tags: [
42
+ "custom",
43
+ "directional",
44
+ "emails-messages",
45
+ "notification",
46
+ "sms",
47
+ ],
48
+ svgCode:
49
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M17 21.25H7C3.35 21.25 1.25 19.15 1.25 15.5V8.5C1.25 4.85 3.35 2.75 7 2.75H14C14.41 2.75 14.75 3.09 14.75 3.5C14.75 3.91 14.41 4.25 14 4.25H7C4.14 4.25 2.75 5.64 2.75 8.5V15.5C2.75 18.36 4.14 19.75 7 19.75H17C19.86 19.75 21.25 18.36 21.25 15.5V10.5C21.25 10.09 21.59 9.75 22 9.75C22.41 9.75 22.75 10.09 22.75 10.5V15.5C22.75 19.15 20.65 21.25 17 21.25Z" fill="var(--color-icon-primary)"/>\n<path d="M11.9998 12.87C11.1598 12.87 10.3098 12.61 9.65978 12.08L6.52978 9.58002C6.20978 9.32002 6.14978 8.85002 6.40978 8.53002C6.66978 8.21002 7.13977 8.15003 7.45977 8.41003L10.5898 10.91C11.3498 11.52 12.6398 11.52 13.3998 10.91L14.5798 9.97002C14.8998 9.71002 15.3798 9.76002 15.6298 10.09C15.8898 10.41 15.8398 10.89 15.5098 11.14L14.3298 12.08C13.6898 12.61 12.8398 12.87 11.9998 12.87Z" fill="var(--color-icon-primary)"/>\n<path d="M19.5 8.75C17.71 8.75 16.25 7.29 16.25 5.5C16.25 3.71 17.71 2.25 19.5 2.25C21.29 2.25 22.75 3.71 22.75 5.5C22.75 7.29 21.29 8.75 19.5 8.75ZM19.5 3.75C18.54 3.75 17.75 4.54 17.75 5.5C17.75 6.46 18.54 7.25 19.5 7.25C20.46 7.25 21.25 6.46 21.25 5.5C21.25 4.54 20.46 3.75 19.5 3.75Z" fill="var(--color-icon-primary)"/>\n</svg>',
50
+ },
51
+ },
52
+ description: "<p><strong>-venture@isb.edu</strong></p>",
53
+ label: "<p>Email</p>",
54
+ },
55
+ {
56
+ icon: {
57
+ kind: "icon",
58
+ data: {
59
+ id: "call",
60
+ label: "Call",
61
+ tags: ["call", "custom", "directional"],
62
+ svgCode:
63
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M17.45 22.75C16.32 22.75 15.13 22.48 13.9 21.96C12.7 21.45 11.49 20.75 10.31 19.9C9.14 19.04 8.01 18.08 6.94 17.03C5.88 15.96 4.92 14.83 4.07 13.67C3.21 12.47 2.52 11.27 2.03 10.11C1.51 8.87 1.25 7.67 1.25 6.54C1.25 5.76 1.39 5.02 1.66 4.33C1.94 3.62 2.39 2.96 3 2.39C3.77 1.63 4.65 1.25 5.59 1.25C5.98 1.25 6.38 1.34 6.72 1.5C7.11 1.68 7.44 1.95 7.68 2.31L10 5.58C10.21 5.87 10.37 6.15 10.48 6.43C10.61 6.73 10.68 7.03 10.68 7.32C10.68 7.7 10.57 8.07 10.36 8.42C10.21 8.69 9.98 8.98 9.69 9.27L9.01 9.98C9.02 10.01 9.03 10.03 9.04 10.05C9.16 10.26 9.4 10.62 9.86 11.16C10.35 11.72 10.81 12.23 11.27 12.7C11.86 13.28 12.35 13.74 12.81 14.12C13.38 14.6 13.75 14.84 13.97 14.95L13.95 15L14.68 14.28C14.99 13.97 15.29 13.74 15.58 13.59C16.13 13.25 16.83 13.19 17.53 13.48C17.79 13.59 18.07 13.74 18.37 13.95L21.69 16.31C22.06 16.56 22.33 16.88 22.49 17.26C22.64 17.64 22.71 17.99 22.71 18.34C22.71 18.82 22.6 19.3 22.39 19.75C22.18 20.2 21.92 20.59 21.59 20.95C21.02 21.58 20.4 22.03 19.68 22.32C18.99 22.6 18.24 22.75 17.45 22.75ZM5.59 2.75C5.04 2.75 4.53 2.99 4.04 3.47C3.58 3.9 3.26 4.37 3.06 4.88C2.85 5.4 2.75 5.95 2.75 6.54C2.75 7.47 2.97 8.48 3.41 9.52C3.86 10.58 4.49 11.68 5.29 12.78C6.09 13.88 7 14.95 8 15.96C9 16.95 10.08 17.87 11.19 18.68C12.27 19.47 13.38 20.11 14.48 20.57C16.19 21.3 17.79 21.47 19.11 20.92C19.62 20.71 20.07 20.39 20.48 19.93C20.71 19.68 20.89 19.41 21.04 19.09C21.16 18.84 21.22 18.58 21.22 18.32C21.22 18.16 21.19 18 21.11 17.82C21.08 17.76 21.02 17.65 20.83 17.52L17.51 15.16C17.31 15.02 17.13 14.92 16.96 14.85C16.74 14.76 16.65 14.67 16.31 14.88C16.11 14.98 15.93 15.13 15.73 15.33L14.97 16.08C14.58 16.46 13.98 16.55 13.52 16.38L13.25 16.26C12.84 16.04 12.36 15.7 11.83 15.25C11.35 14.84 10.83 14.36 10.2 13.74C9.71 13.24 9.22 12.71 8.71 12.12C8.24 11.57 7.9 11.1 7.69 10.71L7.57 10.41C7.51 10.18 7.49 10.05 7.49 9.91C7.49 9.55 7.62 9.23 7.87 8.98L8.62 8.2C8.82 8 8.97 7.81 9.07 7.64C9.15 7.51 9.18 7.4 9.18 7.3C9.18 7.22 9.15 7.1 9.1 6.98C9.03 6.82 8.92 6.64 8.78 6.45L6.46 3.17C6.36 3.03 6.24 2.93 6.09 2.86C5.93 2.79 5.76 2.75 5.59 2.75ZM13.95 15.01L13.79 15.69L14.06 14.99C14.01 14.98 13.97 14.99 13.95 15.01Z" fill="var(--color-icon-primary)"/>\n</svg>',
64
+ },
65
+ },
66
+ description: "<p><strong>-venture@isb.edu</strong></p>",
67
+ label: "<p>Email</p>",
68
+ },
69
+ ],
70
+ contactFormWrapper: null,
71
+ contact_form: null,
72
+ links: [
73
+ {
74
+ category: "<p><strong>About us</strong></p>",
75
+ links: [
76
+ {
77
+ cta: "Home",
78
+ icon: null,
79
+ },
80
+ {
81
+ cta: "About Us",
82
+ icon: null,
83
+ },
84
+ {
85
+ cta: "About Us",
86
+ icon: null,
87
+ },
88
+ ],
89
+ },
90
+ {
91
+ category: "<p><strong>About us</strong></p>",
92
+ links: [
93
+ {
94
+ cta: "Home",
95
+ icon: null,
96
+ },
97
+ {
98
+ cta: "About Us",
99
+ icon: null,
100
+ },
101
+ {
102
+ cta: "About Us",
103
+ icon: null,
104
+ },
105
+ ],
106
+ },
107
+ ],
108
+ footerBottomWrapper: null,
109
+ copyright: "Copyright @ 2025",
110
+ social_icon_links: [
111
+ {
112
+ icon: {
113
+ kind: "icon",
114
+ data: {
115
+ id: "facebook",
116
+ label: "Facebook",
117
+ tags: ["crypto", "custom", "directional", "facebook"],
118
+ svgCode:
119
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.75 22.75H10.25V15.5H9.29999C8.71999 15.5 8.25 15.03 8.25 14.45V12.55C8.25 11.97 8.71999 11.5 9.29999 11.5H10.25V9C10.25 6.93 11.93 5.25 14 5.25H16.7C17.28 5.25 17.75 5.71999 17.75 6.29999V8.70001C17.75 9.28001 17.28 9.75 16.7 9.75H14.75V11.5H16.63C16.95 11.5 17.24 11.64 17.44 11.88C17.64 12.12 17.72 12.44 17.66 12.75L17.28 14.65C17.18 15.14 16.75 15.49 16.25 15.49H14.75V22.75ZM11.75 21.25H13.25V14H15.89L16.09 13H13.26V9.29999C13.26 8.71999 13.73 8.25 14.31 8.25H16.26V6.75H14C12.76 6.75 11.75 7.76 11.75 9V13H9.75V14H11.75V21.25Z" fill="var(--color-icon-primary)"/>\n<path d="M15 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 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z" fill="var(--color-icon-primary)"/>\n</svg>',
120
+ },
121
+ },
122
+ },
123
+ {
124
+ icon: {
125
+ kind: "icon",
126
+ data: {
127
+ id: "instagram",
128
+ label: "Instagram",
129
+ tags: ["custom", "essential", "instagram"],
130
+ svgCode:
131
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M15 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 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z" fill="var(--color-icon-primary)"/>\n<path d="M12 16.25C9.66 16.25 7.75 14.34 7.75 12C7.75 9.66 9.66 7.75 12 7.75C14.34 7.75 16.25 9.66 16.25 12C16.25 14.34 14.34 16.25 12 16.25ZM12 9.25C10.48 9.25 9.25 10.48 9.25 12C9.25 13.52 10.48 14.75 12 14.75C13.52 14.75 14.75 13.52 14.75 12C14.75 10.48 13.52 9.25 12 9.25Z" fill="var(--color-icon-primary)"/>\n<path d="M17 7.50003C16.87 7.50003 16.74 7.47003 16.62 7.42003C16.5 7.37003 16.39 7.30003 16.29 7.21003C16.2 7.11003 16.12 7.00003 16.07 6.88003C16.02 6.76003 16 6.63003 16 6.50003C16 6.37003 16.02 6.24003 16.07 6.12003C16.13 5.99003 16.2 5.89003 16.29 5.79003C16.34 5.75003 16.39 5.70003 16.44 5.67003C16.5 5.63003 16.56 5.60003 16.62 5.58003C16.68 5.55003 16.74 5.53003 16.81 5.52003C17.13 5.45003 17.47 5.56003 17.71 5.79003C17.8 5.89003 17.87 5.99003 17.92 6.12003C17.97 6.24003 18 6.37003 18 6.50003C18 6.63003 17.97 6.76003 17.92 6.88003C17.87 7.00003 17.8 7.11003 17.71 7.21003C17.61 7.30003 17.5 7.37003 17.38 7.42003C17.26 7.47003 17.13 7.50003 17 7.50003Z" fill="var(--color-icon-primary)"/>\n</svg>',
132
+ },
133
+ },
134
+ },
135
+ {
136
+ icon: {
137
+ kind: "icon",
138
+ data: {
139
+ id: "youtube",
140
+ label: "Youtube",
141
+ tags: ["crypto", "custom", "directional", "youtube"],
142
+ svgCode:
143
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M17 20.75H7C3.56 20.75 1.25 18.44 1.25 15V9C1.25 5.56 3.56 3.25 7 3.25H17C20.44 3.25 22.75 5.56 22.75 9V15C22.75 18.44 20.44 20.75 17 20.75ZM7 4.75C4.42 4.75 2.75 6.42 2.75 9V15C2.75 17.58 4.42 19.25 7 19.25H17C19.58 19.25 21.25 17.58 21.25 15V9C21.25 6.42 19.58 4.75 17 4.75H7Z" fill="var(--color-icon-primary)"/>\n<path d="M10.5897 15.53C10.2997 15.53 10.0197 15.46 9.76965 15.32C9.18965 14.99 8.84961 14.32 8.84961 13.49V10.53C8.84961 9.7 9.17965 9.03002 9.76965 8.70002C10.3497 8.37002 11.0996 8.42999 11.8096 8.85999L14.2797 10.34C14.9597 10.75 15.3496 11.36 15.3496 12.01C15.3496 12.66 14.9597 13.27 14.2797 13.68L11.8096 15.16C11.3996 15.4 10.9797 15.53 10.5897 15.53ZM10.5897 9.97001C10.5497 9.97001 10.5196 9.98 10.4996 9.99C10.4296 10.03 10.3496 10.21 10.3496 10.52V13.48C10.3496 13.78 10.4296 13.96 10.4996 14.01C10.5796 14.05 10.7697 14.03 11.0297 13.87L13.4996 12.39C13.7496 12.24 13.8397 12.09 13.8397 12C13.8397 11.91 13.7496 11.77 13.4996 11.61L11.0297 10.13C10.8497 10.02 10.6897 9.97001 10.5897 9.97001Z" fill="var(--color-icon-primary)"/>\n</svg>',
144
+ },
145
+ },
146
+ },
147
+ {},
148
+ ],
149
+ contact_form_title: "<p>Stay in touch for updates</p>",
150
+ social_icons_title: "<p><strong>Follow us on</strong></p>",
151
+ };
152
+
153
+ export type IFooter6Content = typeof DEFAULT_CONTENT;
154
+
155
+ export const Footer6: IBlock = {
156
+ category_id: "footer",
157
+ title: "Footer 6",
158
+ key: "footer-6",
159
+ version: "v1",
160
+ prompt_description:
161
+ "Footer with logo and tagline on the left, followed by icon links, contact form, and link columns; copyright text at the bottom.",
162
+
163
+ content_schema: [
164
+ {
165
+ key: "layout",
166
+ label: "Layout",
167
+ field_interface: "LayoutWidget",
168
+ },
169
+ {
170
+ key: "container",
171
+ label: "Container",
172
+ field_interface: "ContainerWidget",
173
+ },
174
+ {
175
+ key: "contentWrapper",
176
+ label: "Content Wrapper",
177
+ field_interface: "BoxWidget",
178
+ },
179
+
180
+ // logo and description area
181
+ {
182
+ key: "logoTextWrapper",
183
+ label: "Logo Text Wrapper",
184
+ field_interface: "BoxWidget",
185
+ },
186
+ {
187
+ key: "logo",
188
+ label: "Logo",
189
+ field_interface: "ImageWidget",
190
+ },
191
+ {
192
+ key: "logoDescription",
193
+ label: "Description",
194
+ field_interface: "TypographyWidget",
195
+ },
196
+ {
197
+ key: "icon_links",
198
+ label: "Icon Links",
199
+ kind: "group",
200
+ field_interface: "BoxWidget",
201
+ fields: [
202
+ {
203
+ key: "content_wrapper",
204
+ label: "Content Wrapper",
205
+ field_interface: "BoxWidget",
206
+ },
207
+ {
208
+ key: "icon",
209
+ label: "Icon",
210
+ field_interface: "IconWidget",
211
+ },
212
+ {
213
+ key: "text_wrapper",
214
+ label: "Text Wrapper",
215
+ field_interface: "BoxWidget",
216
+ },
217
+ {
218
+ key: "label",
219
+ label: "Label",
220
+ field_interface: "TypographyWidget",
221
+ },
222
+ {
223
+ key: "description",
224
+ label: "Description",
225
+ field_interface: "TypographyWidget",
226
+ },
227
+ ],
228
+ },
229
+
230
+ // contact form
231
+ {
232
+ key: "contactFormWrapper",
233
+ label: "Contact Form Wrapper",
234
+ field_interface: "BoxWidget",
235
+ },
236
+ {
237
+ key: "contact_form_title",
238
+ label: "Contact Form Title",
239
+ field_interface: "TypographyWidget",
240
+ },
241
+ {
242
+ key: "contact_form",
243
+ label: "Contact Form",
244
+ field_interface: "FormWidget",
245
+ },
246
+ {
247
+ key: "social_icons_title",
248
+ label: "Social Icons Title",
249
+ field_interface: "TypographyWidget",
250
+ },
251
+ {
252
+ key: "social_icon_links",
253
+ label: "Social Icon Links",
254
+ kind: "group",
255
+ field_interface: "BoxWidget",
256
+ fields: [
257
+ {
258
+ key: "icon",
259
+ label: "Icon",
260
+ field_interface: "IconWidget",
261
+ },
262
+ ],
263
+ },
264
+
265
+ // middle links area
266
+ {
267
+ key: "links",
268
+ label: "Links",
269
+ field_interface: "BoxWidget",
270
+ kind: "group",
271
+ fields: [
272
+ {
273
+ key: "category",
274
+ label: "Category",
275
+ field_interface: "TypographyWidget",
276
+ },
277
+ {
278
+ key: "links",
279
+ label: "Links",
280
+ field_interface: "BoxWidget",
281
+ kind: "group",
282
+ fields: [
283
+ {
284
+ key: "wrapper",
285
+ label: "Wrapper",
286
+ field_interface: "BoxWidget",
287
+ },
288
+ {
289
+ key: "cta",
290
+ label: "CTA",
291
+ field_interface: "TypographyWidget",
292
+ },
293
+ {
294
+ key: "icon",
295
+ label: "Icon",
296
+ field_interface: "IconWidget",
297
+ },
298
+ ],
299
+ },
300
+ ],
301
+ },
302
+
303
+ // copyright at bottom
304
+ {
305
+ key: "footerBottomWrapper",
306
+ label: "Footer Bottom Wrapper",
307
+ field_interface: "BoxWidget",
308
+ },
309
+ {
310
+ key: "copyright",
311
+ label: "Copyright Text",
312
+ field_interface: "TypographyWidget",
313
+ },
314
+ ],
315
+ layouts: [
316
+ {
317
+ title: "Default",
318
+ key: "default",
319
+ styles: {
320
+ layout: {
321
+ "padding-top": "80px",
322
+ "padding-left": "none",
323
+ "padding-right": "none",
324
+ "padding-bottom": "none",
325
+ tablet: {
326
+ padding: "50px",
327
+ "padding-bottom": "none",
328
+ "margin-left": "none",
329
+ "padding-left": "none",
330
+ "padding-right": "none",
331
+ },
332
+ mobile: {
333
+ padding: "40px",
334
+ "padding-bottom": "20px",
335
+ "padding-left": "none",
336
+ "padding-right": "none",
337
+ },
338
+ },
339
+ container: {
340
+ display: "flex",
341
+ "flex-direction": "column",
342
+ "column-gap": "none",
343
+ "row-gap": "2xl",
344
+ "padding-left": "none",
345
+ "padding-right": "none",
346
+ "padding-top": "none",
347
+ "padding-bottom": "none",
348
+ },
349
+ contentWrapper: {
350
+ display: "flex",
351
+ "justify-content": "space-between",
352
+ "margin-bottom": "3xl",
353
+ tablet: {
354
+ "flex-direction": "column",
355
+ "row-gap": "lg",
356
+ },
357
+ "padding-left": "5xl",
358
+ "padding-right": "5xl",
359
+ "padding-bottom": "none",
360
+ mobile: {
361
+ "padding-left": "2xl",
362
+ "padding-right": "2xl",
363
+ },
364
+ },
365
+ logoTextWrapper: {
366
+ "max-width": "25%",
367
+ display: "flex",
368
+ "flex-direction": "column",
369
+ "row-gap": "sm",
370
+ tablet: {
371
+ "max-width": "100%",
372
+ },
373
+ },
374
+ icon_links_levoGroup: {
375
+ display: "flex",
376
+ "column-gap": "sm",
377
+ "margin-top": "md",
378
+ "flex-direction": "column",
379
+ "row-gap": "lg",
380
+ },
381
+ contactFormWrapper: {
382
+ "max-width": "35%",
383
+ tablet: {
384
+ "max-width": "100%",
385
+ },
386
+ },
387
+ links_levoGroup: {
388
+ display: "flex",
389
+ "justify-content": "space-around",
390
+ width: "100%",
391
+ "margin-top": "xl",
392
+ tablet: {
393
+ "flex-wrap": "wrap",
394
+ "row-gap": "lg",
395
+ "flex-direction": "column",
396
+ },
397
+ mobile: {
398
+ "flex-direction": "column",
399
+ "row-gap": "2xl",
400
+ },
401
+ },
402
+ links: [
403
+ {
404
+ category: {
405
+ "margin-bottom": "sm",
406
+ },
407
+ links_levoGroup: {
408
+ display: "flex",
409
+ "flex-direction": "column",
410
+ "row-gap": "xs",
411
+ },
412
+ links: [
413
+ {
414
+ wrapper: {
415
+ display: "flex",
416
+ "column-gap": "sm",
417
+ "align-items": "center",
418
+ },
419
+ icon: {
420
+ width: "20px",
421
+ height: "20px",
422
+ "border-radius": "base",
423
+ },
424
+ icon_links_levoGroup: {
425
+ display: "flex",
426
+ "column-gap": "xs",
427
+ },
428
+ cta: {},
429
+ },
430
+ {
431
+ wrapper: {
432
+ display: "flex",
433
+ },
434
+ cta: {},
435
+ },
436
+ {
437
+ wrapper: {
438
+ display: "flex",
439
+ },
440
+ cta: {},
441
+ },
442
+ {
443
+ wrapper: {
444
+ display: "flex",
445
+ },
446
+ cta: {
447
+ color: "page",
448
+ },
449
+ },
450
+ {
451
+ wrapper: {
452
+ display: "flex",
453
+ },
454
+ cta: {
455
+ color: "page",
456
+ },
457
+ },
458
+ {
459
+ wrapper: {
460
+ display: "flex",
461
+ },
462
+ cta: {
463
+ color: "page",
464
+ },
465
+ },
466
+ ],
467
+ },
468
+ {
469
+ category: {
470
+ "margin-bottom": "sm",
471
+ },
472
+ links_levoGroup: {
473
+ display: "flex",
474
+ "flex-direction": "column",
475
+ "row-gap": "xs",
476
+ },
477
+ links: [
478
+ {
479
+ wrapper: {
480
+ display: "flex",
481
+ "column-gap": "sm",
482
+ "align-items": "center",
483
+ },
484
+ icon: {
485
+ width: "20px",
486
+ height: "20px",
487
+ "border-radius": "base",
488
+ },
489
+ icon_links_levoGroup: {
490
+ display: "flex",
491
+ "column-gap": "xs",
492
+ },
493
+ cta: {},
494
+ },
495
+ {
496
+ wrapper: {
497
+ display: "flex",
498
+ },
499
+ cta: {},
500
+ },
501
+ {
502
+ wrapper: {
503
+ display: "flex",
504
+ },
505
+ cta: {},
506
+ },
507
+ {
508
+ wrapper: {
509
+ display: "flex",
510
+ },
511
+ cta: {
512
+ color: "page",
513
+ },
514
+ },
515
+ {
516
+ wrapper: {
517
+ display: "flex",
518
+ },
519
+ cta: {
520
+ color: "page",
521
+ },
522
+ },
523
+ {
524
+ wrapper: {
525
+ display: "flex",
526
+ },
527
+ cta: {
528
+ color: "page",
529
+ },
530
+ },
531
+ ],
532
+ },
533
+ {
534
+ category: {
535
+ "margin-bottom": "sm",
536
+ color: "white",
537
+ },
538
+ links_levoGroup: {
539
+ display: "flex",
540
+ "flex-direction": "column",
541
+ "row-gap": "xs",
542
+ },
543
+ links: [
544
+ {
545
+ wrapper: {
546
+ display: "flex",
547
+ "column-gap": "sm",
548
+ "align-items": "center",
549
+ },
550
+ icon: {
551
+ width: "20px",
552
+ height: "20px",
553
+ "border-radius": "base",
554
+ },
555
+ icon_links_levoGroup: {
556
+ display: "flex",
557
+ "column-gap": "xs",
558
+ },
559
+ cta: {
560
+ color: "white",
561
+ },
562
+ },
563
+ {
564
+ wrapper: {
565
+ display: "flex",
566
+ },
567
+ cta: {
568
+ color: "page",
569
+ },
570
+ },
571
+ ],
572
+ },
573
+ {
574
+ category: {
575
+ "margin-bottom": "sm",
576
+ color: "text-1",
577
+ },
578
+ links_levoGroup: {
579
+ display: "flex",
580
+ "flex-direction": "column",
581
+ "row-gap": "xs",
582
+ },
583
+ links: [
584
+ {
585
+ wrapper: {
586
+ display: "flex",
587
+ "column-gap": "sm",
588
+ "align-items": "center",
589
+ },
590
+ icon: {
591
+ width: "20px",
592
+ height: "20px",
593
+ "border-radius": "base",
594
+ },
595
+ icon_links_levoGroup: {
596
+ display: "flex",
597
+ "column-gap": "xs",
598
+ },
599
+ },
600
+ {
601
+ wrapper: {
602
+ display: "flex",
603
+ },
604
+ },
605
+ ],
606
+ },
607
+ {
608
+ links: [
609
+ null,
610
+ {
611
+ wrapper: {
612
+ display: "flex",
613
+ },
614
+ },
615
+ {
616
+ wrapper: {
617
+ display: "flex",
618
+ },
619
+ },
620
+ ],
621
+ },
622
+ ],
623
+ footerBottomWrapper: {
624
+ display: "flex",
625
+ "justify-content": "start",
626
+ "padding-top": "xl",
627
+ "border-top": "1px solid",
628
+ "border-color": "border",
629
+ "background-color": "background-2",
630
+ width: "100%",
631
+ "padding-bottom": "xl",
632
+ "margin-bottom": "none",
633
+ "align-items": "start",
634
+ tablet: {
635
+ "justify-content": "center",
636
+ "align-items": "center",
637
+ },
638
+ "padding-left": "5xl",
639
+ "padding-right": "5xl",
640
+ },
641
+ logo: {
642
+ width: "auto",
643
+ "border-radius": "base",
644
+ tablet: {
645
+ width: "200px",
646
+ },
647
+ },
648
+ social_icon_links: [
649
+ {
650
+ icon: {
651
+ height: "22px",
652
+ width: "22px",
653
+ "font-size": "22px",
654
+ },
655
+ },
656
+ {
657
+ icon: {
658
+ height: "22px",
659
+ width: "22px",
660
+ "font-size": "22px",
661
+ },
662
+ },
663
+ {
664
+ icon: {
665
+ height: "22px",
666
+ width: "22px",
667
+ "font-size": "22px",
668
+ },
669
+ },
670
+ ],
671
+ logoDescription: {
672
+ "line-height": 1.5,
673
+ },
674
+ icon_links: [
675
+ {
676
+ description: {},
677
+ content_wrapper: {
678
+ display: "flex",
679
+ "justify-content": "start",
680
+ "align-items": "start",
681
+ "column-gap": "xs",
682
+ },
683
+ label: {},
684
+ icon: {
685
+ height: "22px",
686
+ width: "22px",
687
+ "font-size": "22px",
688
+ },
689
+ },
690
+ {
691
+ description: {},
692
+ content_wrapper: {
693
+ display: "flex",
694
+ "justify-content": "start",
695
+ "align-items": "start",
696
+ "column-gap": "xs",
697
+ },
698
+ label: {},
699
+ icon: {
700
+ height: "22px",
701
+ width: "22px",
702
+ "font-size": "22px",
703
+ },
704
+ },
705
+ {
706
+ description: {
707
+ color: "white",
708
+ },
709
+ },
710
+ ],
711
+ copyright: {
712
+ "text-align": "center",
713
+ width: "100%",
714
+ },
715
+ contact_form_title: {
716
+ "font-size": "lg",
717
+ },
718
+ social_icon_links_levoGroup: {
719
+ display: "flex",
720
+ "column-gap": "base",
721
+ },
722
+ social_icons_title: {
723
+ "margin-bottom": "xs",
724
+ },
725
+ },
726
+ config: {},
727
+ content: DEFAULT_CONTENT,
728
+ },
729
+ ],
730
+ };