@kickstartds/ds-agency-premium 1.6.68 → 1.6.69--canary.45.1730.0

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 (197) hide show
  1. package/dist/{BlogAsideProps-d9decb7c.d.ts → BlogAsideProps-c760fd2a.d.ts} +5 -5
  2. package/dist/{BlogAuthorProps-88a11566.d.ts → BlogAuthorProps-fb0241df.d.ts} +7 -2
  3. package/dist/{BlogOverviewProps-9f207f1c.d.ts → BlogOverviewProps-7caa223c.d.ts} +2 -2
  4. package/dist/{BlogPostProps-d9decb7c.d.ts → BlogPostProps-c760fd2a.d.ts} +3 -3
  5. package/dist/{ButtonProps-03ff6d21.d.ts → ButtonProps-00ddee3a.d.ts} +4 -4
  6. package/dist/{CtaProps-93230a76.d.ts → CtaProps-babe4ee6.d.ts} +21 -11
  7. package/dist/EventAppointmentProps-443cd1ce.d.ts +38 -0
  8. package/dist/EventDetailProps-42a7eebe.d.ts +387 -0
  9. package/dist/EventLatestTeaserProps-fc9d3281.d.ts +58 -0
  10. package/dist/EventLocationProps-871bc198.d.ts +41 -0
  11. package/dist/{FeaturesProps-e58616a5.d.ts → FeaturesProps-a9041d97.d.ts} +9 -4
  12. package/dist/{FooterProps-171a3067.d.ts → FooterProps-a0a104ca.d.ts} +2 -2
  13. package/dist/{HeaderProps-e22382f1.d.ts → HeaderProps-72763967.d.ts} +2 -2
  14. package/dist/{HeroProps-f704d270.d.ts → HeroProps-40f6c7f5.d.ts} +9 -4
  15. package/dist/{ImageStoryProps-e853e1e7.d.ts → ImageStoryProps-00ddee3a.d.ts} +1 -1
  16. package/dist/MosaicProps-d52c7151.d.ts +4 -4
  17. package/dist/{PageProps-aa29c554.d.ts → PageProps-7caa223c.d.ts} +1 -1
  18. package/dist/{SectionProps-1cfcf6e8.d.ts → SectionProps-00ddee3a.d.ts} +15 -10
  19. package/dist/{SliderProps-93230a76.d.ts → SliderProps-babe4ee6.d.ts} +4 -4
  20. package/dist/{StatProps-79109ad0.d.ts → StatProps-12a3eae0.d.ts} +1 -1
  21. package/dist/StatsProps-bf5ef578.d.ts +1 -1
  22. package/dist/{TeaserCardProps-b9c28e78.d.ts → TeaserCardProps-994cb119.d.ts} +4 -4
  23. package/dist/{VideoCurtainProps-6c625a69.d.ts → VideoCurtainProps-a2c0cc7f.d.ts} +5 -5
  24. package/dist/components/blog-aside/blog-aside.schema.dereffed.json +16 -8
  25. package/dist/components/blog-aside/blog-aside.schema.json +4 -4
  26. package/dist/components/blog-aside/index.d.ts +1 -1
  27. package/dist/components/blog-aside/index.js +1 -1
  28. package/dist/components/blog-author/blog-author.schema.dereffed.json +12 -4
  29. package/dist/components/blog-author/index.d.ts +1 -1
  30. package/dist/components/blog-overview/blog-overview.schema.dereffed.json +178 -85
  31. package/dist/components/blog-overview/index.d.ts +1 -1
  32. package/dist/components/blog-post/blog-post.schema.dereffed.json +194 -93
  33. package/dist/components/blog-post/index.d.ts +1 -1
  34. package/dist/components/blog-teaser/index.js +5 -7
  35. package/dist/components/button/button.css +2 -2
  36. package/dist/components/button/button.schema.dereffed.json +3 -3
  37. package/dist/components/button/button.schema.json +3 -3
  38. package/dist/components/button/index.d.ts +1 -1
  39. package/dist/components/button/index.js +1 -1
  40. package/dist/components/button-group/button-group.schema.dereffed.json +3 -3
  41. package/dist/components/button-group/index.d.ts +1 -1
  42. package/dist/components/contact/contact.schema.dereffed.json +13 -5
  43. package/dist/components/contact/contact.schema.json +11 -5
  44. package/dist/components/contact/index.d.ts +6 -1
  45. package/dist/components/contact/index.js +1 -1
  46. package/dist/components/cta/cta.css +44 -56
  47. package/dist/components/cta/cta.schema.dereffed.json +28 -11
  48. package/dist/components/cta/cta.schema.json +23 -10
  49. package/dist/components/cta/index.d.ts +1 -1
  50. package/dist/components/cta/index.js +25 -26
  51. package/dist/components/downloads/downloads.css +153 -0
  52. package/dist/components/downloads/downloads.schema.dereffed.json +55 -0
  53. package/dist/components/downloads/downloads.schema.json +44 -0
  54. package/dist/components/downloads/index.d.ts +41 -0
  55. package/dist/components/downloads/index.js +18 -0
  56. package/dist/components/event-appointment/event-appointment.css +62 -0
  57. package/dist/components/event-appointment/event-appointment.schema.dereffed.json +56 -0
  58. package/dist/components/event-appointment/event-appointment.schema.json +47 -0
  59. package/dist/components/event-appointment/index.d.ts +7 -0
  60. package/dist/components/event-appointment/index.js +14 -0
  61. package/dist/components/event-detail/event-detail.schema.dereffed.json +287 -0
  62. package/dist/components/event-detail/event-detail.schema.json +74 -0
  63. package/dist/components/event-detail/index.d.ts +5 -0
  64. package/dist/components/event-detail/index.js +36 -0
  65. package/dist/components/event-header/event-header.css +6 -0
  66. package/dist/components/event-header/event-header.schema.dereffed.json +38 -0
  67. package/dist/components/event-header/event-header.schema.json +34 -0
  68. package/dist/components/event-header/index.d.ts +35 -0
  69. package/dist/components/event-header/index.js +20 -0
  70. package/dist/components/event-latest/event-latest.css +5 -0
  71. package/dist/components/event-latest/event-latest.schema.dereffed.json +142 -0
  72. package/dist/components/event-latest/event-latest.schema.json +46 -0
  73. package/dist/components/event-latest/index.d.ts +30 -0
  74. package/dist/components/event-latest/index.js +19 -0
  75. package/dist/components/event-latest-teaser/event-latest-teaser.css +128 -0
  76. package/dist/components/event-latest-teaser/event-latest-teaser.schema.dereffed.json +97 -0
  77. package/dist/components/event-latest-teaser/event-latest-teaser.schema.json +73 -0
  78. package/dist/components/event-latest-teaser/index.d.ts +8 -0
  79. package/dist/components/event-latest-teaser/index.js +18 -0
  80. package/dist/components/event-location/event-location.css +71 -0
  81. package/dist/components/event-location/event-location.schema.dereffed.json +126 -0
  82. package/dist/components/event-location/event-location.schema.json +61 -0
  83. package/dist/components/event-location/index.d.ts +7 -0
  84. package/dist/components/event-location/index.js +18 -0
  85. package/dist/components/feature/feature.schema.dereffed.json +13 -3
  86. package/dist/components/feature/feature.schema.json +11 -3
  87. package/dist/components/feature/index.d.ts +8 -3
  88. package/dist/components/feature/index.js +2 -2
  89. package/dist/components/features/features.css +7 -1
  90. package/dist/components/features/features.schema.dereffed.json +13 -3
  91. package/dist/components/features/features.schema.json +5 -2
  92. package/dist/components/features/index.d.ts +1 -1
  93. package/dist/components/features/index.js +2 -1
  94. package/dist/components/footer/footer.css +1 -1
  95. package/dist/components/footer/footer.schema.dereffed.json +12 -12
  96. package/dist/components/footer/index.d.ts +1 -1
  97. package/dist/components/footer/index.js +1 -1
  98. package/dist/components/gallery/gallery.schema.dereffed.json +2 -1
  99. package/dist/components/gallery/gallery.schema.json +2 -1
  100. package/dist/components/gallery/index.js +1 -1
  101. package/dist/components/header/header.css +47 -9
  102. package/dist/components/header/header.schema.dereffed.json +12 -12
  103. package/dist/components/header/index.d.ts +1 -1
  104. package/dist/components/header/index.js +5 -5
  105. package/dist/components/headline/headline.css +2 -2
  106. package/dist/components/hero/hero.css +61 -25
  107. package/dist/components/hero/hero.schema.dereffed.json +9 -3
  108. package/dist/components/hero/hero.schema.json +8 -2
  109. package/dist/components/hero/index.d.ts +1 -1
  110. package/dist/components/hero/index.js +39 -39
  111. package/dist/components/image-story/image-story.css +5 -2
  112. package/dist/components/image-story/image-story.schema.dereffed.json +3 -3
  113. package/dist/components/image-story/index.d.ts +1 -1
  114. package/dist/components/index/index.d.ts +6 -5
  115. package/dist/components/logos/index.js +1 -1
  116. package/dist/components/mosaic/index.js +1 -1
  117. package/dist/components/mosaic/mosaic.css +1 -1
  118. package/dist/components/mosaic/mosaic.schema.dereffed.json +3 -3
  119. package/dist/components/nav-dropdown/index.d.ts +1 -1
  120. package/dist/components/nav-dropdown/index.js +2 -2
  121. package/dist/components/nav-dropdown/nav-dropdown.css +12 -3
  122. package/dist/components/nav-dropdown/nav-dropdown.schema.dereffed.json +1 -1
  123. package/dist/components/nav-flyout/index.d.ts +2 -2
  124. package/dist/components/nav-flyout/index.js +6 -8
  125. package/dist/components/nav-flyout/nav-flyout.css +29 -15
  126. package/dist/components/nav-flyout/nav-flyout.schema.dereffed.json +12 -12
  127. package/dist/components/nav-main/index.d.ts +5 -5
  128. package/dist/components/nav-main/index.js +0 -2
  129. package/dist/components/nav-main/nav-main.schema.dereffed.json +15 -15
  130. package/dist/components/nav-main/nav-main.schema.json +14 -14
  131. package/dist/components/nav-toggle/index.js +1 -1
  132. package/dist/components/nav-topbar/index.d.ts +2 -2
  133. package/dist/components/nav-topbar/index.js +2 -2
  134. package/dist/components/nav-topbar/nav-topbar.css +15 -2
  135. package/dist/components/nav-topbar/nav-topbar.schema.dereffed.json +12 -12
  136. package/dist/components/page/index.d.ts +1 -1
  137. package/dist/components/page/page.schema.dereffed.json +150 -74
  138. package/dist/components/page-wrapper/index.js +26 -0
  139. package/dist/components/page-wrapper/tokens.css +425 -729
  140. package/dist/components/presets.json +768 -259
  141. package/dist/components/section/index.d.ts +1 -1
  142. package/dist/components/section/index.js +11 -3
  143. package/dist/components/section/section.css +38 -58
  144. package/dist/components/section/section.schema.dereffed.json +150 -74
  145. package/dist/components/section/section.schema.json +8 -10
  146. package/dist/components/settings/settings.schema.dereffed.json +24 -24
  147. package/dist/components/slider/index.d.ts +1 -1
  148. package/dist/components/slider/slider.schema.dereffed.json +59 -26
  149. package/dist/components/split/split.css +2 -2
  150. package/dist/components/stat/index.d.ts +1 -1
  151. package/dist/components/stat/index.js +3 -12
  152. package/dist/components/stat/stat.schema.dereffed.json +3 -4
  153. package/dist/components/stat/stat.schema.json +2 -2
  154. package/dist/components/stats/stats.schema.dereffed.json +3 -4
  155. package/dist/components/teaser-card/index.d.ts +1 -1
  156. package/dist/components/teaser-card/index.js +9 -9
  157. package/dist/components/teaser-card/teaser-card.css +67 -47
  158. package/dist/components/teaser-card/teaser-card.schema.dereffed.json +4 -4
  159. package/dist/components/teaser-card/teaser-card.schema.json +4 -4
  160. package/dist/components/testimonials/index.d.ts +1 -1
  161. package/dist/components/tile/tile.schema.dereffed.json +3 -3
  162. package/dist/components/tile/tile.schema.json +2 -2
  163. package/dist/components/video-curtain/index.d.ts +1 -1
  164. package/dist/components/video-curtain/index.js +12 -4
  165. package/dist/components/video-curtain/video-curtain.css +52 -29
  166. package/dist/components/video-curtain/video-curtain.schema.dereffed.json +6 -4
  167. package/dist/components/video-curtain/video-curtain.schema.json +3 -3
  168. package/dist/global.css +283 -59
  169. package/dist/static/fonts/systemics/Montserrat-Bold.woff2 +0 -0
  170. package/dist/static/fonts/systemics/Montserrat-Light.woff2 +0 -0
  171. package/dist/static/fonts/systemics/Montserrat-Medium.woff2 +0 -0
  172. package/dist/static/fonts/systemics/Montserrat-Regular.woff2 +0 -0
  173. package/dist/static/fonts/systemics/Montserrat-SemiBold.woff2 +0 -0
  174. package/dist/static/img/about/angled-image.png +0 -0
  175. package/dist/static/img/about/cta.png +0 -0
  176. package/dist/static/img/about/cutout.png +0 -0
  177. package/dist/static/img/about/disclaimer.png +0 -0
  178. package/dist/static/img/about/purpose.png +0 -0
  179. package/dist/static/img/about/spoiler.png +0 -0
  180. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-01.svg +72 -0
  181. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-02.svg +112 -0
  182. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-03.svg +197 -0
  183. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-04.svg +76 -0
  184. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-05.svg +82 -0
  185. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-06.svg +219 -0
  186. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-07.svg +85 -0
  187. package/dist/static/logo-dark.svg +13 -0
  188. package/dist/static/logo-dsa-inverted.svg +26 -0
  189. package/dist/static/logo-dsa.svg +26 -0
  190. package/dist/static/logo-inverted.svg +12 -25
  191. package/dist/static/logo.svg +12 -25
  192. package/dist/tokens/IconSprite.js +26 -0
  193. package/dist/tokens/icon-sprite.html +10 -0
  194. package/dist/tokens/themes.css +4 -4
  195. package/dist/tokens/tokens.css +425 -729
  196. package/dist/tokens/tokens.js +626 -730
  197. package/package.json +1 -1
@@ -3,14 +3,14 @@
3
3
  "id": "blog-blog-aside--default",
4
4
  "group": "Blog/ Blog Aside",
5
5
  "name": "Default",
6
- "code": "<BlogAside\n author={{\n byline: 'CEO at Company',\n image: {\n alt: 'Picture of Jane Smith',\n aspectRatio: 'square',\n fullWidth: false,\n src: 'img/people/author-emily.png'\n },\n links: [\n {\n href: 'tel:+4922868896620',\n icon: 'twitter',\n label: 'jane_smith',\n newTab: false\n },\n {\n href: 'mailto:mail@example.com',\n icon: 'email',\n label: 'jane.smith@example.com',\n newTab: false\n }\n ],\n name: 'Jane Smith'\n }}\n date=\"12/30/2022\"\n readingTime=\"5 min read\"\n socialSharing={[\n {\n href: 'https://twitter.com/share?text=The%20Future%20of%20AI&url=https://example.com/blog/the-future-of-ai',\n icon: 'twitter',\n title: 'Share on Twitter'\n },\n {\n href: 'https://www.linkedin.com/shareArticle?mini=true&url=https://example.com/blog/the-future-of-ai&title=The%20Future%20of%20AI&summary=The%20Future%20of%20AI&source=LinkedIn',\n icon: 'linkedin',\n title: 'Share on LinkedIn'\n }\n ]}\n/>",
6
+ "code": "<BlogAside\n author={{\n byline: 'CEO at Company',\n image: {\n alt: 'Picture of Isabella Doe',\n aspectRatio: 'square',\n fullWidth: false,\n src: 'img/people/author-emily.png'\n },\n links: [\n {\n ariaLabel: 'Link to Isabella Doe\\'s social media profile',\n icon: 'twitter',\n label: 'jane_smith',\n newTab: false,\n url: 'tel:+4922868896620'\n },\n {\n ariaLabel: 'Link to Isabella Doe\\'s social media profile',\n icon: 'email',\n label: 'jane.smith@example.com',\n newTab: false,\n url: 'mailto:mail@example.com'\n }\n ],\n name: 'Jane Smith'\n }}\n date=\"12/30/2022\"\n readingTime=\"5 min read\"\n socialSharing={[\n {\n href: 'https://twitter.com/share?text=The%20Future%20of%20AI&url=https://example.com/blog/the-future-of-ai',\n icon: 'twitter',\n title: 'Share on Twitter',\n url: 'https://twitter.com/share?text=Check%20this%20out!&url=https://example.com'\n },\n {\n href: 'https://www.linkedin.com/shareArticle?mini=true&url=https://example.com/blog/the-future-of-ai&title=The%20Future%20of%20AI&summary=The%20Future%20of%20AI&source=LinkedIn',\n icon: 'linkedin',\n title: 'Share on LinkedIn',\n url: 'https://twitter.com/share?text=Check%20this%20out!&url=https://example.com'\n }\n ]}\n/>",
7
7
  "args": {
8
8
  "author": {
9
9
  "name": "Jane Smith",
10
10
  "byline": "CEO at Company",
11
11
  "image": {
12
12
  "src": "img/people/author-emily.png",
13
- "alt": "Picture of Jane Smith",
13
+ "alt": "Picture of Isabella Doe",
14
14
  "fullWidth": false,
15
15
  "aspectRatio": "square"
16
16
  },
@@ -18,27 +18,31 @@
18
18
  {
19
19
  "icon": "twitter",
20
20
  "label": "jane_smith",
21
- "href": "tel:+4922868896620",
22
- "newTab": false
21
+ "url": "tel:+4922868896620",
22
+ "newTab": false,
23
+ "ariaLabel": "Link to Isabella Doe's social media profile"
23
24
  },
24
25
  {
25
26
  "icon": "email",
26
27
  "label": "jane.smith@example.com",
27
- "href": "mailto:mail@example.com",
28
- "newTab": false
28
+ "url": "mailto:mail@example.com",
29
+ "newTab": false,
30
+ "ariaLabel": "Link to Isabella Doe's social media profile"
29
31
  }
30
32
  ]
31
33
  },
32
34
  "socialSharing": [
33
35
  {
34
36
  "icon": "twitter",
35
- "href": "https://twitter.com/share?text=The%20Future%20of%20AI&url=https://example.com/blog/the-future-of-ai",
36
- "title": "Share on Twitter"
37
+ "url": "https://twitter.com/share?text=Check%20this%20out!&url=https://example.com",
38
+ "title": "Share on Twitter",
39
+ "href": "https://twitter.com/share?text=The%20Future%20of%20AI&url=https://example.com/blog/the-future-of-ai"
37
40
  },
38
41
  {
39
42
  "icon": "linkedin",
40
- "href": "https://www.linkedin.com/shareArticle?mini=true&url=https://example.com/blog/the-future-of-ai&title=The%20Future%20of%20AI&summary=The%20Future%20of%20AI&source=LinkedIn",
41
- "title": "Share on LinkedIn"
43
+ "url": "https://twitter.com/share?text=Check%20this%20out!&url=https://example.com",
44
+ "title": "Share on LinkedIn",
45
+ "href": "https://www.linkedin.com/shareArticle?mini=true&url=https://example.com/blog/the-future-of-ai&title=The%20Future%20of%20AI&summary=The%20Future%20of%20AI&source=LinkedIn"
42
46
  }
43
47
  ],
44
48
  "readingTime": "5 min read",
@@ -50,13 +54,13 @@
50
54
  "id": "blog-blog-author--default",
51
55
  "group": "Blog/ Blog Author",
52
56
  "name": "Default",
53
- "code": "<BlogAuthor\n byline=\"CEO at Company\"\n image={{\n alt: 'Picture of Jane Smith',\n aspectRatio: 'square',\n fullWidth: false,\n src: 'img/people/author-emily.png'\n }}\n links={[\n {\n href: 'tel:+4922868896620',\n icon: 'twitter',\n label: 'jane_smith',\n newTab: false\n },\n {\n href: 'mailto:mail@example.com',\n icon: 'email',\n label: 'jane.smith@example.com',\n newTab: false\n }\n ]}\n name=\"Jane Smith\"\n/>",
57
+ "code": "<BlogAuthor\n byline=\"CEO at Company\"\n image={{\n alt: 'Picture of Isabella Doe',\n aspectRatio: 'square',\n fullWidth: false,\n src: 'img/people/author-emily.png'\n }}\n links={[\n {\n ariaLabel: 'Link to Isabella Doe\\'s social media profile',\n icon: 'twitter',\n label: 'jane_smith',\n newTab: false,\n url: 'tel:+4922868896620'\n },\n {\n ariaLabel: 'Link to Isabella Doe\\'s social media profile',\n icon: 'email',\n label: 'jane.smith@example.com',\n newTab: false,\n url: 'mailto:mail@example.com'\n }\n ]}\n name=\"Jane Smith\"\n/>",
54
58
  "args": {
55
59
  "name": "Jane Smith",
56
60
  "byline": "CEO at Company",
57
61
  "image": {
58
62
  "src": "img/people/author-emily.png",
59
- "alt": "Picture of Jane Smith",
63
+ "alt": "Picture of Isabella Doe",
60
64
  "fullWidth": false,
61
65
  "aspectRatio": "square"
62
66
  },
@@ -64,14 +68,16 @@
64
68
  {
65
69
  "icon": "twitter",
66
70
  "label": "jane_smith",
67
- "href": "tel:+4922868896620",
68
- "newTab": false
71
+ "url": "tel:+4922868896620",
72
+ "newTab": false,
73
+ "ariaLabel": "Link to Isabella Doe's social media profile"
69
74
  },
70
75
  {
71
76
  "icon": "email",
72
77
  "label": "jane.smith@example.com",
73
- "href": "mailto:mail@example.com",
74
- "newTab": false
78
+ "url": "mailto:mail@example.com",
79
+ "newTab": false,
80
+ "ariaLabel": "Link to Isabella Doe's social media profile"
75
81
  }
76
82
  ]
77
83
  },
@@ -186,13 +192,13 @@
186
192
  "id": "page-archetypes-blog-overview--blog-overview",
187
193
  "group": "Page Archetypes/Blog Overview",
188
194
  "name": "BlogOverview",
189
- "code": "<BlogOverview\n cta={{\n buttons: [\n {\n icon: 'person',\n label: 'Contact us',\n target: '#'\n },\n {\n icon: 'date',\n label: 'Book a meeting',\n target: '#'\n }\n ],\n colorNeutral: false,\n contentAlign: 'center',\n fullWidth: true,\n headline: 'Get in touch',\n highlightText: false,\n image: {\n padding: false,\n src: 'img/contact-person.png'\n },\n order: {\n desktopImageLast: false,\n mobileImageLast: false\n },\n sub: 'Chat with us about getting your product or platform to market faster',\n text: 'Our modular design approach allows for flexibility and scalability in your application\\'s architecture.',\n textAlign: 'left',\n width: 'wide'\n }}\n latest={{\n alt: 'Image of a business team working',\n author: {\n image: 'img/people/author-alex.png',\n name: 'John Doe',\n title: 'CEO'\n },\n date: '12/30/2022',\n headline: 'Mastering the Art of Design Systems with Systemics: A Journey from Vision to Reality',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n text: 'Read article',\n url: 'https://example.com/article1'\n },\n readingTime: '5 min read',\n tags: [\n {\n entry: 'Design Systems'\n },\n {\n entry: 'Headless Websites'\n },\n {\n entry: 'Training'\n }\n ],\n teaserText: 'In this enlightening article, we delve into how Systemics, your go-to Design System agency, brings clarity and coherence to your brand\\'s digital presence. We discuss our unique approach to Design System Consulting, where we align your vision with actionable strategies for seamless and captivating user experiences.'\n }}\n latestTitle=\"Latest Post\"\n list={[\n {\n alt: 'Image of a business team working',\n author: {\n image: 'img/people/author-alex.png',\n name: 'John Doe',\n title: 'CEO'\n },\n date: '12/30/2022',\n headline: 'Mastering the Art of Design Systems with Systemics',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n text: 'Read article',\n url: 'https://example.com/article1'\n },\n readingTime: '5 min read',\n tags: [\n {\n entry: 'Design Systems'\n }\n ],\n teaserText: 'In this enlightening article, we delve into how Systemics, your go-to Design System agency, brings clarity and coherence to your brand\\'s digital presence..'\n },\n {\n alt: 'Image of a business team working',\n author: {\n image: 'img/people/author-emily.png',\n name: 'Jane Doe',\n title: 'CTO'\n },\n date: '12/30/2022',\n headline: 'Unleashing Innovation with Headless Websites',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n text: 'Read article',\n url: 'https://example.com/article2'\n },\n readingTime: '5 min read',\n tags: [\n {\n entry: 'Headless Websites'\n }\n ],\n teaserText: 'Dive into the exciting world of headless architecture with Systemics. This article explores our Headless Websites service, a playground of innovation and creativity for brands seeking to redefine their digital journey.'\n },\n {\n alt: 'Image of a business team working',\n author: {\n image: 'img/people/author-alex.png',\n name: 'John Doe',\n title: 'CEO'\n },\n date: '12/30/2022',\n headline: 'Investing in Digital Excellence: Systemics\\' Design System Trainings',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n text: 'Read article',\n url: 'https://example.com/article3'\n },\n readingTime: '5 min read',\n tags: [\n {\n entry: 'Training'\n }\n ],\n teaserText: 'Investing in your digital team\\'s growth is crucial for sustainable success. In this article, we highlight Systemics\\' Design System Trainings, designed to equip your team with the skills they need to harness your design system effectively.'\n }\n ]}\n listTitle=\"Recent Posts\"\n more={[\n {\n alt: 'Image of a business team working',\n author: {\n image: 'img/people/author-alex.png',\n name: 'John Doe',\n title: 'CEO'\n },\n date: '12/30/2022',\n headline: 'Mastering the Art of Design Systems with Systemics',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n text: 'Read article',\n url: 'https://example.com/article1'\n },\n readingTime: '5 min read',\n tags: [\n {\n entry: 'Design Systems'\n }\n ],\n teaserText: 'In this enlightening article, we delve into how Systemics, your go-to Design System agency, brings clarity and coherence to your brand\\'s digital presence..'\n },\n {\n alt: 'Image of a business team working',\n author: {\n image: 'img/people/author-emily.png',\n name: 'Jane Doe',\n title: 'CTO'\n },\n date: '12/30/2022',\n headline: 'Unleashing Innovation with Headless Websites',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n text: 'Read article',\n url: 'https://example.com/article2'\n },\n readingTime: '5 min read',\n tags: [\n {\n entry: 'Headless Websites'\n }\n ],\n teaserText: 'Dive into the exciting world of headless architecture with Systemics. This article explores our Headless Websites service, a playground of innovation and creativity for brands seeking to redefine their digital journey.'\n }\n ]}\n moreTitle=\"Featured Posts\"\n section={[\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n },\n headerSpacing: false,\n headline: {\n large: false,\n text: 'Section headline',\n width: 'unset'\n },\n inverted: false,\n spaceAfter: 'default',\n spaceBefore: 'default',\n spotlight: false,\n style: 'default',\n width: 'default'\n },\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n },\n headerSpacing: false,\n headline: {\n large: false,\n text: 'Section headline',\n width: 'unset'\n },\n inverted: false,\n spaceAfter: 'default',\n spaceBefore: 'default',\n spotlight: false,\n style: 'default',\n width: 'default'\n },\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n },\n headerSpacing: false,\n headline: {\n large: false,\n text: 'Section headline',\n width: 'unset'\n },\n inverted: false,\n spaceAfter: 'default',\n spaceBefore: 'default',\n spotlight: false,\n style: 'default',\n width: 'default'\n }\n ]}\n/>",
195
+ "code": "<BlogOverview\n cta={{\n align: 'center',\n buttons: [\n {\n icon: 'person',\n label: 'Contact us',\n url: '#'\n },\n {\n icon: 'date',\n label: 'Book a meeting',\n url: '#'\n }\n ],\n colorNeutral: false,\n contentAlign: 'center',\n fullWidth: true,\n headline: 'Get in touch',\n highlightText: false,\n image: {\n align: 'center',\n padding: false,\n src: 'img/contact-person.png'\n },\n inverted: false,\n order: {\n desktopImageLast: false,\n mobileImageLast: false\n },\n padding: false,\n sub: 'Chat with us about getting your product or platform to market faster',\n text: 'Our modular design approach allows for flexibility and scalability in your application\\'s architecture.',\n textAlign: 'left',\n width: 'wide'\n }}\n latest={{\n alt: 'Image of a business team working',\n author: {\n image: 'img/people/author-alex.png',\n name: 'John Doe',\n title: 'CEO'\n },\n date: '12/30/2022',\n headline: 'Mastering the Art of Design Systems with Systemics: A Journey from Vision to Reality',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n text: 'Read article',\n url: 'https://example.com/article1'\n },\n readingTime: '5 min read',\n tags: [\n {\n entry: 'Design Systems'\n },\n {\n entry: 'Headless Websites'\n },\n {\n entry: 'Training'\n }\n ],\n teaserText: 'In this enlightening article, we delve into how Systemics, your go-to Design System agency, brings clarity and coherence to your brand\\'s digital presence. We discuss our unique approach to Design System Consulting, where we align your vision with actionable strategies for seamless and captivating user experiences.'\n }}\n latestTitle=\"Latest Post\"\n list={[\n {\n alt: 'Image of a business team working',\n author: {\n image: 'img/people/author-alex.png',\n name: 'John Doe',\n title: 'CEO'\n },\n date: '12/30/2022',\n headline: 'Mastering the Art of Design Systems with Systemics',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n text: 'Read article',\n url: 'https://example.com/article1'\n },\n readingTime: '5 min read',\n tags: [\n {\n entry: 'Design Systems'\n }\n ],\n teaserText: 'In this enlightening article, we delve into how Systemics, your go-to Design System agency, brings clarity and coherence to your brand\\'s digital presence..'\n },\n {\n alt: 'Image of a business team working',\n author: {\n image: 'img/people/author-emily.png',\n name: 'Jane Doe',\n title: 'CTO'\n },\n date: '12/30/2022',\n headline: 'Unleashing Innovation with Headless Websites',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n text: 'Read article',\n url: 'https://example.com/article2'\n },\n readingTime: '5 min read',\n tags: [\n {\n entry: 'Headless Websites'\n }\n ],\n teaserText: 'Dive into the exciting world of headless architecture with Systemics. This article explores our Headless Websites service, a playground of innovation and creativity for brands seeking to redefine their digital journey.'\n },\n {\n alt: 'Image of a business team working',\n author: {\n image: 'img/people/author-alex.png',\n name: 'John Doe',\n title: 'CEO'\n },\n date: '12/30/2022',\n headline: 'Investing in Digital Excellence: Systemics\\' Design System Trainings',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n text: 'Read article',\n url: 'https://example.com/article3'\n },\n readingTime: '5 min read',\n tags: [\n {\n entry: 'Training'\n }\n ],\n teaserText: 'Investing in your digital team\\'s growth is crucial for sustainable success. In this article, we highlight Systemics\\' Design System Trainings, designed to equip your team with the skills they need to harness your design system effectively.'\n }\n ]}\n listTitle=\"Recent Posts\"\n more={[\n {\n alt: 'Image of a business team working',\n author: {\n image: 'img/people/author-alex.png',\n name: 'John Doe',\n title: 'CEO'\n },\n date: '12/30/2022',\n headline: 'Mastering the Art of Design Systems with Systemics',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n text: 'Read article',\n url: 'https://example.com/article1'\n },\n readingTime: '5 min read',\n tags: [\n {\n entry: 'Design Systems'\n }\n ],\n teaserText: 'In this enlightening article, we delve into how Systemics, your go-to Design System agency, brings clarity and coherence to your brand\\'s digital presence..'\n },\n {\n alt: 'Image of a business team working',\n author: {\n image: 'img/people/author-emily.png',\n name: 'Jane Doe',\n title: 'CTO'\n },\n date: '12/30/2022',\n headline: 'Unleashing Innovation with Headless Websites',\n image: 'img/close-up-young-business-team-working.png',\n link: {\n label: 'Read more',\n text: 'Read article',\n url: 'https://example.com/article2'\n },\n readingTime: '5 min read',\n tags: [\n {\n entry: 'Headless Websites'\n }\n ],\n teaserText: 'Dive into the exciting world of headless architecture with Systemics. This article explores our Headless Websites service, a playground of innovation and creativity for brands seeking to redefine their digital journey.'\n }\n ]}\n moreTitle=\"Featured Posts\"\n section={[\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n },\n headerSpacing: false,\n headline: {\n large: false,\n text: 'Section headline',\n width: 'unset'\n },\n inverted: false,\n spaceAfter: 'default',\n spaceBefore: 'default',\n spotlight: false,\n transition: 'default',\n width: 'default'\n },\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n },\n headerSpacing: false,\n headline: {\n large: false,\n text: 'Section headline',\n width: 'unset'\n },\n inverted: false,\n spaceAfter: 'default',\n spaceBefore: 'default',\n spotlight: false,\n transition: 'default',\n width: 'default'\n },\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n },\n headerSpacing: false,\n headline: {\n large: false,\n text: 'Section headline',\n width: 'unset'\n },\n inverted: false,\n spaceAfter: 'default',\n spaceBefore: 'default',\n spotlight: false,\n transition: 'default',\n width: 'default'\n }\n ]}\n/>",
190
196
  "args": {
191
197
  "section": [
192
198
  {
193
199
  "width": "default",
194
- "style": "default",
195
200
  "backgroundColor": "default",
201
+ "transition": "default",
196
202
  "spotlight": false,
197
203
  "spaceBefore": "default",
198
204
  "spaceAfter": "default",
@@ -233,8 +239,8 @@
233
239
  },
234
240
  {
235
241
  "width": "default",
236
- "style": "default",
237
242
  "backgroundColor": "default",
243
+ "transition": "default",
238
244
  "spotlight": false,
239
245
  "spaceBefore": "default",
240
246
  "spaceAfter": "default",
@@ -275,8 +281,8 @@
275
281
  },
276
282
  {
277
283
  "width": "default",
278
- "style": "default",
279
284
  "backgroundColor": "default",
285
+ "transition": "default",
280
286
  "spotlight": false,
281
287
  "spaceBefore": "default",
282
288
  "spaceAfter": "default",
@@ -472,21 +478,21 @@
472
478
  "sub": "Chat with us about getting your product or platform to market faster",
473
479
  "highlightText": false,
474
480
  "colorNeutral": false,
475
- "fullWidth": true,
476
481
  "buttons": [
477
482
  {
478
483
  "label": "Contact us",
479
484
  "icon": "person",
480
- "target": "#"
485
+ "url": "#"
481
486
  },
482
487
  {
483
488
  "label": "Book a meeting",
484
489
  "icon": "date",
485
- "target": "#"
490
+ "url": "#"
486
491
  }
487
492
  ],
488
493
  "image": {
489
494
  "padding": false,
495
+ "align": "center",
490
496
  "src": "img/contact-person.png"
491
497
  },
492
498
  "order": {
@@ -494,6 +500,10 @@
494
500
  "desktopImageLast": false
495
501
  },
496
502
  "textAlign": "left",
503
+ "align": "center",
504
+ "padding": false,
505
+ "inverted": false,
506
+ "fullWidth": true,
497
507
  "contentAlign": "center",
498
508
  "text": "Our modular design approach allows for flexibility and scalability in your application's architecture.",
499
509
  "width": "wide"
@@ -505,7 +515,7 @@
505
515
  "id": "page-archetypes-blog-post--blog-post",
506
516
  "group": "Page Archetypes/Blog Post",
507
517
  "name": "BlogPost",
508
- "code": "<BlogPost\n aside={{\n author: {\n byline: 'Senior Developer',\n email: 'Jane.doe@example.com',\n image: {\n alt: 'Picture of Jane Smith',\n aspectRatio: 'square',\n fullWidth: false,\n src: 'img/people/author-emily.png'\n },\n links: [\n {\n href: 'tel:+4922868896620',\n icon: 'phone',\n label: '0228 / 688 966 20',\n newTab: false\n },\n {\n href: 'mailto:mail@example.com',\n icon: 'email',\n label: 'mail@example.com',\n newTab: false\n }\n ],\n name: 'Jane Doe',\n twitter: 'Janedoe'\n },\n date: '12/30/2022',\n readingTime: '5 min read',\n socialSharing: [\n {\n href: 'https://twitter.com/share?text=This%20is%20a%20blog%20post%20headline&url=https://example.com/blog',\n icon: 'twitter',\n title: 'Share on Twitter'\n },\n {\n href: 'https://www.linkedin.com/shareArticle?mini=true&url=https://example.com/blog&title=This%20is%20a%20blog%20post%20headline',\n icon: 'linkedin',\n title: 'Share on LinkedIn'\n }\n ]\n }}\n contact={{\n copy: 'Leads with a vision for innovative, user-centric web designs, ensuring each project merges creativity with functionality to deliver outstanding digital experiences.',\n image: {\n alt: 'Picture of Jane Smith',\n aspectRatio: 'vertical',\n fullWidth: false,\n src: 'img/people/contact-john.png'\n },\n links: [\n {\n href: 'mailto:mail@example.com',\n icon: 'xing',\n label: 'john.smith',\n newTab: false\n },\n {\n href: '#',\n icon: 'twitter',\n label: '@john_smith',\n newTab: false\n }\n ],\n subtitle: 'Sales Representative',\n title: 'John Smith'\n }}\n content=\"\n## Introduction\nThe future of **Artificial Intelligence (AI)** is a topic that has been the subject of much debate. It's a field that's constantly evolving, with new advancements and breakthroughs happening all the time. [Learn more about AI](https://en.wikipedia.org/wiki/Artificial_intelligence)\n\n## The Current State of AI\nToday, AI is already a part of our daily lives. From *smart home devices* to *recommendation algorithms* on our favorite streaming services, AI is everywhere.\n\n## The Potential of AI\nThe potential of AI is immense. It has the ability to revolutionize industries, from healthcare to finance, and everything in between.\n\n## The Challenges of AI\nHowever, with great potential comes great challenges. Issues such as data privacy and the ethical implications of AI are just some of the hurdles that need to be overcome.\n\n## The Role of AI in Society\nAI has the potential to greatly impact society. It can lead to job creation in new industries, and can also help solve complex societal problems.\n\n## Conclusion\nThe future of AI is exciting and full of potential. However, it's important that we navigate this future with caution, ensuring that the benefits of AI are accessible to all, while minimizing its potential risks.\n \"\n cta={{\n buttons: [\n {\n icon: 'person',\n label: 'Contact Us',\n target: '#'\n },\n {\n icon: 'date',\n label: 'Learn More',\n target: '#'\n }\n ],\n colorNeutral: false,\n contentAlign: 'center',\n fullWidth: false,\n headline: 'Ready to Transform Your Development Process?',\n highlightText: false,\n image: {\n padding: true\n },\n order: {\n desktopImageLast: true,\n mobileImageLast: false\n },\n sub: 'Start your journey today.',\n text: 'Get started with our design system today and experience a new level of efficiency and consistency in your projects.',\n textAlign: 'center'\n }}\n head={{\n alt: 'Image of a business team working',\n date: '12/30/2022',\n headline: 'The Future of AI: A Glimpse into the Unseen',\n image: 'img/close-up-young-business-team-working.png',\n tags: [\n {\n entry: 'Technology'\n },\n {\n entry: 'AI'\n }\n ]\n }}\n section={[\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n },\n headerSpacing: false,\n headline: {\n large: false,\n text: 'Section headline',\n width: 'unset'\n },\n inverted: false,\n spaceAfter: 'default',\n spaceBefore: 'default',\n spotlight: false,\n style: 'default',\n width: 'default'\n },\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n },\n headerSpacing: false,\n headline: {\n large: false,\n text: 'Section headline',\n width: 'unset'\n },\n inverted: false,\n spaceAfter: 'default',\n spaceBefore: 'default',\n spotlight: false,\n style: 'default',\n width: 'default'\n },\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n },\n headerSpacing: false,\n headline: {\n large: false,\n text: 'Section headline',\n width: 'unset'\n },\n inverted: false,\n spaceAfter: 'default',\n spaceBefore: 'default',\n spotlight: false,\n style: 'default',\n width: 'default'\n }\n ]}\n/>",
518
+ "code": "<BlogPost\n aside={{\n author: {\n byline: 'Senior Developer',\n email: 'Jane.doe@example.com',\n image: {\n alt: 'Picture of Isabella Doe',\n aspectRatio: 'square',\n fullWidth: false,\n src: 'img/people/author-emily.png'\n },\n links: [\n {\n ariaLabel: 'Link to Isabella Doe\\'s social media profile',\n icon: 'phone',\n label: '0228 / 688 966 20',\n newTab: false,\n url: 'tel:+4922868896620'\n },\n {\n ariaLabel: 'Link to Isabella Doe\\'s social media profile',\n icon: 'email',\n label: 'mail@example.com',\n newTab: false,\n url: 'mailto:mail@example.com'\n }\n ],\n name: 'Jane Doe',\n twitter: 'Janedoe'\n },\n date: '12/30/2022',\n readingTime: '5 min read',\n socialSharing: [\n {\n icon: 'twitter',\n title: 'Share on Twitter',\n url: 'https://twitter.com/share?text=This%20is%20a%20blog%20post%20headline&url=https://example.com/blog'\n },\n {\n icon: 'linkedin',\n title: 'Share on LinkedIn',\n url: 'https://www.linkedin.com/shareArticle?mini=true&url=https://example.com/blog&title=This%20is%20a%20blog%20post%20headline'\n }\n ]\n }}\n contact={{\n copy: 'Leads with a vision for innovative, user-centric web designs, ensuring each project merges creativity with functionality to deliver outstanding digital experiences.',\n image: {\n alt: 'Picture of Jane Smith',\n aspectRatio: 'vertical',\n fullWidth: false,\n src: 'img/people/contact-john.png'\n },\n links: [\n {\n icon: 'xing',\n label: 'john.smith',\n newTab: false,\n url: 'mailto:mail@example.com'\n },\n {\n icon: 'twitter',\n label: '@john_smith',\n newTab: false,\n url: '#'\n }\n ],\n subtitle: 'Sales Representative',\n title: 'John Smith'\n }}\n content=\"\n## Introduction\nThe future of **Artificial Intelligence (AI)** is a topic that has been the subject of much debate. It's a field that's constantly evolving, with new advancements and breakthroughs happening all the time. [Learn more about AI](https://en.wikipedia.org/wiki/Artificial_intelligence)\n\n## The Current State of AI\nToday, AI is already a part of our daily lives. From *smart home devices* to *recommendation algorithms* on our favorite streaming services, AI is everywhere.\n\n## The Potential of AI\nThe potential of AI is immense. It has the ability to revolutionize industries, from healthcare to finance, and everything in between.\n\n## The Challenges of AI\nHowever, with great potential comes great challenges. Issues such as data privacy and the ethical implications of AI are just some of the hurdles that need to be overcome.\n\n## The Role of AI in Society\nAI has the potential to greatly impact society. It can lead to job creation in new industries, and can also help solve complex societal problems.\n\n## Conclusion\nThe future of AI is exciting and full of potential. However, it's important that we navigate this future with caution, ensuring that the benefits of AI are accessible to all, while minimizing its potential risks.\n \"\n cta={{\n align: 'center',\n buttons: [\n {\n icon: 'person',\n label: 'Contact Us',\n url: '#'\n },\n {\n icon: 'date',\n label: 'Learn More',\n url: '#'\n }\n ],\n colorNeutral: false,\n headline: 'Ready to Transform Your Development Process?',\n highlightText: false,\n image: {\n align: 'center',\n padding: true\n },\n inverted: false,\n order: {\n desktopImageLast: true,\n mobileImageLast: false\n },\n padding: false,\n sub: 'Start your journey today.',\n text: 'Get started with our design system today and experience a new level of efficiency and consistency in your projects.',\n textAlign: 'center'\n }}\n head={{\n alt: 'Image of a business team working',\n date: '12/30/2022',\n headline: 'The Future of AI: A Glimpse into the Unseen',\n image: 'img/close-up-young-business-team-working.png',\n tags: [\n {\n entry: 'Technology'\n },\n {\n entry: 'AI'\n }\n ]\n }}\n section={[\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n },\n headerSpacing: false,\n headline: {\n large: false,\n text: 'Section headline',\n width: 'unset'\n },\n inverted: false,\n spaceAfter: 'default',\n spaceBefore: 'default',\n spotlight: false,\n transition: 'default',\n width: 'default'\n },\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n },\n headerSpacing: false,\n headline: {\n large: false,\n text: 'Section headline',\n width: 'unset'\n },\n inverted: false,\n spaceAfter: 'default',\n spaceBefore: 'default',\n spotlight: false,\n transition: 'default',\n width: 'default'\n },\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n },\n headerSpacing: false,\n headline: {\n large: false,\n text: 'Section headline',\n width: 'unset'\n },\n inverted: false,\n spaceAfter: 'default',\n spaceBefore: 'default',\n spotlight: false,\n transition: 'default',\n width: 'default'\n }\n ]}\n/>",
509
519
  "args": {
510
520
  "head": {
511
521
  "date": "12/30/2022",
@@ -527,7 +537,7 @@
527
537
  "byline": "Senior Developer",
528
538
  "image": {
529
539
  "src": "img/people/author-emily.png",
530
- "alt": "Picture of Jane Smith",
540
+ "alt": "Picture of Isabella Doe",
531
541
  "fullWidth": false,
532
542
  "aspectRatio": "square"
533
543
  },
@@ -535,14 +545,16 @@
535
545
  {
536
546
  "icon": "phone",
537
547
  "label": "0228 / 688 966 20",
538
- "href": "tel:+4922868896620",
539
- "newTab": false
548
+ "url": "tel:+4922868896620",
549
+ "newTab": false,
550
+ "ariaLabel": "Link to Isabella Doe's social media profile"
540
551
  },
541
552
  {
542
553
  "icon": "email",
543
554
  "label": "mail@example.com",
544
- "href": "mailto:mail@example.com",
545
- "newTab": false
555
+ "url": "mailto:mail@example.com",
556
+ "newTab": false,
557
+ "ariaLabel": "Link to Isabella Doe's social media profile"
546
558
  }
547
559
  ],
548
560
  "twitter": "Janedoe",
@@ -551,12 +563,12 @@
551
563
  "socialSharing": [
552
564
  {
553
565
  "icon": "twitter",
554
- "href": "https://twitter.com/share?text=This%20is%20a%20blog%20post%20headline&url=https://example.com/blog",
566
+ "url": "https://twitter.com/share?text=This%20is%20a%20blog%20post%20headline&url=https://example.com/blog",
555
567
  "title": "Share on Twitter"
556
568
  },
557
569
  {
558
570
  "icon": "linkedin",
559
- "href": "https://www.linkedin.com/shareArticle?mini=true&url=https://example.com/blog&title=This%20is%20a%20blog%20post%20headline",
571
+ "url": "https://www.linkedin.com/shareArticle?mini=true&url=https://example.com/blog&title=This%20is%20a%20blog%20post%20headline",
560
572
  "title": "Share on LinkedIn"
561
573
  }
562
574
  ],
@@ -566,8 +578,8 @@
566
578
  "section": [
567
579
  {
568
580
  "width": "default",
569
- "style": "default",
570
581
  "backgroundColor": "default",
582
+ "transition": "default",
571
583
  "spotlight": false,
572
584
  "spaceBefore": "default",
573
585
  "spaceAfter": "default",
@@ -608,8 +620,8 @@
608
620
  },
609
621
  {
610
622
  "width": "default",
611
- "style": "default",
612
623
  "backgroundColor": "default",
624
+ "transition": "default",
613
625
  "spotlight": false,
614
626
  "spaceBefore": "default",
615
627
  "spaceAfter": "default",
@@ -650,8 +662,8 @@
650
662
  },
651
663
  {
652
664
  "width": "default",
653
- "style": "default",
654
665
  "backgroundColor": "default",
666
+ "transition": "default",
655
667
  "spotlight": false,
656
668
  "spaceBefore": "default",
657
669
  "spaceAfter": "default",
@@ -696,28 +708,30 @@
696
708
  "sub": "Start your journey today.",
697
709
  "highlightText": false,
698
710
  "colorNeutral": false,
699
- "fullWidth": false,
700
711
  "buttons": [
701
712
  {
702
713
  "label": "Contact Us",
703
- "target": "#",
714
+ "url": "#",
704
715
  "icon": "person"
705
716
  },
706
717
  {
707
718
  "label": "Learn More",
708
- "target": "#",
719
+ "url": "#",
709
720
  "icon": "date"
710
721
  }
711
722
  ],
712
723
  "image": {
713
- "padding": true
724
+ "padding": true,
725
+ "align": "center"
714
726
  },
715
727
  "order": {
716
728
  "mobileImageLast": false,
717
729
  "desktopImageLast": true
718
730
  },
719
731
  "textAlign": "center",
720
- "contentAlign": "center",
732
+ "align": "center",
733
+ "padding": false,
734
+ "inverted": false,
721
735
  "text": "Get started with our design system today and experience a new level of efficiency and consistency in your projects."
722
736
  },
723
737
  "content": "\n## Introduction\nThe future of **Artificial Intelligence (AI)** is a topic that has been the subject of much debate. It's a field that's constantly evolving, with new advancements and breakthroughs happening all the time. [Learn more about AI](https://en.wikipedia.org/wiki/Artificial_intelligence)\n\n## The Current State of AI\nToday, AI is already a part of our daily lives. From *smart home devices* to *recommendation algorithms* on our favorite streaming services, AI is everywhere.\n\n## The Potential of AI\nThe potential of AI is immense. It has the ability to revolutionize industries, from healthcare to finance, and everything in between.\n\n## The Challenges of AI\nHowever, with great potential comes great challenges. Issues such as data privacy and the ethical implications of AI are just some of the hurdles that need to be overcome.\n\n## The Role of AI in Society\nAI has the potential to greatly impact society. It can lead to job creation in new industries, and can also help solve complex societal problems.\n\n## Conclusion\nThe future of AI is exciting and full of potential. However, it's important that we navigate this future with caution, ensuring that the benefits of AI are accessible to all, while minimizing its potential risks.\n ",
@@ -734,13 +748,13 @@
734
748
  {
735
749
  "icon": "xing",
736
750
  "label": "john.smith",
737
- "href": "mailto:mail@example.com",
751
+ "url": "mailto:mail@example.com",
738
752
  "newTab": false
739
753
  },
740
754
  {
741
755
  "icon": "twitter",
742
756
  "label": "@john_smith",
743
- "href": "#",
757
+ "url": "#",
744
758
  "newTab": false
745
759
  }
746
760
  ],
@@ -749,15 +763,164 @@
749
763
  },
750
764
  "screenshot": "img/screenshots/page-archetypes-blog-post--blog-post.png"
751
765
  },
766
+ {
767
+ "id": "page-archetypes-event-detail--event-detail",
768
+ "group": "Page Archetypes/Event Detail",
769
+ "name": "EventDetail",
770
+ "code": "<EventDetail\n button={{\n label: 'See all Events',\n url: '/#'\n }}\n categories={[\n {\n label: 'Conference'\n },\n {\n label: 'Design Systems'\n }\n ]}\n description=\"\nJoin us for a day of inspiring talks, hands-on workshops, and networking with design system experts from around the world.\n\n**Highlights:**\n- Keynotes from industry leaders\n- Practical sessions on design tokens, accessibility, and scaling systems\n- Evening networking event with food & drinks\n \"\n downloads={[\n {\n format: 'PDF',\n name: 'Product Brochure',\n previewImage: 'img/offset-image.png',\n size: '2.5 MB',\n url: 'img/offset-image.png'\n },\n {\n format: 'PDF',\n name: 'Company Brochure',\n previewImage: 'img/kickstartDS/CMS-Starter producthunt-slide-01.svg',\n size: '3.2 MB',\n url: 'img/kickstartDS/CMS-Starter producthunt-slide-01.svg'\n },\n {\n format: 'DOC',\n name: 'User Guide',\n size: '20 KB',\n url: 'assets/user-guide.doc'\n },\n {\n format: 'TXT',\n name: 'Technical Specifications',\n size: '12 KB',\n url: 'assets/technical-specifications.txt'\n }\n ]}\n images={[\n {\n alt: 'Alt text Image 1',\n caption: 'Caption Image 1',\n src: 'img/close-up-young-business-team-working.png'\n },\n {\n alt: 'Alt text Image 2',\n caption: 'Caption Image 2',\n src: 'img/low-angle-tall-building-with-many-windows_23-2148230392.png'\n },\n {\n alt: 'Alt text Image 3',\n caption: 'Caption Image 3',\n src: 'img/full-shot-different-people-working-together.png'\n },\n {\n alt: 'Alt text Image 4',\n caption: 'Caption Image 4',\n src: 'img/top-view-desk-with-keyboard-drawing-pad.png'\n }\n ]}\n intro=\"A full-day event for design system professionals and enthusiasts. Join us to learn, share, and connect with like-minded individuals.\"\n locations={[\n {\n address: 'Messeplatz 1<br />\\n 50679 Köln',\n dates: [\n {\n ariaLabel: 'Register for the event on 18th September 2025 from 09:00 to 17:00',\n date: '2025-09-18',\n label: 'Register',\n newTab: true,\n time: '09:00 – 17:00',\n url: '#'\n },\n {\n ariaLabel: 'Register for the event on 18th September 2025 from 09:00 to 17:00',\n date: '2025-09-18',\n label: 'Register',\n newTab: true,\n time: '09:00 – 17:00',\n url: '#'\n },\n {\n ariaLabel: 'Register for the event on 18th September 2025 from 09:00 to 17:00',\n date: '2025-09-18',\n label: 'Register',\n newTab: true,\n time: '09:00 – 17:00',\n url: '#'\n }\n ],\n displayMode: 'compact',\n links: [\n {\n label: 'Open in Google Maps',\n newTab: true,\n url: 'https://maps.google.com/?q=Berlin+Congress+Center'\n }\n ],\n locationName: 'Köln Messe'\n },\n {\n address: 'Alexanderplatz 1<br />\\n 10178 Berlin',\n dates: [\n {\n ariaLabel: 'Register for the event on 18th September 2025 from 09:00 to 17:00',\n date: '2025-09-18',\n label: 'Register',\n newTab: true,\n time: '09:00 – 17:00',\n url: '#'\n },\n {\n ariaLabel: 'Register for the event on 18th September 2025 from 09:00 to 17:00',\n date: '2025-09-18',\n label: 'Register',\n newTab: true,\n time: '09:00 – 17:00',\n url: '#'\n }\n ],\n displayMode: 'compact',\n links: [\n {\n label: 'Open in Google Maps',\n newTab: true,\n url: 'https://maps.google.com/?q=Berlin+Congress+Center'\n },\n {\n label: 'Location Website',\n newTab: true,\n url: 'https://www.berlincongresscenter.com'\n }\n ],\n locationName: 'Berlin Congress Center (BCC) Redaktion & Event GmbH & Co. KG'\n }\n ]}\n title=\"Systemics Design Conference 2025\"\n/>",
771
+ "args": {
772
+ "categories": [
773
+ {
774
+ "label": "Conference"
775
+ },
776
+ {
777
+ "label": "Design Systems"
778
+ }
779
+ ],
780
+ "locations": [
781
+ {
782
+ "dates": [
783
+ {
784
+ "date": "2025-09-18",
785
+ "time": "09:00 – 17:00",
786
+ "label": "Register",
787
+ "url": "#",
788
+ "newTab": true,
789
+ "ariaLabel": "Register for the event on 18th September 2025 from 09:00 to 17:00"
790
+ },
791
+ {
792
+ "date": "2025-09-18",
793
+ "time": "09:00 – 17:00",
794
+ "label": "Register",
795
+ "url": "#",
796
+ "newTab": true,
797
+ "ariaLabel": "Register for the event on 18th September 2025 from 09:00 to 17:00"
798
+ },
799
+ {
800
+ "date": "2025-09-18",
801
+ "time": "09:00 – 17:00",
802
+ "label": "Register",
803
+ "url": "#",
804
+ "newTab": true,
805
+ "ariaLabel": "Register for the event on 18th September 2025 from 09:00 to 17:00"
806
+ }
807
+ ],
808
+ "locationName": "Köln Messe",
809
+ "displayMode": "compact",
810
+ "address": "Messeplatz 1<br />\n 50679 Köln",
811
+ "links": [
812
+ {
813
+ "newTab": true,
814
+ "url": "https://maps.google.com/?q=Berlin+Congress+Center",
815
+ "label": "Open in Google Maps"
816
+ }
817
+ ]
818
+ },
819
+ {
820
+ "dates": [
821
+ {
822
+ "date": "2025-09-18",
823
+ "time": "09:00 – 17:00",
824
+ "label": "Register",
825
+ "url": "#",
826
+ "newTab": true,
827
+ "ariaLabel": "Register for the event on 18th September 2025 from 09:00 to 17:00"
828
+ },
829
+ {
830
+ "date": "2025-09-18",
831
+ "time": "09:00 – 17:00",
832
+ "label": "Register",
833
+ "url": "#",
834
+ "newTab": true,
835
+ "ariaLabel": "Register for the event on 18th September 2025 from 09:00 to 17:00"
836
+ }
837
+ ],
838
+ "locationName": "Berlin Congress Center (BCC) Redaktion & Event GmbH & Co. KG",
839
+ "displayMode": "compact",
840
+ "address": "Alexanderplatz 1<br />\n 10178 Berlin",
841
+ "links": [
842
+ {
843
+ "newTab": true,
844
+ "url": "https://maps.google.com/?q=Berlin+Congress+Center",
845
+ "label": "Open in Google Maps"
846
+ },
847
+ {
848
+ "newTab": true,
849
+ "url": "https://www.berlincongresscenter.com",
850
+ "label": "Location Website"
851
+ }
852
+ ]
853
+ }
854
+ ],
855
+ "images": [
856
+ {
857
+ "src": "img/close-up-young-business-team-working.png",
858
+ "alt": "Alt text Image 1",
859
+ "caption": "Caption Image 1"
860
+ },
861
+ {
862
+ "src": "img/low-angle-tall-building-with-many-windows_23-2148230392.png",
863
+ "alt": "Alt text Image 2",
864
+ "caption": "Caption Image 2"
865
+ },
866
+ {
867
+ "src": "img/full-shot-different-people-working-together.png",
868
+ "alt": "Alt text Image 3",
869
+ "caption": "Caption Image 3"
870
+ },
871
+ {
872
+ "src": "img/top-view-desk-with-keyboard-drawing-pad.png",
873
+ "alt": "Alt text Image 4",
874
+ "caption": "Caption Image 4"
875
+ }
876
+ ],
877
+ "button": {
878
+ "label": "See all Events",
879
+ "url": "/#"
880
+ },
881
+ "title": "Systemics Design Conference 2025",
882
+ "intro": "A full-day event for design system professionals and enthusiasts. Join us to learn, share, and connect with like-minded individuals.",
883
+ "description": "\nJoin us for a day of inspiring talks, hands-on workshops, and networking with design system experts from around the world.\n\n**Highlights:**\n- Keynotes from industry leaders\n- Practical sessions on design tokens, accessibility, and scaling systems\n- Evening networking event with food & drinks\n ",
884
+ "downloads": [
885
+ {
886
+ "name": "Product Brochure",
887
+ "format": "PDF",
888
+ "size": "2.5 MB",
889
+ "previewImage": "img/offset-image.png",
890
+ "url": "img/offset-image.png"
891
+ },
892
+ {
893
+ "name": "Company Brochure",
894
+ "previewImage": "img/kickstartDS/CMS-Starter producthunt-slide-01.svg",
895
+ "format": "PDF",
896
+ "size": "3.2 MB",
897
+ "url": "img/kickstartDS/CMS-Starter producthunt-slide-01.svg"
898
+ },
899
+ {
900
+ "name": "User Guide",
901
+ "format": "DOC",
902
+ "size": "20 KB",
903
+ "url": "assets/user-guide.doc"
904
+ },
905
+ {
906
+ "name": "Technical Specifications",
907
+ "format": "TXT",
908
+ "size": "12 KB",
909
+ "url": "assets/technical-specifications.txt"
910
+ }
911
+ ]
912
+ },
913
+ "screenshot": "img/screenshots/page-archetypes-event-detail--event-detail.png"
914
+ },
752
915
  {
753
916
  "id": "components-contact--wide-image",
754
917
  "group": "Components/Contact",
755
918
  "name": "WideImage",
756
- "code": "<Contact\n image={{\n alt: 'Picture of Jane Smith',\n aspectRatio: 'wide',\n fullWidth: false,\n src: 'img/people/contact-isabella.png'\n }}\n links={[\n {\n href: '#',\n icon: 'twitter',\n label: '@Isabella_Doe',\n newTab: false\n },\n {\n href: 'mailto:mail@example.com',\n icon: 'linkedin',\n label: 'Isabella.Doe',\n newTab: false\n }\n ]}\n subtitle=\"Creative Director\"\n title=\"Isabella Doe\"\n/>",
919
+ "code": "<Contact\n image={{\n alt: 'Picture of Isabella Doe',\n aspectRatio: 'wide',\n fullWidth: false,\n src: 'img/people/contact-isabella.png'\n }}\n links={[\n {\n ariaLabel: 'Isabella Doe on Twitter',\n icon: 'twitter',\n label: '@Isabella_Doe',\n newTab: false,\n url: '#'\n },\n {\n ariaLabel: 'Isabella Doe on LinkedIn',\n icon: 'linkedin',\n label: 'Isabella.Doe',\n newTab: false,\n url: 'mailto:mail@example.com'\n }\n ]}\n subtitle=\"Creative Director\"\n title=\"Isabella Doe\"\n/>",
757
920
  "args": {
758
921
  "image": {
759
922
  "src": "img/people/contact-isabella.png",
760
- "alt": "Picture of Jane Smith",
923
+ "alt": "Picture of Isabella Doe",
761
924
  "fullWidth": false,
762
925
  "aspectRatio": "wide"
763
926
  },
@@ -767,14 +930,16 @@
767
930
  {
768
931
  "icon": "twitter",
769
932
  "label": "@Isabella_Doe",
770
- "href": "#",
771
- "newTab": false
933
+ "url": "#",
934
+ "newTab": false,
935
+ "ariaLabel": "Isabella Doe on Twitter"
772
936
  },
773
937
  {
774
938
  "icon": "linkedin",
775
939
  "label": "Isabella.Doe",
776
- "href": "mailto:mail@example.com",
777
- "newTab": false
940
+ "url": "mailto:mail@example.com",
941
+ "newTab": false,
942
+ "ariaLabel": "Isabella Doe on LinkedIn"
778
943
  }
779
944
  ]
780
945
  },
@@ -784,11 +949,11 @@
784
949
  "id": "components-contact--circular-avatar",
785
950
  "group": "Components/Contact",
786
951
  "name": "CircularAvatar",
787
- "code": "<Contact\n copy=\"Leads with a vision for innovative, user-centric web designs\"\n image={{\n alt: 'Picture of Jane Smith',\n aspectRatio: 'square',\n fullWidth: false,\n src: 'img/people/author-emily.png'\n }}\n links={[\n {\n href: '#',\n icon: 'twitter',\n label: '@jane_smith',\n newTab: false\n },\n {\n href: 'mailto:mail@example.com',\n icon: 'linkedin',\n label: 'jane.smith',\n newTab: false\n }\n ]}\n subtitle=\"CEO at DS Agency\"\n title=\"Jane Smith\"\n/>",
952
+ "code": "<Contact\n copy=\"Leads with a vision for innovative, user-centric web designs\"\n image={{\n alt: 'Picture of Isabella Doe',\n aspectRatio: 'square',\n fullWidth: false,\n src: 'img/people/author-emily.png'\n }}\n links={[\n {\n ariaLabel: 'Link to Isabella Doe\\'s social media profile',\n icon: 'twitter',\n label: '@jane_smith',\n newTab: false,\n url: '#'\n },\n {\n ariaLabel: 'Link to Isabella Doe\\'s social media profile',\n icon: 'linkedin',\n label: 'jane.smith',\n newTab: false,\n url: 'mailto:mail@example.com'\n }\n ]}\n subtitle=\"CEO at DS Agency\"\n title=\"Jane Smith\"\n/>",
788
953
  "args": {
789
954
  "image": {
790
955
  "src": "img/people/author-emily.png",
791
- "alt": "Picture of Jane Smith",
956
+ "alt": "Picture of Isabella Doe",
792
957
  "fullWidth": false,
793
958
  "aspectRatio": "square"
794
959
  },
@@ -798,14 +963,16 @@
798
963
  {
799
964
  "icon": "twitter",
800
965
  "label": "@jane_smith",
801
- "href": "#",
802
- "newTab": false
966
+ "url": "#",
967
+ "newTab": false,
968
+ "ariaLabel": "Link to Isabella Doe's social media profile"
803
969
  },
804
970
  {
805
971
  "icon": "linkedin",
806
972
  "label": "jane.smith",
807
- "href": "mailto:mail@example.com",
808
- "newTab": false
973
+ "url": "mailto:mail@example.com",
974
+ "newTab": false,
975
+ "ariaLabel": "Link to Isabella Doe's social media profile"
809
976
  }
810
977
  ],
811
978
  "copy": "Leads with a vision for innovative, user-centric web designs"
@@ -816,11 +983,11 @@
816
983
  "id": "components-contact--vertical-image-with-paragraph",
817
984
  "group": "Components/Contact",
818
985
  "name": "VerticalImageWithParagraph",
819
- "code": "<Contact\n copy=\"Leads with a vision for innovative, user-centric web designs, ensuring each project merges creativity with functionality to deliver outstanding digital experiences.\"\n image={{\n alt: 'Picture of Jane Smith',\n aspectRatio: 'vertical',\n fullWidth: false,\n src: 'img/people/contact-john.png'\n }}\n links={[\n {\n href: 'mailto:mail@example.com',\n icon: 'xing',\n label: 'john.smith',\n newTab: false\n },\n {\n href: '#',\n icon: 'twitter',\n label: '@john_smith',\n newTab: false\n }\n ]}\n subtitle=\"Sales Representative\"\n title=\"John Smith\"\n/>",
986
+ "code": "<Contact\n copy=\"Leads with a vision for innovative, user-centric web designs, ensuring each project merges creativity with functionality to deliver outstanding digital experiences.\"\n image={{\n alt: 'Picture of Isabella Doe',\n aspectRatio: 'vertical',\n fullWidth: false,\n src: 'img/people/contact-john.png'\n }}\n links={[\n {\n ariaLabel: 'Link to Isabella Doe\\'s social media profile',\n icon: 'xing',\n label: 'john.smith',\n newTab: false,\n url: 'mailto:mail@example.com'\n },\n {\n ariaLabel: 'Link to Isabella Doe\\'s social media profile',\n icon: 'twitter',\n label: '@john_smith',\n newTab: false,\n url: '#'\n }\n ]}\n subtitle=\"Sales Representative\"\n title=\"John Smith\"\n/>",
820
987
  "args": {
821
988
  "image": {
822
989
  "src": "img/people/contact-john.png",
823
- "alt": "Picture of Jane Smith",
990
+ "alt": "Picture of Isabella Doe",
824
991
  "fullWidth": false,
825
992
  "aspectRatio": "vertical"
826
993
  },
@@ -830,14 +997,16 @@
830
997
  {
831
998
  "icon": "xing",
832
999
  "label": "john.smith",
833
- "href": "mailto:mail@example.com",
834
- "newTab": false
1000
+ "url": "mailto:mail@example.com",
1001
+ "newTab": false,
1002
+ "ariaLabel": "Link to Isabella Doe's social media profile"
835
1003
  },
836
1004
  {
837
1005
  "icon": "twitter",
838
1006
  "label": "@john_smith",
839
- "href": "#",
840
- "newTab": false
1007
+ "url": "#",
1008
+ "newTab": false,
1009
+ "ariaLabel": "Link to Isabella Doe's social media profile"
841
1010
  }
842
1011
  ],
843
1012
  "copy": "Leads with a vision for innovative, user-centric web designs, ensuring each project merges creativity with functionality to deliver outstanding digital experiences."
@@ -848,11 +1017,11 @@
848
1017
  "id": "components-contact--full-image-width",
849
1018
  "group": "Components/Contact",
850
1019
  "name": "FullImageWidth",
851
- "code": "<Contact\n copy=\"Blends artistic flair with technical expertise, creating visually stunning and intuitive websites that captivate users and drive engagement.\"\n image={{\n alt: 'Picture of Jane Smith',\n aspectRatio: 'wide',\n fullWidth: true,\n src: 'img/people/contact-jim.png'\n }}\n links={[\n {\n href: 'mailto:mail@example.com',\n icon: 'email',\n label: 'jim.johnsson@mail.com',\n newTab: false\n },\n {\n href: '#',\n icon: 'facebook',\n label: '@jim_johnsson',\n newTab: false\n }\n ]}\n subtitle=\"Lead Designer\"\n title=\"Jim Johnsson\"\n/>",
1020
+ "code": "<Contact\n copy=\"Blends artistic flair with technical expertise, creating visually stunning and intuitive websites that captivate users and drive engagement.\"\n image={{\n alt: 'Picture of Isabella Doe',\n aspectRatio: 'wide',\n fullWidth: true,\n src: 'img/people/contact-jim.png'\n }}\n links={[\n {\n ariaLabel: 'Link to Isabella Doe\\'s social media profile',\n icon: 'email',\n label: 'jim.johnsson@mail.com',\n newTab: false,\n url: 'mailto:mail@example.com'\n },\n {\n ariaLabel: 'Link to Isabella Doe\\'s social media profile',\n icon: 'facebook',\n label: '@jim_johnsson',\n newTab: false,\n url: '#'\n }\n ]}\n subtitle=\"Lead Designer\"\n title=\"Jim Johnsson\"\n/>",
852
1021
  "args": {
853
1022
  "image": {
854
1023
  "src": "img/people/contact-jim.png",
855
- "alt": "Picture of Jane Smith",
1024
+ "alt": "Picture of Isabella Doe",
856
1025
  "fullWidth": true,
857
1026
  "aspectRatio": "wide"
858
1027
  },
@@ -862,14 +1031,16 @@
862
1031
  {
863
1032
  "icon": "email",
864
1033
  "label": "jim.johnsson@mail.com",
865
- "href": "mailto:mail@example.com",
866
- "newTab": false
1034
+ "url": "mailto:mail@example.com",
1035
+ "newTab": false,
1036
+ "ariaLabel": "Link to Isabella Doe's social media profile"
867
1037
  },
868
1038
  {
869
1039
  "icon": "facebook",
870
1040
  "label": "@jim_johnsson",
871
- "href": "#",
872
- "newTab": false
1041
+ "url": "#",
1042
+ "newTab": false,
1043
+ "ariaLabel": "Link to Isabella Doe's social media profile"
873
1044
  }
874
1045
  ],
875
1046
  "copy": "Blends artistic flair with technical expertise, creating visually stunning and intuitive websites that captivate users and drive engagement."
@@ -880,34 +1051,36 @@
880
1051
  "id": "components-cta--banner",
881
1052
  "group": "Components/Cta",
882
1053
  "name": "Banner",
883
- "code": "<Cta\n buttons={[\n {\n icon: 'person',\n label: 'Contact Us',\n target: '#'\n },\n {\n icon: 'date',\n label: 'Learn More',\n target: '#'\n }\n ]}\n contentAlign=\"center\"\n headline=\"Ready to Transform Your Development Process?\"\n image={{\n padding: true\n }}\n order={{\n desktopImageLast: true,\n mobileImageLast: false\n }}\n sub=\"Start your journey today.\"\n text=\"Get started with our design system today and experience a new level of efficiency and consistency in your projects.\"\n textAlign=\"center\"\n/>",
1054
+ "code": "<Cta\n align=\"center\"\n buttons={[\n {\n icon: 'person',\n label: 'Contact Us',\n url: '#'\n },\n {\n icon: 'date',\n label: 'Learn More',\n url: '#'\n }\n ]}\n headline=\"Ready to Transform Your Development Process?\"\n image={{\n align: 'center',\n padding: true\n }}\n order={{\n desktopImageLast: true,\n mobileImageLast: false\n }}\n sub=\"Start your journey today.\"\n text=\"Get started with our design system today and experience a new level of efficiency and consistency in your projects.\"\n textAlign=\"center\"\n/>",
884
1055
  "args": {
885
1056
  "headline": "Ready to Transform Your Development Process?",
886
1057
  "sub": "Start your journey today.",
887
1058
  "highlightText": false,
888
1059
  "colorNeutral": false,
889
- "fullWidth": false,
890
1060
  "buttons": [
891
1061
  {
892
1062
  "label": "Contact Us",
893
- "target": "#",
1063
+ "url": "#",
894
1064
  "icon": "person"
895
1065
  },
896
1066
  {
897
1067
  "label": "Learn More",
898
- "target": "#",
1068
+ "url": "#",
899
1069
  "icon": "date"
900
1070
  }
901
1071
  ],
902
1072
  "image": {
903
- "padding": true
1073
+ "padding": true,
1074
+ "align": "center"
904
1075
  },
905
1076
  "order": {
906
1077
  "mobileImageLast": false,
907
1078
  "desktopImageLast": true
908
1079
  },
909
1080
  "textAlign": "center",
910
- "contentAlign": "center",
1081
+ "align": "center",
1082
+ "padding": false,
1083
+ "inverted": false,
911
1084
  "text": "Get started with our design system today and experience a new level of efficiency and consistency in your projects."
912
1085
  },
913
1086
  "screenshot": "img/screenshots/components-cta--banner.png"
@@ -916,29 +1089,31 @@
916
1089
  "id": "components-cta--highlighted",
917
1090
  "group": "Components/Cta",
918
1091
  "name": "Highlighted",
919
- "code": "<Cta\n buttons={[\n {\n icon: 'person',\n label: 'Get Started',\n target: '#'\n }\n ]}\n contentAlign=\"center\"\n headline=\"Why Choose Our Design System?\"\n highlightText\n image={{\n padding: true\n }}\n order={{\n desktopImageLast: true,\n mobileImageLast: false\n }}\n sub=\"Built for consistency and speed.\"\n text=\"Our design system is built with scalability and efficiency in mind. It allows for consistent UI across different platforms, making your development process smoother and faster.\"\n textAlign=\"center\"\n/>",
1092
+ "code": "<Cta\n align=\"center\"\n buttons={[\n {\n icon: 'person',\n label: 'Get Started',\n url: '#'\n }\n ]}\n headline=\"Why Choose Our Design System?\"\n highlightText\n image={{\n align: 'center',\n padding: true\n }}\n order={{\n desktopImageLast: true,\n mobileImageLast: false\n }}\n sub=\"Built for consistency and speed.\"\n text=\"Our design system is built with scalability and efficiency in mind. It allows for consistent UI across different platforms, making your development process smoother and faster.\"\n textAlign=\"center\"\n/>",
920
1093
  "args": {
921
1094
  "headline": "Why Choose Our Design System?",
922
1095
  "sub": "Built for consistency and speed.",
923
1096
  "highlightText": true,
924
1097
  "colorNeutral": false,
925
- "fullWidth": false,
926
1098
  "buttons": [
927
1099
  {
928
1100
  "label": "Get Started",
929
- "target": "#",
1101
+ "url": "#",
930
1102
  "icon": "person"
931
1103
  }
932
1104
  ],
933
1105
  "image": {
934
- "padding": true
1106
+ "padding": true,
1107
+ "align": "center"
935
1108
  },
936
1109
  "order": {
937
1110
  "mobileImageLast": false,
938
1111
  "desktopImageLast": true
939
1112
  },
940
1113
  "textAlign": "center",
941
- "contentAlign": "center",
1114
+ "align": "center",
1115
+ "padding": false,
1116
+ "inverted": false,
942
1117
  "text": "Our design system is built with scalability and efficiency in mind. It allows for consistent UI across different platforms, making your development process smoother and faster."
943
1118
  },
944
1119
  "screenshot": "img/screenshots/components-cta--highlighted.png"
@@ -947,29 +1122,31 @@
947
1122
  "id": "components-cta--left-aligned",
948
1123
  "group": "Components/Cta",
949
1124
  "name": "LeftAligned",
950
- "code": "<Cta\n buttons={[\n {\n icon: 'person',\n label: 'Learn More',\n target: '#'\n }\n ]}\n contentAlign=\"center\"\n headline=\"Experience Our Design System\"\n image={{\n padding: true\n }}\n order={{\n desktopImageLast: true,\n mobileImageLast: false\n }}\n sub=\"Efficient, scalable, seamless.\"\n text=\"Our design system offers a seamless and efficient way to build scalable applications. Experience the speed & scalability unlike anything seen before with our Headless CMS powered websites, web apps & composable architecture.\"\n textAlign=\"left\"\n/>",
1125
+ "code": "<Cta\n align=\"center\"\n buttons={[\n {\n icon: 'person',\n label: 'Learn More',\n url: '#'\n }\n ]}\n headline=\"Experience Our Design System\"\n image={{\n align: 'center',\n padding: true\n }}\n order={{\n desktopImageLast: true,\n mobileImageLast: false\n }}\n sub=\"Efficient, scalable, seamless.\"\n text=\"Our design system offers a seamless and efficient way to build scalable applications. Experience the speed & scalability unlike anything seen before with our Headless CMS powered websites, web apps & composable architecture.\"\n textAlign=\"left\"\n/>",
951
1126
  "args": {
952
1127
  "headline": "Experience Our Design System",
953
1128
  "sub": "Efficient, scalable, seamless.",
954
1129
  "highlightText": false,
955
1130
  "colorNeutral": false,
956
- "fullWidth": false,
957
1131
  "buttons": [
958
1132
  {
959
1133
  "label": "Learn More",
960
- "target": "#",
1134
+ "url": "#",
961
1135
  "icon": "person"
962
1136
  }
963
1137
  ],
964
1138
  "image": {
965
- "padding": true
1139
+ "padding": true,
1140
+ "align": "center"
966
1141
  },
967
1142
  "order": {
968
1143
  "mobileImageLast": false,
969
1144
  "desktopImageLast": true
970
1145
  },
971
1146
  "textAlign": "left",
972
- "contentAlign": "center",
1147
+ "align": "center",
1148
+ "padding": false,
1149
+ "inverted": false,
973
1150
  "text": "Our design system offers a seamless and efficient way to build scalable applications. Experience the speed & scalability unlike anything seen before with our Headless CMS powered websites, web apps & composable architecture."
974
1151
  },
975
1152
  "screenshot": "img/screenshots/components-cta--left-aligned.png"
@@ -978,28 +1155,26 @@
978
1155
  "id": "components-cta--product-advertisement",
979
1156
  "group": "Components/Cta",
980
1157
  "name": "ProductAdvertisement",
981
- "code": "<Cta\n backgroundImage=\"img/bg_dot-carpet-blue.svg\"\n buttons={[\n {\n icon: 'chevron-right',\n label: 'Shop Now',\n target: '/shop',\n variant: 'primary'\n },\n {\n label: 'Learn More',\n target: '/product-info',\n variant: 'secondary'\n }\n ]}\n contentAlign=\"center\"\n headline=\"Experience Immersive Sound\"\n highlightText\n image={{\n alt: 'Over-Ear Headphones',\n padding: false,\n src: 'img/showcases/comp_audio04.png'\n }}\n order={{\n desktopImageLast: false,\n mobileImageLast: false\n }}\n sub=\"With Our Premium Over-Ear Headphones\"\n text=\"Our over-ear headphones provide an immersive audio experience. With noise-cancellation technology and high-quality sound.\"\n textAlign=\"left\"\n width=\"wide\"\n/>",
1158
+ "code": "<Cta\n align=\"center\"\n backgroundImage=\"img/bg_dot-carpet-blue.svg\"\n buttons={[\n {\n icon: 'chevron-right',\n label: 'Shop Now',\n url: '/shop'\n },\n {\n label: 'Learn More',\n url: '/product-info'\n }\n ]}\n headline=\"Experience Immersive Sound\"\n highlightText\n image={{\n align: 'center',\n alt: 'Over-Ear Headphones',\n padding: false,\n src: 'img/showcases/comp_audio04.png'\n }}\n order={{\n desktopImageLast: false,\n mobileImageLast: false\n }}\n padding\n sub=\"With Our Premium Over-Ear Headphones\"\n text=\"Our over-ear headphones provide an immersive audio experience. With noise-cancellation technology and high-quality sound.\"\n textAlign=\"left\"\n/>",
982
1159
  "args": {
983
1160
  "headline": "Experience Immersive Sound",
984
1161
  "sub": "With Our Premium Over-Ear Headphones",
985
1162
  "highlightText": true,
986
1163
  "colorNeutral": false,
987
- "fullWidth": false,
988
1164
  "buttons": [
989
1165
  {
990
1166
  "label": "Shop Now",
991
- "target": "/shop",
992
- "variant": "primary",
1167
+ "url": "/shop",
993
1168
  "icon": "chevron-right"
994
1169
  },
995
1170
  {
996
1171
  "label": "Learn More",
997
- "target": "/product-info",
998
- "variant": "secondary"
1172
+ "url": "/product-info"
999
1173
  }
1000
1174
  ],
1001
1175
  "image": {
1002
1176
  "padding": false,
1177
+ "align": "center",
1003
1178
  "src": "img/showcases/comp_audio04.png",
1004
1179
  "alt": "Over-Ear Headphones"
1005
1180
  },
@@ -1008,10 +1183,11 @@
1008
1183
  "desktopImageLast": false
1009
1184
  },
1010
1185
  "textAlign": "left",
1011
- "contentAlign": "center",
1186
+ "align": "center",
1187
+ "padding": true,
1188
+ "inverted": false,
1012
1189
  "text": "Our over-ear headphones provide an immersive audio experience. With noise-cancellation technology and high-quality sound.",
1013
- "backgroundImage": "img/bg_dot-carpet-blue.svg",
1014
- "width": "wide"
1190
+ "backgroundImage": "img/bg_dot-carpet-blue.svg"
1015
1191
  },
1016
1192
  "screenshot": "img/screenshots/components-cta--product-advertisement.png"
1017
1193
  },
@@ -1019,27 +1195,27 @@
1019
1195
  "id": "components-cta--contact-banner",
1020
1196
  "group": "Components/Cta",
1021
1197
  "name": "ContactBanner",
1022
- "code": "<Cta\n buttons={[\n {\n icon: 'person',\n label: 'Contact us',\n target: '#'\n },\n {\n icon: 'date',\n label: 'Book a meeting',\n target: '#'\n }\n ]}\n contentAlign=\"center\"\n fullWidth\n headline=\"Get in touch\"\n image={{\n padding: false,\n src: 'img/contact-person.png'\n }}\n order={{\n desktopImageLast: false,\n mobileImageLast: false\n }}\n sub=\"Chat with us about getting your product or platform to market faster\"\n text=\"Our modular design approach allows for flexibility and scalability in your application's architecture.\"\n textAlign=\"left\"\n width=\"wide\"\n/>",
1198
+ "code": "<Cta\n align=\"center\"\n buttons={[\n {\n icon: 'person',\n label: 'Contact us',\n url: '#'\n },\n {\n icon: 'date',\n label: 'Book a meeting',\n url: '#'\n }\n ]}\n headline=\"Get in touch\"\n image={{\n align: 'center',\n padding: false,\n src: 'img/contact-person.png'\n }}\n order={{\n desktopImageLast: false,\n mobileImageLast: false\n }}\n padding\n sub=\"Chat with us about getting your product or platform to market faster\"\n text=\"Our modular design approach allows for flexibility and scalability in your application's architecture.\"\n textAlign=\"left\"\n/>",
1023
1199
  "args": {
1024
1200
  "headline": "Get in touch",
1025
1201
  "sub": "Chat with us about getting your product or platform to market faster",
1026
1202
  "highlightText": false,
1027
1203
  "colorNeutral": false,
1028
- "fullWidth": true,
1029
1204
  "buttons": [
1030
1205
  {
1031
1206
  "label": "Contact us",
1032
1207
  "icon": "person",
1033
- "target": "#"
1208
+ "url": "#"
1034
1209
  },
1035
1210
  {
1036
1211
  "label": "Book a meeting",
1037
1212
  "icon": "date",
1038
- "target": "#"
1213
+ "url": "#"
1039
1214
  }
1040
1215
  ],
1041
1216
  "image": {
1042
1217
  "padding": false,
1218
+ "align": "center",
1043
1219
  "src": "img/contact-person.png"
1044
1220
  },
1045
1221
  "order": {
@@ -1047,9 +1223,10 @@
1047
1223
  "desktopImageLast": false
1048
1224
  },
1049
1225
  "textAlign": "left",
1050
- "contentAlign": "center",
1051
- "text": "Our modular design approach allows for flexibility and scalability in your application's architecture.",
1052
- "width": "wide"
1226
+ "align": "center",
1227
+ "padding": true,
1228
+ "inverted": false,
1229
+ "text": "Our modular design approach allows for flexibility and scalability in your application's architecture."
1053
1230
  },
1054
1231
  "screenshot": "img/screenshots/components-cta--contact-banner.png"
1055
1232
  },
@@ -1057,22 +1234,22 @@
1057
1234
  "id": "components-cta--split-banner",
1058
1235
  "group": "Components/Cta",
1059
1236
  "name": "SplitBanner",
1060
- "code": "<Cta\n backgroundColor=\"#001856\"\n buttons={[\n {\n icon: 'person',\n label: 'What can we do for you?',\n target: '#'\n }\n ]}\n colorNeutral\n contentAlign=\"center\"\n fullWidth\n headline=\"Design System Services\"\n image={{\n padding: false,\n src: 'img/colored-square.png'\n }}\n order={{\n desktopImageLast: false,\n mobileImageLast: false\n }}\n sub=\"Subheadline\"\n text=\"Here at Systemics, we bring a range of design system services that can make a difference.\"\n textAlign=\"left\"\n width=\"wide\"\n/>",
1237
+ "code": "<Cta\n align=\"center\"\n backgroundColor=\"#001856\"\n buttons={[\n {\n icon: 'person',\n label: 'What can we do for you?',\n url: '#'\n }\n ]}\n colorNeutral\n headline=\"Design System Services\"\n image={{\n align: 'center',\n padding: false,\n src: 'img/colored-square.png'\n }}\n order={{\n desktopImageLast: false,\n mobileImageLast: false\n }}\n padding\n sub=\"Subheadline\"\n text=\"Here at Systemics, we bring a range of design system services that can make a difference.\"\n textAlign=\"left\"\n/>",
1061
1238
  "args": {
1062
1239
  "headline": "Design System Services",
1063
1240
  "sub": "Subheadline",
1064
1241
  "highlightText": false,
1065
1242
  "colorNeutral": true,
1066
- "fullWidth": true,
1067
1243
  "buttons": [
1068
1244
  {
1069
1245
  "label": "What can we do for you?",
1070
1246
  "icon": "person",
1071
- "target": "#"
1247
+ "url": "#"
1072
1248
  }
1073
1249
  ],
1074
1250
  "image": {
1075
1251
  "padding": false,
1252
+ "align": "center",
1076
1253
  "src": "img/colored-square.png"
1077
1254
  },
1078
1255
  "order": {
@@ -1080,10 +1257,11 @@
1080
1257
  "desktopImageLast": false
1081
1258
  },
1082
1259
  "textAlign": "left",
1083
- "contentAlign": "center",
1260
+ "align": "center",
1261
+ "padding": true,
1262
+ "inverted": false,
1084
1263
  "text": "Here at Systemics, we bring a range of design system services that can make a difference.",
1085
- "backgroundColor": "#001856",
1086
- "width": "wide"
1264
+ "backgroundColor": "#001856"
1087
1265
  },
1088
1266
  "screenshot": "img/screenshots/components-cta--split-banner.png"
1089
1267
  },
@@ -1091,27 +1269,27 @@
1091
1269
  "id": "components-cta--angled-image",
1092
1270
  "group": "Components/Cta",
1093
1271
  "name": "AngledImage",
1094
- "code": "<Cta\n buttons={[\n {\n icon: 'person',\n label: 'Contact us',\n target: '#'\n },\n {\n icon: 'date',\n label: 'Book a meeting',\n target: '#'\n }\n ]}\n contentAlign=\"center\"\n fullWidth\n headline=\"Our **Approach** to Design Systems\"\n image={{\n padding: false,\n src: 'img/angled-image.png'\n }}\n order={{\n desktopImageLast: true,\n mobileImageLast: false\n }}\n sub=\"Subheadline\"\n text=\"We value efficiency without compromising quality. Our secret weapon? kickstartDS, a revolutionary code-first and open source framework for creating design systems.\n\nThis tool accelerates our development, saving you valuable time and helping us deliver top-notch results faster.\"\n textAlign=\"left\"\n width=\"wide\"\n/>",
1272
+ "code": "<Cta\n align=\"center\"\n buttons={[\n {\n icon: 'person',\n label: 'Contact us',\n url: '#'\n },\n {\n icon: 'date',\n label: 'Book a meeting',\n url: '#'\n }\n ]}\n headline=\"Our **Approach** to Design Systems\"\n image={{\n align: 'center',\n padding: false,\n src: 'img/angled-image.png'\n }}\n order={{\n desktopImageLast: true,\n mobileImageLast: false\n }}\n padding\n sub=\"Subheadline\"\n text=\"We value efficiency without compromising quality. Our secret weapon? kickstartDS, a revolutionary code-first and open source framework for creating design systems.\n\nThis tool accelerates our development, saving you valuable time and helping us deliver top-notch results faster.\"\n textAlign=\"left\"\n/>",
1095
1273
  "args": {
1096
1274
  "headline": "Our **Approach** to Design Systems",
1097
1275
  "sub": "Subheadline",
1098
1276
  "highlightText": false,
1099
1277
  "colorNeutral": false,
1100
- "fullWidth": true,
1101
1278
  "buttons": [
1102
1279
  {
1103
1280
  "label": "Contact us",
1104
1281
  "icon": "person",
1105
- "target": "#"
1282
+ "url": "#"
1106
1283
  },
1107
1284
  {
1108
1285
  "label": "Book a meeting",
1109
1286
  "icon": "date",
1110
- "target": "#"
1287
+ "url": "#"
1111
1288
  }
1112
1289
  ],
1113
1290
  "image": {
1114
1291
  "padding": false,
1292
+ "align": "center",
1115
1293
  "src": "img/angled-image.png"
1116
1294
  },
1117
1295
  "order": {
@@ -1119,9 +1297,10 @@
1119
1297
  "desktopImageLast": true
1120
1298
  },
1121
1299
  "textAlign": "left",
1122
- "contentAlign": "center",
1123
- "text": "We value efficiency without compromising quality. Our secret weapon? kickstartDS, a revolutionary code-first and open source framework for creating design systems.\n\nThis tool accelerates our development, saving you valuable time and helping us deliver top-notch results faster.",
1124
- "width": "wide"
1300
+ "align": "center",
1301
+ "padding": true,
1302
+ "inverted": false,
1303
+ "text": "We value efficiency without compromising quality. Our secret weapon? kickstartDS, a revolutionary code-first and open source framework for creating design systems.\n\nThis tool accelerates our development, saving you valuable time and helping us deliver top-notch results faster."
1125
1304
  },
1126
1305
  "screenshot": "img/screenshots/components-cta--angled-image.png"
1127
1306
  },
@@ -1129,32 +1308,34 @@
1129
1308
  "id": "components-cta--colored-banner",
1130
1309
  "group": "Components/Cta",
1131
1310
  "name": "ColoredBanner",
1132
- "code": "<Cta\n backgroundColor=\"#a30051\"\n buttons={[\n {\n label: 'Learn More',\n target: '#'\n },\n {\n label: 'Contact Us',\n target: '#'\n }\n ]}\n colorNeutral\n contentAlign=\"center\"\n headline=\"Expertise in Scalable Solutions\"\n highlightText\n image={{\n padding: true\n }}\n order={{\n desktopImageLast: true,\n mobileImageLast: false\n }}\n sub=\"Subheadline\"\n text=\"Leverage our expertise in creating scalable and robust applications using modern technologies.\"\n textAlign=\"left\"\n/>",
1311
+ "code": "<Cta\n align=\"center\"\n backgroundColor=\"#a30051\"\n buttons={[\n {\n label: 'Learn More',\n url: '#'\n },\n {\n label: 'Contact Us',\n url: '#'\n }\n ]}\n colorNeutral\n headline=\"Expertise in Scalable Solutions\"\n highlightText\n image={{\n align: 'center',\n padding: true\n }}\n order={{\n desktopImageLast: true,\n mobileImageLast: false\n }}\n padding\n sub=\"Subheadline\"\n text=\"Leverage our expertise in creating scalable and robust applications using modern technologies.\"\n textAlign=\"left\"\n/>",
1133
1312
  "args": {
1134
1313
  "headline": "Expertise in Scalable Solutions",
1135
1314
  "sub": "Subheadline",
1136
1315
  "highlightText": true,
1137
1316
  "colorNeutral": true,
1138
- "fullWidth": false,
1139
1317
  "buttons": [
1140
1318
  {
1141
1319
  "label": "Learn More",
1142
- "target": "#"
1320
+ "url": "#"
1143
1321
  },
1144
1322
  {
1145
1323
  "label": "Contact Us",
1146
- "target": "#"
1324
+ "url": "#"
1147
1325
  }
1148
1326
  ],
1149
1327
  "image": {
1150
- "padding": true
1328
+ "padding": true,
1329
+ "align": "center"
1151
1330
  },
1152
1331
  "order": {
1153
1332
  "mobileImageLast": false,
1154
1333
  "desktopImageLast": true
1155
1334
  },
1156
1335
  "textAlign": "left",
1157
- "contentAlign": "center",
1336
+ "align": "center",
1337
+ "padding": true,
1338
+ "inverted": false,
1158
1339
  "text": "Leverage our expertise in creating scalable and robust applications using modern technologies.",
1159
1340
  "backgroundColor": "#a30051"
1160
1341
  },
@@ -1164,27 +1345,27 @@
1164
1345
  "id": "components-cta--align-bottom",
1165
1346
  "group": "Components/Cta",
1166
1347
  "name": "AlignBottom",
1167
- "code": "<Cta\n backgroundImage=\"img/grid-bg.svg\"\n buttons={[\n {\n icon: 'person',\n label: 'Contact us',\n target: '#'\n },\n {\n icon: 'date',\n label: 'Book a meeting',\n target: '#'\n }\n ]}\n contentAlign=\"bottom\"\n fullWidth\n headline=\"Custom Solutions\"\n image={{\n padding: true,\n src: 'img/offset-image.png'\n }}\n order={{\n desktopImageLast: false,\n mobileImageLast: false\n }}\n sub=\"Subheadline\"\n text=\"At Systemics, we believe in the power of technology to transform businesses. Our team of experienced professionals is dedicated to providing innovative solutions that meet the unique needs of your business.\n\nWe understand that every business is different, and that's why we offer custom solutions tailored to your specific business needs and requirements.\"\n textAlign=\"left\"\n width=\"wide\"\n/>",
1348
+ "code": "<Cta\n align=\"bottom\"\n backgroundImage=\"img/grid-bg.svg\"\n buttons={[\n {\n icon: 'person',\n label: 'Contact us',\n url: '#'\n },\n {\n icon: 'date',\n label: 'Book a meeting',\n url: '#'\n }\n ]}\n headline=\"Custom Solutions\"\n image={{\n align: 'center',\n padding: true,\n src: 'img/offset-image.png'\n }}\n order={{\n desktopImageLast: false,\n mobileImageLast: false\n }}\n sub=\"Subheadline\"\n text=\"At Systemics, we believe in the power of technology to transform businesses. Our team of experienced professionals is dedicated to providing innovative solutions that meet the unique needs of your business.\n\nWe understand that every business is different, and that's why we offer custom solutions tailored to your specific business needs and requirements.\"\n textAlign=\"left\"\n/>",
1168
1349
  "args": {
1169
1350
  "headline": "Custom Solutions",
1170
1351
  "sub": "Subheadline",
1171
1352
  "highlightText": false,
1172
1353
  "colorNeutral": false,
1173
- "fullWidth": true,
1174
1354
  "buttons": [
1175
1355
  {
1176
1356
  "label": "Contact us",
1177
1357
  "icon": "person",
1178
- "target": "#"
1358
+ "url": "#"
1179
1359
  },
1180
1360
  {
1181
1361
  "label": "Book a meeting",
1182
1362
  "icon": "date",
1183
- "target": "#"
1363
+ "url": "#"
1184
1364
  }
1185
1365
  ],
1186
1366
  "image": {
1187
1367
  "padding": true,
1368
+ "align": "center",
1188
1369
  "src": "img/offset-image.png"
1189
1370
  },
1190
1371
  "order": {
@@ -1192,10 +1373,11 @@
1192
1373
  "desktopImageLast": false
1193
1374
  },
1194
1375
  "textAlign": "left",
1195
- "contentAlign": "bottom",
1376
+ "align": "bottom",
1377
+ "padding": false,
1378
+ "inverted": false,
1196
1379
  "text": "At Systemics, we believe in the power of technology to transform businesses. Our team of experienced professionals is dedicated to providing innovative solutions that meet the unique needs of your business.\n\nWe understand that every business is different, and that's why we offer custom solutions tailored to your specific business needs and requirements.",
1197
- "backgroundImage": "img/grid-bg.svg",
1198
- "width": "wide"
1380
+ "backgroundImage": "img/grid-bg.svg"
1199
1381
  },
1200
1382
  "screenshot": "img/screenshots/components-cta--align-bottom.png"
1201
1383
  },
@@ -1219,6 +1401,301 @@
1219
1401
  },
1220
1402
  "screenshot": "img/screenshots/layout-divider--default.png"
1221
1403
  },
1404
+ {
1405
+ "id": "industry-downloads--technical-details-only",
1406
+ "group": "Industry/Downloads",
1407
+ "name": "TechnicalDetailsOnly",
1408
+ "code": "<Downloads\n downloads={[\n {\n format: 'PDF',\n name: 'Product Brochure',\n previewImage: 'img/offset-image.png',\n size: '2.5 MB',\n url: '#'\n },\n {\n format: 'PDF',\n name: 'Company Brochure',\n previewImage: 'img/kickstartDS/CMS-Starter producthunt-slide-01.svg',\n size: '3.2 MB',\n url: '#'\n },\n {\n format: 'DOC',\n name: 'User Guide',\n size: '20 KB',\n url: '#'\n },\n {\n format: 'TXT',\n name: 'Technical Specifications',\n size: '12 KB',\n url: '#'\n }\n ]}\n />",
1409
+ "args": {
1410
+ "downloads": [
1411
+ {
1412
+ "name": "Product Brochure",
1413
+ "format": "PDF",
1414
+ "size": "2.5 MB",
1415
+ "previewImage": "img/offset-image.png",
1416
+ "url": "#"
1417
+ },
1418
+ {
1419
+ "name": "Company Brochure",
1420
+ "previewImage": "img/kickstartDS/CMS-Starter producthunt-slide-01.svg",
1421
+ "format": "PDF",
1422
+ "size": "3.2 MB",
1423
+ "url": "#"
1424
+ },
1425
+ {
1426
+ "name": "User Guide",
1427
+ "format": "DOC",
1428
+ "size": "20 KB",
1429
+ "url": "#"
1430
+ },
1431
+ {
1432
+ "name": "Technical Specifications",
1433
+ "format": "TXT",
1434
+ "size": "12 KB",
1435
+ "url": "#"
1436
+ }
1437
+ ]
1438
+ },
1439
+ "screenshot": "img/screenshots/industry-downloads--technical-details-only.png"
1440
+ },
1441
+ {
1442
+ "id": "industry-downloads--description-only",
1443
+ "group": "Industry/Downloads",
1444
+ "name": "DescriptionOnly",
1445
+ "code": "<Downloads\n downloads={[\n {\n description: 'Detailed product information and specifications. Recommended for all users.',\n name: 'Product Brochure',\n previewImage: 'img/offset-image.png'\n },\n {\n description: 'In-depth technical details and requirements. Recommended for technical users.',\n name: 'Technical Specifications',\n previewImage: 'img/kickstartDS/CMS-Starter producthunt-slide-01.svg'\n },\n {\n description: 'Comprehensive guide to using our product.',\n name: 'User Guide',\n previewImage: 'img/about/cta.png'\n },\n {\n description: 'Overview of our company and services.',\n name: 'Company Brochure',\n previewImage: 'img/view-modern-office.jpg'\n }\n ]}\n />",
1446
+ "args": {
1447
+ "downloads": [
1448
+ {
1449
+ "name": "Product Brochure",
1450
+ "description": "Detailed product information and specifications. Recommended for all users.",
1451
+ "previewImage": "img/offset-image.png"
1452
+ },
1453
+ {
1454
+ "name": "Technical Specifications",
1455
+ "description": "In-depth technical details and requirements. Recommended for technical users.",
1456
+ "previewImage": "img/kickstartDS/CMS-Starter producthunt-slide-01.svg"
1457
+ },
1458
+ {
1459
+ "name": "User Guide",
1460
+ "description": "Comprehensive guide to using our product.",
1461
+ "previewImage": "img/about/cta.png"
1462
+ },
1463
+ {
1464
+ "name": "Company Brochure",
1465
+ "description": "Overview of our company and services.",
1466
+ "previewImage": "img/view-modern-office.jpg"
1467
+ }
1468
+ ]
1469
+ },
1470
+ "screenshot": "img/screenshots/industry-downloads--description-only.png"
1471
+ },
1472
+ {
1473
+ "id": "industry-downloads--complete",
1474
+ "group": "Industry/Downloads",
1475
+ "name": "Complete",
1476
+ "code": "<Downloads\n downloads={[\n {\n description: 'Detailed product information and specifications. Recommended for all users.',\n format: 'PDF',\n name: 'Product Brochure',\n previewImage: 'img/offset-image.png',\n size: '2.5 MB'\n },\n {\n description: 'Overview of our company and services.',\n format: 'PDF',\n name: 'Company Brochure',\n previewImage: 'img/kickstartDS/CMS-Starter producthunt-slide-01.svg',\n size: '3.2 MB'\n },\n {\n description: 'Comprehensive guide to using our product.',\n format: 'DOC',\n name: 'User Guide',\n size: '20 KB'\n },\n {\n description: 'In-depth technical details and requirements. Recommended for technical users.',\n format: 'TXT',\n name: 'Technical Specifications',\n size: '12 KB'\n }\n ]}\n />",
1477
+ "args": {
1478
+ "downloads": [
1479
+ {
1480
+ "name": "Product Brochure",
1481
+ "format": "PDF",
1482
+ "size": "2.5 MB",
1483
+ "description": "Detailed product information and specifications. Recommended for all users.",
1484
+ "previewImage": "img/offset-image.png"
1485
+ },
1486
+ {
1487
+ "name": "Company Brochure",
1488
+ "description": "Overview of our company and services.",
1489
+ "previewImage": "img/kickstartDS/CMS-Starter producthunt-slide-01.svg",
1490
+ "format": "PDF",
1491
+ "size": "3.2 MB"
1492
+ },
1493
+ {
1494
+ "name": "User Guide",
1495
+ "description": "Comprehensive guide to using our product.",
1496
+ "format": "DOC",
1497
+ "size": "20 KB"
1498
+ },
1499
+ {
1500
+ "name": "Technical Specifications",
1501
+ "description": "In-depth technical details and requirements. Recommended for technical users.",
1502
+ "format": "TXT",
1503
+ "size": "12 KB"
1504
+ }
1505
+ ]
1506
+ },
1507
+ "screenshot": "img/screenshots/industry-downloads--complete.png"
1508
+ },
1509
+ {
1510
+ "id": "industry-downloads--mixed",
1511
+ "group": "Industry/Downloads",
1512
+ "name": "Mixed",
1513
+ "code": "<Downloads\n downloads={[\n {\n description: 'Detailed product information and specifications. Recommended for all users.',\n format: 'PDF',\n name: 'Product Brochure',\n previewImage: 'img/offset-image.png',\n size: '2.5 MB'\n },\n {\n format: 'PDF',\n name: 'User Guide',\n previewImage: 'img/about/cta.png',\n size: '1.2 MB'\n },\n {\n name: 'Company Brochure',\n previewImage: 'img/kickstartDS/CMS-Starter producthunt-slide-01.svg'\n },\n {\n description: 'In-depth technical details and requirements.',\n name: 'Technical Specifications'\n }\n ]}\n />",
1514
+ "args": {
1515
+ "downloads": [
1516
+ {
1517
+ "name": "Product Brochure",
1518
+ "format": "PDF",
1519
+ "size": "2.5 MB",
1520
+ "description": "Detailed product information and specifications. Recommended for all users.",
1521
+ "previewImage": "img/offset-image.png"
1522
+ },
1523
+ {
1524
+ "name": "User Guide",
1525
+ "format": "PDF",
1526
+ "size": "1.2 MB",
1527
+ "previewImage": "img/about/cta.png"
1528
+ },
1529
+ {
1530
+ "name": "Company Brochure",
1531
+ "previewImage": "img/kickstartDS/CMS-Starter producthunt-slide-01.svg"
1532
+ },
1533
+ {
1534
+ "name": "Technical Specifications",
1535
+ "description": "In-depth technical details and requirements."
1536
+ }
1537
+ ]
1538
+ },
1539
+ "screenshot": "img/screenshots/industry-downloads--mixed.png"
1540
+ },
1541
+ {
1542
+ "id": "event-event-appointment--default",
1543
+ "group": "Event/ Event Appointment",
1544
+ "name": "Default",
1545
+ "code": "<EventAppointment\n ariaLabel=\"Register for the event on 18th September 2025 from 09:00 to 17:00\"\n date=\"2025-09-18\"\n label=\"Register\"\n newTab\n time=\"09:00 – 17:00\"\n url=\"#\"\n/>",
1546
+ "args": {
1547
+ "date": "2025-09-18",
1548
+ "time": "09:00 – 17:00",
1549
+ "label": "Register",
1550
+ "url": "#",
1551
+ "newTab": true,
1552
+ "ariaLabel": "Register for the event on 18th September 2025 from 09:00 to 17:00"
1553
+ },
1554
+ "screenshot": "img/screenshots/event-event-appointment--default.png"
1555
+ },
1556
+ {
1557
+ "id": "event-event-header--default",
1558
+ "group": "Event/ Event Header",
1559
+ "name": "Default",
1560
+ "code": "<EventHeader\n categories={[\n {\n label: 'Conference'\n },\n {\n label: 'Design Systems'\n }\n ]}\n intro=\"A full-day event for design system professionals and enthusiasts. Join us to learn, share, and connect with like-minded individuals.\"\n title=\"Systemics Design Conference 2025\"\n/>",
1561
+ "args": {
1562
+ "title": "Systemics Design Conference 2025",
1563
+ "categories": [
1564
+ {
1565
+ "label": "Conference"
1566
+ },
1567
+ {
1568
+ "label": "Design Systems"
1569
+ }
1570
+ ],
1571
+ "intro": "A full-day event for design system professionals and enthusiasts. Join us to learn, share, and connect with like-minded individuals."
1572
+ },
1573
+ "screenshot": "img/screenshots/event-event-header--default.png"
1574
+ },
1575
+ {
1576
+ "id": "event-event-latest-teaser--default",
1577
+ "group": "Event/ Event Latest Teaser",
1578
+ "name": "Default",
1579
+ "code": "<EventLatestTeaser\n ariaLabel=\"Event teaser for \"\n calendar={{\n day: '30',\n month: 'Dec'\n }}\n cta=\"Show event\"\n date=\"12/30/2025\"\n link={{\n text: 'Show event',\n url: '#'\n }}\n location=\"Berlin, Germany\"\n title=\"The Future of AI\"\n url=\"https://example.com\"\n/>",
1580
+ "args": {
1581
+ "date": "12/30/2025",
1582
+ "calendar": {
1583
+ "month": "Dec",
1584
+ "day": "30"
1585
+ },
1586
+ "title": "The Future of AI",
1587
+ "location": "Berlin, Germany",
1588
+ "url": "https://example.com",
1589
+ "cta": "Show event",
1590
+ "ariaLabel": "Event teaser for ",
1591
+ "link": {
1592
+ "url": "#",
1593
+ "text": "Show event"
1594
+ }
1595
+ },
1596
+ "screenshot": "img/screenshots/event-event-latest-teaser--default.png"
1597
+ },
1598
+ {
1599
+ "id": "event-event-latest--default",
1600
+ "group": "Event/ Event Latest",
1601
+ "name": "Default",
1602
+ "code": "<EventLatest\n events={[\n {\n ariaLabel: 'Systemics Design Conference on September 18, 2025 in Berlin',\n calendar: {\n day: '18',\n month: 'Sep'\n },\n cta: 'View event',\n date: '09/18/2025',\n location: 'Berlin Congress Center, Berlin',\n title: 'Systemics Design Conference',\n url: 'https://systemics.events/conference-berlin'\n },\n {\n ariaLabel: 'UX Leadership Summit on October 5, 2025 in Cologne',\n calendar: {\n day: '05',\n month: 'Oct'\n },\n cta: 'View event',\n date: '10/05/2025',\n location: 'Köln Messe, Cologne',\n title: 'UX Leadership Summit',\n url: 'https://uxsummit.de/koeln-2025'\n },\n {\n ariaLabel: 'Frontend Future Days on November 12, 2025 in Hamburg',\n calendar: {\n day: '12',\n month: 'Nov'\n },\n cta: 'View event',\n date: '11/12/2025',\n location: 'Hamburg Digital Campus, Hamburg',\n title: 'Frontend Future Days',\n url: 'https://frontendfuture.de/hamburg'\n },\n {\n ariaLabel: 'Accessibility in Practice Workshop on December 1, 2025 online',\n calendar: {\n day: '01',\n month: 'Dec'\n },\n cta: 'View event',\n date: '12/01/2025',\n location: 'Online',\n title: 'Accessibility in Practice Workshop',\n url: 'https://a11yworkshop.com/dec-2025'\n }\n ]}\n />",
1603
+ "args": {
1604
+ "events": [
1605
+ {
1606
+ "date": "09/18/2025",
1607
+ "calendar": {
1608
+ "month": "Sep",
1609
+ "day": "18"
1610
+ },
1611
+ "title": "Systemics Design Conference",
1612
+ "location": "Berlin Congress Center, Berlin",
1613
+ "url": "https://systemics.events/conference-berlin",
1614
+ "cta": "View event",
1615
+ "ariaLabel": "Systemics Design Conference on September 18, 2025 in Berlin"
1616
+ },
1617
+ {
1618
+ "date": "10/05/2025",
1619
+ "calendar": {
1620
+ "month": "Oct",
1621
+ "day": "05"
1622
+ },
1623
+ "title": "UX Leadership Summit",
1624
+ "location": "Köln Messe, Cologne",
1625
+ "url": "https://uxsummit.de/koeln-2025",
1626
+ "cta": "View event",
1627
+ "ariaLabel": "UX Leadership Summit on October 5, 2025 in Cologne"
1628
+ },
1629
+ {
1630
+ "date": "11/12/2025",
1631
+ "calendar": {
1632
+ "month": "Nov",
1633
+ "day": "12"
1634
+ },
1635
+ "title": "Frontend Future Days",
1636
+ "location": "Hamburg Digital Campus, Hamburg",
1637
+ "url": "https://frontendfuture.de/hamburg",
1638
+ "cta": "View event",
1639
+ "ariaLabel": "Frontend Future Days on November 12, 2025 in Hamburg"
1640
+ },
1641
+ {
1642
+ "date": "12/01/2025",
1643
+ "calendar": {
1644
+ "month": "Dec",
1645
+ "day": "01"
1646
+ },
1647
+ "title": "Accessibility in Practice Workshop",
1648
+ "location": "Online",
1649
+ "url": "https://a11yworkshop.com/dec-2025",
1650
+ "cta": "View event",
1651
+ "ariaLabel": "Accessibility in Practice Workshop on December 1, 2025 online"
1652
+ }
1653
+ ]
1654
+ },
1655
+ "screenshot": "img/screenshots/event-event-latest--default.png"
1656
+ },
1657
+ {
1658
+ "id": "event-event-location--default",
1659
+ "group": "Event/ Event Location",
1660
+ "name": "Default",
1661
+ "code": "<EventLocation\n address=\"Alexanderplatz 1<br />\n 10178 Berlin\"\n dates={[\n {\n ariaLabel: 'Register for the event on 18th September 2025 from 09:00 to 17:00',\n date: '2025-09-18',\n label: 'Register',\n newTab: true,\n time: '09:00 – 17:00',\n url: '#'\n },\n {\n ariaLabel: 'Register for the event on 18th September 2025 from 09:00 to 17:00',\n date: '2025-09-18',\n label: 'Register',\n newTab: true,\n time: '09:00 – 17:00',\n url: '#'\n }\n ]}\n displayMode=\"spacious\"\n links={[\n {\n label: 'Open in Google Maps',\n newTab: true,\n url: 'https://maps.google.com/?q=Berlin+Congress+Center'\n },\n {\n label: 'Location Website',\n newTab: true,\n url: 'https://maps.google.com/?q=Berlin+Congress+Center'\n }\n ]}\n locationName=\"Berlin Congress Center\"\n/>",
1662
+ "args": {
1663
+ "dates": [
1664
+ {
1665
+ "date": "2025-09-18",
1666
+ "time": "09:00 – 17:00",
1667
+ "label": "Register",
1668
+ "url": "#",
1669
+ "newTab": true,
1670
+ "ariaLabel": "Register for the event on 18th September 2025 from 09:00 to 17:00"
1671
+ },
1672
+ {
1673
+ "date": "2025-09-18",
1674
+ "time": "09:00 – 17:00",
1675
+ "label": "Register",
1676
+ "url": "#",
1677
+ "newTab": true,
1678
+ "ariaLabel": "Register for the event on 18th September 2025 from 09:00 to 17:00"
1679
+ }
1680
+ ],
1681
+ "locationName": "Berlin Congress Center",
1682
+ "displayMode": "spacious",
1683
+ "address": "Alexanderplatz 1<br />\n 10178 Berlin",
1684
+ "links": [
1685
+ {
1686
+ "newTab": true,
1687
+ "url": "https://maps.google.com/?q=Berlin+Congress+Center",
1688
+ "label": "Open in Google Maps"
1689
+ },
1690
+ {
1691
+ "newTab": true,
1692
+ "url": "https://maps.google.com/?q=Berlin+Congress+Center",
1693
+ "label": "Location Website"
1694
+ }
1695
+ ]
1696
+ },
1697
+ "screenshot": "img/screenshots/event-event-location--default.png"
1698
+ },
1222
1699
  {
1223
1700
  "id": "components-faq--dropdown-list",
1224
1701
  "group": "Components/Faq",
@@ -1261,7 +1738,7 @@
1261
1738
  "id": "components-features--icon-centered",
1262
1739
  "group": "Components/Features",
1263
1740
  "name": "IconCentered",
1264
- "code": "<Features\n ctas={{\n style: 'link',\n toggle: true\n }}\n feature={[\n {\n cta: {\n label: 'Learn more',\n target: '/feature1'\n },\n icon: 'home',\n text: 'Our design system allows for a scalable architecture, enabling you to build applications that can grow with your needs.',\n title: 'Scalable Architecture'\n },\n {\n cta: {\n label: 'Get started',\n target: '/feature2'\n },\n icon: 'map',\n text: 'Experience efficient development like never before. Our design system streamlines the development process, saving you time and resources.',\n title: 'Efficient Development'\n },\n {\n cta: {\n label: 'Explore',\n target: '/feature3'\n },\n icon: 'person',\n text: 'Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.',\n title: 'Consistent UI'\n },\n {\n cta: {\n label: 'Customize',\n target: '/feature4'\n },\n icon: 'star',\n text: 'Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.',\n title: 'Customizable Design'\n },\n {\n cta: {\n label: 'Deploy',\n target: '/feature5'\n },\n icon: 'upload',\n text: 'Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.',\n title: 'Cloud Ready'\n },\n {\n cta: {\n label: 'Secure',\n target: '/feature6'\n },\n icon: 'login',\n text: 'Security is our priority. Our design system is built with best security practices to keep your application safe.',\n title: 'Secure'\n }\n ]}\n layout=\"largeTiles\"\n style=\"centered\"\n/>",
1741
+ "code": "<Features\n ctas={{\n style: 'link',\n toggle: true\n }}\n feature={[\n {\n cta: {\n icon: 'arrow-right',\n label: 'Learn more',\n url: '#'\n },\n icon: 'home',\n text: 'Our design system allows for a scalable architecture, enabling you to build applications that can grow with your needs.',\n title: 'Scalable Architecture'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Get started',\n url: '#'\n },\n icon: 'map',\n text: 'Experience efficient development like never before. Our design system streamlines the development process, saving you time and resources.',\n title: 'Efficient Development'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Explore',\n url: '#'\n },\n icon: 'person',\n text: 'Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.',\n title: 'Consistent UI'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Customize',\n url: '#'\n },\n icon: 'star',\n text: 'Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.',\n title: 'Customizable Design'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Deploy',\n url: '#'\n },\n icon: 'upload',\n text: 'Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.',\n title: 'Cloud Ready'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Secure',\n url: '#'\n },\n icon: 'login',\n text: 'Security is our priority. Our design system is built with best security practices to keep your application safe.',\n title: 'Secure'\n }\n ]}\n layout=\"largeTiles\"\n style=\"centered\"\n/>",
1265
1742
  "args": {
1266
1743
  "layout": "largeTiles",
1267
1744
  "style": "centered",
@@ -1275,8 +1752,9 @@
1275
1752
  "title": "Scalable Architecture",
1276
1753
  "text": "Our design system allows for a scalable architecture, enabling you to build applications that can grow with your needs.",
1277
1754
  "cta": {
1278
- "target": "/feature1",
1279
- "label": "Learn more"
1755
+ "url": "#",
1756
+ "label": "Learn more",
1757
+ "icon": "arrow-right"
1280
1758
  }
1281
1759
  },
1282
1760
  {
@@ -1284,8 +1762,9 @@
1284
1762
  "title": "Efficient Development",
1285
1763
  "text": "Experience efficient development like never before. Our design system streamlines the development process, saving you time and resources.",
1286
1764
  "cta": {
1287
- "target": "/feature2",
1288
- "label": "Get started"
1765
+ "url": "#",
1766
+ "label": "Get started",
1767
+ "icon": "arrow-right"
1289
1768
  }
1290
1769
  },
1291
1770
  {
@@ -1293,8 +1772,9 @@
1293
1772
  "title": "Consistent UI",
1294
1773
  "text": "Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.",
1295
1774
  "cta": {
1296
- "target": "/feature3",
1297
- "label": "Explore"
1775
+ "url": "#",
1776
+ "label": "Explore",
1777
+ "icon": "arrow-right"
1298
1778
  }
1299
1779
  },
1300
1780
  {
@@ -1302,8 +1782,9 @@
1302
1782
  "title": "Customizable Design",
1303
1783
  "text": "Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.",
1304
1784
  "cta": {
1305
- "target": "/feature4",
1306
- "label": "Customize"
1785
+ "url": "#",
1786
+ "label": "Customize",
1787
+ "icon": "arrow-right"
1307
1788
  }
1308
1789
  },
1309
1790
  {
@@ -1311,8 +1792,9 @@
1311
1792
  "title": "Cloud Ready",
1312
1793
  "text": "Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.",
1313
1794
  "cta": {
1314
- "target": "/feature5",
1315
- "label": "Deploy"
1795
+ "url": "#",
1796
+ "label": "Deploy",
1797
+ "icon": "arrow-right"
1316
1798
  }
1317
1799
  },
1318
1800
  {
@@ -1320,8 +1802,9 @@
1320
1802
  "title": "Secure",
1321
1803
  "text": "Security is our priority. Our design system is built with best security practices to keep your application safe.",
1322
1804
  "cta": {
1323
- "target": "/feature6",
1324
- "label": "Secure"
1805
+ "url": "#",
1806
+ "label": "Secure",
1807
+ "icon": "arrow-right"
1325
1808
  }
1326
1809
  }
1327
1810
  ]
@@ -1332,7 +1815,7 @@
1332
1815
  "id": "components-features--stack-with-button",
1333
1816
  "group": "Components/Features",
1334
1817
  "name": "StackWithButton",
1335
- "code": "<Features\n ctas={{\n style: 'button',\n toggle: true\n }}\n feature={[\n {\n cta: {\n label: 'Explore',\n target: '/feature3'\n },\n icon: 'person',\n text: 'Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.',\n title: 'Consistent UI'\n },\n {\n cta: {\n label: 'Customize',\n target: '/feature4'\n },\n icon: 'star',\n text: 'Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.',\n title: 'Customizable Design'\n },\n {\n cta: {\n label: 'Deploy',\n target: '/feature5'\n },\n icon: 'upload',\n text: 'Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.',\n title: 'Cloud Ready'\n },\n {\n cta: {\n label: 'Secure',\n target: '/feature6'\n },\n icon: 'login',\n text: 'Security is our priority. Our design system is built with best security practices to keep your application safe.',\n title: 'Secure'\n }\n ]}\n layout=\"smallTiles\"\n style=\"stack\"\n/>",
1818
+ "code": "<Features\n ctas={{\n style: 'button',\n toggle: true\n }}\n feature={[\n {\n cta: {\n icon: 'arrow-right',\n label: 'Explore',\n url: '#'\n },\n icon: 'person',\n text: 'Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.',\n title: 'Consistent UI'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Customize',\n url: '#'\n },\n icon: 'star',\n text: 'Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.',\n title: 'Customizable Design'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Deploy',\n url: '#'\n },\n icon: 'upload',\n text: 'Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.',\n title: 'Cloud Ready'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Secure',\n url: '#'\n },\n icon: 'login',\n text: 'Security is our priority. Our design system is built with best security practices to keep your application safe.',\n title: 'Secure'\n }\n ]}\n layout=\"smallTiles\"\n style=\"stack\"\n/>",
1336
1819
  "args": {
1337
1820
  "layout": "smallTiles",
1338
1821
  "style": "stack",
@@ -1346,8 +1829,9 @@
1346
1829
  "title": "Consistent UI",
1347
1830
  "text": "Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.",
1348
1831
  "cta": {
1349
- "target": "/feature3",
1350
- "label": "Explore"
1832
+ "url": "#",
1833
+ "label": "Explore",
1834
+ "icon": "arrow-right"
1351
1835
  }
1352
1836
  },
1353
1837
  {
@@ -1355,8 +1839,9 @@
1355
1839
  "title": "Customizable Design",
1356
1840
  "text": "Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.",
1357
1841
  "cta": {
1358
- "target": "/feature4",
1359
- "label": "Customize"
1842
+ "url": "#",
1843
+ "label": "Customize",
1844
+ "icon": "arrow-right"
1360
1845
  }
1361
1846
  },
1362
1847
  {
@@ -1364,8 +1849,9 @@
1364
1849
  "title": "Cloud Ready",
1365
1850
  "text": "Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.",
1366
1851
  "cta": {
1367
- "target": "/feature5",
1368
- "label": "Deploy"
1852
+ "url": "#",
1853
+ "label": "Deploy",
1854
+ "icon": "arrow-right"
1369
1855
  }
1370
1856
  },
1371
1857
  {
@@ -1373,8 +1859,9 @@
1373
1859
  "title": "Secure",
1374
1860
  "text": "Security is our priority. Our design system is built with best security practices to keep your application safe.",
1375
1861
  "cta": {
1376
- "target": "/feature6",
1377
- "label": "Secure"
1862
+ "url": "#",
1863
+ "label": "Secure",
1864
+ "icon": "arrow-right"
1378
1865
  }
1379
1866
  }
1380
1867
  ]
@@ -1385,7 +1872,7 @@
1385
1872
  "id": "components-features--list-view",
1386
1873
  "group": "Components/Features",
1387
1874
  "name": "ListView",
1388
- "code": "<Features\n ctas={{\n style: 'intext',\n toggle: false\n }}\n feature={[\n {\n cta: {\n label: 'Customize',\n target: '/feature4'\n },\n icon: 'star',\n text: 'Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.',\n title: 'Customizable Design'\n },\n {\n cta: {\n label: 'Get started',\n target: '/feature2'\n },\n icon: 'map',\n text: 'Experience efficient development like never before. Our design system streamlines the development process, saving you time and resources.',\n title: 'Efficient Development'\n },\n {\n cta: {\n label: 'Explore',\n target: '/feature3'\n },\n icon: 'person',\n text: 'Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.',\n title: 'Consistent UI'\n },\n {\n cta: {\n label: 'Learn more',\n target: '/feature1'\n },\n icon: 'home',\n text: 'Our design system allows for a scalable architecture, enabling you to build applications that can grow with your needs.',\n title: 'Scalable Architecture'\n },\n {\n cta: {\n label: 'Deploy',\n target: '/feature5'\n },\n icon: 'upload',\n text: 'Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.',\n title: 'Cloud Ready'\n },\n {\n cta: {\n label: 'Secure',\n target: '/feature6'\n },\n icon: 'login',\n text: 'Security is our priority. Our design system is built with best security practices to keep your application safe.',\n title: 'Secure'\n }\n ]}\n layout=\"list\"\n style=\"besideLarge\"\n/>",
1875
+ "code": "<Features\n ctas={{\n style: 'intext',\n toggle: false\n }}\n feature={[\n {\n cta: {\n icon: 'arrow-right',\n label: 'Customize',\n url: '#'\n },\n icon: 'star',\n text: 'Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.',\n title: 'Customizable Design'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Get started',\n url: '#'\n },\n icon: 'map',\n text: 'Experience efficient development like never before. Our design system streamlines the development process, saving you time and resources.',\n title: 'Efficient Development'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Explore',\n url: '#'\n },\n icon: 'person',\n text: 'Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.',\n title: 'Consistent UI'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Learn more',\n url: '#'\n },\n icon: 'home',\n text: 'Our design system allows for a scalable architecture, enabling you to build applications that can grow with your needs.',\n title: 'Scalable Architecture'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Deploy',\n url: '#'\n },\n icon: 'upload',\n text: 'Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.',\n title: 'Cloud Ready'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Secure',\n url: '#'\n },\n icon: 'login',\n text: 'Security is our priority. Our design system is built with best security practices to keep your application safe.',\n title: 'Secure'\n }\n ]}\n layout=\"list\"\n style=\"besideLarge\"\n/>",
1389
1876
  "args": {
1390
1877
  "layout": "list",
1391
1878
  "style": "besideLarge",
@@ -1399,8 +1886,9 @@
1399
1886
  "title": "Customizable Design",
1400
1887
  "text": "Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.",
1401
1888
  "cta": {
1402
- "target": "/feature4",
1403
- "label": "Customize"
1889
+ "url": "#",
1890
+ "label": "Customize",
1891
+ "icon": "arrow-right"
1404
1892
  }
1405
1893
  },
1406
1894
  {
@@ -1408,8 +1896,9 @@
1408
1896
  "title": "Efficient Development",
1409
1897
  "text": "Experience efficient development like never before. Our design system streamlines the development process, saving you time and resources.",
1410
1898
  "cta": {
1411
- "target": "/feature2",
1412
- "label": "Get started"
1899
+ "url": "#",
1900
+ "label": "Get started",
1901
+ "icon": "arrow-right"
1413
1902
  }
1414
1903
  },
1415
1904
  {
@@ -1417,8 +1906,9 @@
1417
1906
  "title": "Consistent UI",
1418
1907
  "text": "Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.",
1419
1908
  "cta": {
1420
- "target": "/feature3",
1421
- "label": "Explore"
1909
+ "url": "#",
1910
+ "label": "Explore",
1911
+ "icon": "arrow-right"
1422
1912
  }
1423
1913
  },
1424
1914
  {
@@ -1426,8 +1916,9 @@
1426
1916
  "title": "Scalable Architecture",
1427
1917
  "text": "Our design system allows for a scalable architecture, enabling you to build applications that can grow with your needs.",
1428
1918
  "cta": {
1429
- "target": "/feature1",
1430
- "label": "Learn more"
1919
+ "url": "#",
1920
+ "label": "Learn more",
1921
+ "icon": "arrow-right"
1431
1922
  }
1432
1923
  },
1433
1924
  {
@@ -1435,8 +1926,9 @@
1435
1926
  "title": "Cloud Ready",
1436
1927
  "text": "Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.",
1437
1928
  "cta": {
1438
- "target": "/feature5",
1439
- "label": "Deploy"
1929
+ "url": "#",
1930
+ "label": "Deploy",
1931
+ "icon": "arrow-right"
1440
1932
  }
1441
1933
  },
1442
1934
  {
@@ -1444,8 +1936,9 @@
1444
1936
  "title": "Secure",
1445
1937
  "text": "Security is our priority. Our design system is built with best security practices to keep your application safe.",
1446
1938
  "cta": {
1447
- "target": "/feature6",
1448
- "label": "Secure"
1939
+ "url": "#",
1940
+ "label": "Secure",
1941
+ "icon": "arrow-right"
1449
1942
  }
1450
1943
  }
1451
1944
  ]
@@ -1456,7 +1949,7 @@
1456
1949
  "id": "components-features--icon-beside-with-link-in-text",
1457
1950
  "group": "Components/Features",
1458
1951
  "name": "IconBesideWithLinkInText",
1459
- "code": "<Features\n ctas={{\n style: 'intext',\n toggle: true\n }}\n feature={[\n {\n cta: {\n label: 'Learn more',\n target: '/feature1'\n },\n icon: 'home',\n text: 'Our design system allows for a scalable architecture, enabling you to build applications that can grow with your needs.',\n title: 'Scalable Architecture'\n },\n {\n cta: {\n label: 'Get started',\n target: '/feature2'\n },\n icon: 'map',\n text: 'Experience efficient development like never before. Our design system streamlines the development process, saving you time and resources.',\n title: 'Efficient Development'\n },\n {\n cta: {\n label: 'Explore',\n target: '/feature3'\n },\n icon: 'person',\n text: 'Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.',\n title: 'Consistent UI'\n },\n {\n cta: {\n label: 'Customize',\n target: '/feature4'\n },\n icon: 'star',\n text: 'Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.',\n title: 'Customizable Design'\n },\n {\n cta: {\n label: 'Deploy',\n target: '/feature5'\n },\n icon: 'upload',\n text: 'Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.',\n title: 'Cloud Ready'\n },\n {\n cta: {\n label: 'Secure',\n target: '/feature6'\n },\n icon: 'login',\n text: 'Security is our priority. Our design system is built with best security practices to keep your application safe.',\n title: 'Secure'\n }\n ]}\n layout=\"smallTiles\"\n style=\"intext\"\n/>",
1952
+ "code": "<Features\n ctas={{\n style: 'intext',\n toggle: true\n }}\n feature={[\n {\n cta: {\n icon: 'arrow-right',\n label: 'Learn more',\n url: '#'\n },\n icon: 'home',\n text: 'Our design system allows for a scalable architecture, enabling you to build applications that can grow with your needs.',\n title: 'Scalable Architecture'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Get started',\n url: '#'\n },\n icon: 'map',\n text: 'Experience efficient development like never before. Our design system streamlines the development process, saving you time and resources.',\n title: 'Efficient Development'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Explore',\n url: '#'\n },\n icon: 'person',\n text: 'Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.',\n title: 'Consistent UI'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Customize',\n url: '#'\n },\n icon: 'star',\n text: 'Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.',\n title: 'Customizable Design'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Deploy',\n url: '#'\n },\n icon: 'upload',\n text: 'Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.',\n title: 'Cloud Ready'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Secure',\n url: '#'\n },\n icon: 'login',\n text: 'Security is our priority. Our design system is built with best security practices to keep your application safe.',\n title: 'Secure'\n }\n ]}\n layout=\"smallTiles\"\n style=\"intext\"\n/>",
1460
1953
  "args": {
1461
1954
  "layout": "smallTiles",
1462
1955
  "style": "intext",
@@ -1470,8 +1963,9 @@
1470
1963
  "title": "Scalable Architecture",
1471
1964
  "text": "Our design system allows for a scalable architecture, enabling you to build applications that can grow with your needs.",
1472
1965
  "cta": {
1473
- "target": "/feature1",
1474
- "label": "Learn more"
1966
+ "url": "#",
1967
+ "label": "Learn more",
1968
+ "icon": "arrow-right"
1475
1969
  }
1476
1970
  },
1477
1971
  {
@@ -1479,8 +1973,9 @@
1479
1973
  "title": "Efficient Development",
1480
1974
  "text": "Experience efficient development like never before. Our design system streamlines the development process, saving you time and resources.",
1481
1975
  "cta": {
1482
- "target": "/feature2",
1483
- "label": "Get started"
1976
+ "url": "#",
1977
+ "label": "Get started",
1978
+ "icon": "arrow-right"
1484
1979
  }
1485
1980
  },
1486
1981
  {
@@ -1488,8 +1983,9 @@
1488
1983
  "title": "Consistent UI",
1489
1984
  "text": "Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.",
1490
1985
  "cta": {
1491
- "target": "/feature3",
1492
- "label": "Explore"
1986
+ "url": "#",
1987
+ "label": "Explore",
1988
+ "icon": "arrow-right"
1493
1989
  }
1494
1990
  },
1495
1991
  {
@@ -1497,8 +1993,9 @@
1497
1993
  "title": "Customizable Design",
1498
1994
  "text": "Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.",
1499
1995
  "cta": {
1500
- "target": "/feature4",
1501
- "label": "Customize"
1996
+ "url": "#",
1997
+ "label": "Customize",
1998
+ "icon": "arrow-right"
1502
1999
  }
1503
2000
  },
1504
2001
  {
@@ -1506,8 +2003,9 @@
1506
2003
  "title": "Cloud Ready",
1507
2004
  "text": "Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.",
1508
2005
  "cta": {
1509
- "target": "/feature5",
1510
- "label": "Deploy"
2006
+ "url": "#",
2007
+ "label": "Deploy",
2008
+ "icon": "arrow-right"
1511
2009
  }
1512
2010
  },
1513
2011
  {
@@ -1515,8 +2013,9 @@
1515
2013
  "title": "Secure",
1516
2014
  "text": "Security is our priority. Our design system is built with best security practices to keep your application safe.",
1517
2015
  "cta": {
1518
- "target": "/feature6",
1519
- "label": "Secure"
2016
+ "url": "#",
2017
+ "label": "Secure",
2018
+ "icon": "arrow-right"
1520
2019
  }
1521
2020
  }
1522
2021
  ]
@@ -1527,7 +2026,7 @@
1527
2026
  "id": "components-features--icon-intext-with-link",
1528
2027
  "group": "Components/Features",
1529
2028
  "name": "IconIntextWithLink",
1530
- "code": "<Features\n ctas={{\n style: 'link',\n toggle: true\n }}\n feature={[\n {\n cta: {\n label: 'Customize',\n target: '/feature4'\n },\n icon: 'star',\n text: 'Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.',\n title: 'Customizable Design'\n },\n {\n cta: {\n label: 'Get started',\n target: '/feature2'\n },\n icon: 'map',\n text: 'Experience efficient development like never before. Our design system streamlines the development process, saving you time and resources.',\n title: 'Efficient Development'\n },\n {\n cta: {\n label: 'Explore',\n target: '/feature3'\n },\n icon: 'person',\n text: 'Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.',\n title: 'Consistent UI'\n },\n {\n cta: {\n label: 'Deploy',\n target: '/feature5'\n },\n icon: 'upload',\n text: 'Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.',\n title: 'Cloud Ready'\n },\n {\n cta: {\n label: 'Secure',\n target: '/feature6'\n },\n icon: 'login',\n text: 'Security is our priority. Our design system is built with best security practices to keep your application safe.',\n title: 'Secure'\n }\n ]}\n layout=\"largeTiles\"\n style=\"intext\"\n/>",
2029
+ "code": "<Features\n ctas={{\n style: 'link',\n toggle: true\n }}\n feature={[\n {\n cta: {\n icon: 'arrow-right',\n label: 'Customize',\n url: '#'\n },\n icon: 'star',\n text: 'Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.',\n title: 'Customizable Design'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Get started',\n url: '#'\n },\n icon: 'map',\n text: 'Experience efficient development like never before. Our design system streamlines the development process, saving you time and resources.',\n title: 'Efficient Development'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Explore',\n url: '#'\n },\n icon: 'person',\n text: 'Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.',\n title: 'Consistent UI'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Deploy',\n url: '#'\n },\n icon: 'upload',\n text: 'Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.',\n title: 'Cloud Ready'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Secure',\n url: '#'\n },\n icon: 'login',\n text: 'Security is our priority. Our design system is built with best security practices to keep your application safe.',\n title: 'Secure'\n }\n ]}\n layout=\"largeTiles\"\n style=\"intext\"\n/>",
1531
2030
  "args": {
1532
2031
  "layout": "largeTiles",
1533
2032
  "style": "intext",
@@ -1541,8 +2040,9 @@
1541
2040
  "title": "Customizable Design",
1542
2041
  "text": "Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.",
1543
2042
  "cta": {
1544
- "target": "/feature4",
1545
- "label": "Customize"
2043
+ "url": "#",
2044
+ "label": "Customize",
2045
+ "icon": "arrow-right"
1546
2046
  }
1547
2047
  },
1548
2048
  {
@@ -1550,8 +2050,9 @@
1550
2050
  "title": "Efficient Development",
1551
2051
  "text": "Experience efficient development like never before. Our design system streamlines the development process, saving you time and resources.",
1552
2052
  "cta": {
1553
- "target": "/feature2",
1554
- "label": "Get started"
2053
+ "url": "#",
2054
+ "label": "Get started",
2055
+ "icon": "arrow-right"
1555
2056
  }
1556
2057
  },
1557
2058
  {
@@ -1559,8 +2060,9 @@
1559
2060
  "title": "Consistent UI",
1560
2061
  "text": "Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.",
1561
2062
  "cta": {
1562
- "target": "/feature3",
1563
- "label": "Explore"
2063
+ "url": "#",
2064
+ "label": "Explore",
2065
+ "icon": "arrow-right"
1564
2066
  }
1565
2067
  },
1566
2068
  {
@@ -1568,8 +2070,9 @@
1568
2070
  "title": "Cloud Ready",
1569
2071
  "text": "Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.",
1570
2072
  "cta": {
1571
- "target": "/feature5",
1572
- "label": "Deploy"
2073
+ "url": "#",
2074
+ "label": "Deploy",
2075
+ "icon": "arrow-right"
1573
2076
  }
1574
2077
  },
1575
2078
  {
@@ -1577,8 +2080,9 @@
1577
2080
  "title": "Secure",
1578
2081
  "text": "Security is our priority. Our design system is built with best security practices to keep your application safe.",
1579
2082
  "cta": {
1580
- "target": "/feature6",
1581
- "label": "Secure"
2083
+ "url": "#",
2084
+ "label": "Secure",
2085
+ "icon": "arrow-right"
1582
2086
  }
1583
2087
  }
1584
2088
  ]
@@ -1589,7 +2093,7 @@
1589
2093
  "id": "layout-footer--footer",
1590
2094
  "group": "Layout/Footer",
1591
2095
  "name": "Footer",
1592
- "code": "<Footer\n byline=\"© 2024 systemics Inc. All rights reserved.\"\n logo={{\n alt: 'Systemics Logo',\n height: 40,\n homepageHref: '#',\n inverted: false,\n src: '/logo.svg',\n srcInverted: '/logo-inverted.svg',\n width: 176\n }}\n navItems={[\n {\n active: true,\n href: '#',\n label: 'Active Item'\n },\n {\n href: '#',\n label: 'Navigation Item'\n },\n {\n href: '#',\n items: [\n {\n href: '#',\n label: 'Level 2 Item'\n },\n {\n active: true,\n href: '#',\n label: 'Active Item'\n },\n {\n href: '#',\n label: 'An Item with a longer Label'\n },\n {\n href: '#',\n label: 'And One last one'\n }\n ],\n label: 'Dropdown'\n },\n {\n href: '#',\n label: 'One more Item'\n },\n {\n href: '#',\n label: 'Last Item'\n }\n ]}\n/>",
2096
+ "code": "<Footer\n byline=\"© 2024 systemics Inc. All rights reserved.\"\n logo={{\n alt: 'Systemics Logo',\n height: 40,\n homepageHref: '#',\n inverted: false,\n src: '/logo.svg',\n srcInverted: '/logo-inverted.svg',\n width: 176\n }}\n navItems={[\n {\n active: true,\n label: 'Active Item',\n url: '#'\n },\n {\n label: 'Navigation Item',\n url: '#'\n },\n {\n items: [\n {\n label: 'Level 2 Item',\n url: '#'\n },\n {\n active: true,\n label: 'Active Item',\n url: '#'\n },\n {\n label: 'An Item with a longer Label',\n url: '#'\n },\n {\n label: 'And One last one',\n url: '#'\n }\n ],\n label: 'Dropdown',\n url: '#'\n },\n {\n label: 'One more Item',\n url: '#'\n },\n {\n label: 'Last Item',\n url: '#'\n }\n ]}\n/>",
1593
2097
  "args": {
1594
2098
  "logo": {
1595
2099
  "src": "/logo.svg",
@@ -1604,43 +2108,43 @@
1604
2108
  "inverted": false,
1605
2109
  "navItems": [
1606
2110
  {
1607
- "href": "#",
2111
+ "url": "#",
1608
2112
  "label": "Active Item",
1609
2113
  "active": true
1610
2114
  },
1611
2115
  {
1612
- "href": "#",
2116
+ "url": "#",
1613
2117
  "label": "Navigation Item"
1614
2118
  },
1615
2119
  {
1616
- "href": "#",
2120
+ "url": "#",
1617
2121
  "label": "Dropdown",
1618
2122
  "items": [
1619
2123
  {
1620
- "href": "#",
2124
+ "url": "#",
1621
2125
  "label": "Level 2 Item"
1622
2126
  },
1623
2127
  {
1624
- "href": "#",
2128
+ "url": "#",
1625
2129
  "label": "Active Item",
1626
2130
  "active": true
1627
2131
  },
1628
2132
  {
1629
- "href": "#",
2133
+ "url": "#",
1630
2134
  "label": "An Item with a longer Label"
1631
2135
  },
1632
2136
  {
1633
- "href": "#",
2137
+ "url": "#",
1634
2138
  "label": "And One last one"
1635
2139
  }
1636
2140
  ]
1637
2141
  },
1638
2142
  {
1639
- "href": "#",
2143
+ "url": "#",
1640
2144
  "label": "One more Item"
1641
2145
  },
1642
2146
  {
1643
- "href": "#",
2147
+ "url": "#",
1644
2148
  "label": "Last Item"
1645
2149
  }
1646
2150
  ]
@@ -1690,9 +2194,9 @@
1690
2194
  "caption": "Caption Image 7"
1691
2195
  }
1692
2196
  ],
2197
+ "layout": "smallTiles",
1693
2198
  "aspectRatio": "square",
1694
- "lightbox": true,
1695
- "layout": "smallTiles"
2199
+ "lightbox": true
1696
2200
  },
1697
2201
  "screenshot": "img/screenshots/components-gallery--small-squares-with-lightbox.png"
1698
2202
  },
@@ -1734,9 +2238,9 @@
1734
2238
  "caption": "Caption Image 6"
1735
2239
  }
1736
2240
  ],
2241
+ "layout": "largeTiles",
1737
2242
  "aspectRatio": "landscape",
1738
- "lightbox": false,
1739
- "layout": "largeTiles"
2243
+ "lightbox": false
1740
2244
  },
1741
2245
  "screenshot": "img/screenshots/components-gallery--large-landscape-tiles.png"
1742
2246
  },
@@ -1783,9 +2287,9 @@
1783
2287
  "caption": "Caption Image 7"
1784
2288
  }
1785
2289
  ],
2290
+ "layout": "smallTiles",
1786
2291
  "aspectRatio": "unset",
1787
- "lightbox": true,
1788
- "layout": "smallTiles"
2292
+ "lightbox": true
1789
2293
  },
1790
2294
  "screenshot": "img/screenshots/components-gallery--free-aspect-ratio.png"
1791
2295
  },
@@ -1812,9 +2316,9 @@
1812
2316
  "caption": "Caption Image 3"
1813
2317
  }
1814
2318
  ],
2319
+ "layout": "stack",
1815
2320
  "aspectRatio": "landscape",
1816
- "lightbox": false,
1817
- "layout": "stack"
2321
+ "lightbox": false
1818
2322
  },
1819
2323
  "screenshot": "img/screenshots/components-gallery--stack-landscape.png"
1820
2324
  },
@@ -1822,7 +2326,7 @@
1822
2326
  "id": "layout-header--header",
1823
2327
  "group": "Layout/Header",
1824
2328
  "name": "Header",
1825
- "code": "<Header\n logo={{\n alt: 'Systemics Logo',\n height: 40,\n homepageHref: '#',\n src: '/logo.svg',\n srcInverted: '/logo-inverted.svg',\n width: 176\n }}\n navItems={[\n {\n active: true,\n href: '#',\n label: 'Active Item'\n },\n {\n href: '#',\n label: 'Navigation Item'\n },\n {\n href: '#',\n items: [\n {\n href: '#',\n label: 'Level 2 Item'\n },\n {\n active: true,\n href: '#',\n label: 'Active Item'\n },\n {\n href: '#',\n label: 'An Item with a longer Label'\n },\n {\n href: '#',\n label: 'And One last one'\n }\n ],\n label: 'Dropdown'\n },\n {\n href: '#',\n label: 'One more Item'\n },\n {\n href: '#',\n label: 'Last Item'\n }\n ]}\n/>",
2329
+ "code": "<Header\n logo={{\n alt: 'Systemics Logo',\n height: 40,\n homepageHref: '#',\n src: '/logo.svg',\n srcInverted: '/logo-inverted.svg',\n width: 176\n }}\n navItems={[\n {\n active: true,\n label: 'Active Item',\n url: '#'\n },\n {\n label: 'Navigation Item',\n url: '#'\n },\n {\n items: [\n {\n label: 'Level 2 Item',\n url: '#'\n },\n {\n active: true,\n label: 'Active Item',\n url: '#'\n },\n {\n label: 'An Item with a longer Label',\n url: '#'\n },\n {\n label: 'And One last one',\n url: '#'\n }\n ],\n label: 'Dropdown',\n url: '#'\n },\n {\n label: 'One more Item',\n url: '#'\n },\n {\n label: 'Last Item',\n url: '#'\n }\n ]}\n/>",
1826
2330
  "args": {
1827
2331
  "logo": {
1828
2332
  "src": "/logo.svg",
@@ -1838,43 +2342,43 @@
1838
2342
  "inverted": false,
1839
2343
  "navItems": [
1840
2344
  {
1841
- "href": "#",
2345
+ "url": "#",
1842
2346
  "label": "Active Item",
1843
2347
  "active": true
1844
2348
  },
1845
2349
  {
1846
- "href": "#",
2350
+ "url": "#",
1847
2351
  "label": "Navigation Item"
1848
2352
  },
1849
2353
  {
1850
- "href": "#",
2354
+ "url": "#",
1851
2355
  "label": "Dropdown",
1852
2356
  "items": [
1853
2357
  {
1854
- "href": "#",
2358
+ "url": "#",
1855
2359
  "label": "Level 2 Item"
1856
2360
  },
1857
2361
  {
1858
- "href": "#",
2362
+ "url": "#",
1859
2363
  "label": "Active Item",
1860
2364
  "active": true
1861
2365
  },
1862
2366
  {
1863
- "href": "#",
2367
+ "url": "#",
1864
2368
  "label": "An Item with a longer Label"
1865
2369
  },
1866
2370
  {
1867
- "href": "#",
2371
+ "url": "#",
1868
2372
  "label": "And One last one"
1869
2373
  }
1870
2374
  ]
1871
2375
  },
1872
2376
  {
1873
- "href": "#",
2377
+ "url": "#",
1874
2378
  "label": "One more Item"
1875
2379
  },
1876
2380
  {
1877
- "href": "#",
2381
+ "url": "#",
1878
2382
  "label": "Last Item"
1879
2383
  }
1880
2384
  ]
@@ -1986,7 +2490,7 @@
1986
2490
  "id": "components-hero--text-below-image",
1987
2491
  "group": "Components/Hero",
1988
2492
  "name": "TextBelowImage",
1989
- "code": "<Hero\n buttons={[\n {\n icon: 'arrow-down',\n label: 'Explore further',\n target: '#'\n }\n ]}\n headline=\"Welcome to Our Dynamic Workplace\"\n height=\"default\"\n highlightText\n image={{\n indent: 'none',\n src: 'https://picsum.photos/seed/kdsvisual/640/270',\n srcDesktop: 'img/colleagues-work-office-using-computers-looking-aside.png',\n srcMobile: 'img/colleagues-work-office-using-computers-looking-aside.png',\n srcTablet: 'img/colleagues-work-office-using-computers-looking-aside.png'\n }}\n overlay\n sub=\"Where Creativity Meets Innovation\"\n text=\"Experience the perfect blend of creativity, innovation, and productivity in our modern office environment.\"\n textPosition=\"below\"\n/>",
2493
+ "code": "<Hero\n buttons={[\n {\n icon: 'arrow-down',\n label: 'Explore further',\n url: '#'\n }\n ]}\n headline=\"Welcome to Our Dynamic Workplace\"\n height=\"default\"\n highlightText\n image={{\n indent: 'none',\n src: 'https://picsum.photos/seed/kdsvisual/640/270',\n srcDesktop: 'img/colleagues-work-office-using-computers-looking-aside.png',\n srcMobile: 'img/colleagues-work-office-using-computers-looking-aside.png',\n srcTablet: 'img/colleagues-work-office-using-computers-looking-aside.png'\n }}\n overlay\n sub=\"Where Creativity Meets Innovation\"\n text=\"Experience the perfect blend of creativity, innovation, and productivity in our modern office environment.\"\n textPosition=\"below\"\n/>",
1990
2494
  "args": {
1991
2495
  "highlightText": true,
1992
2496
  "colorNeutral": false,
@@ -1996,7 +2500,7 @@
1996
2500
  {
1997
2501
  "label": "Explore further",
1998
2502
  "icon": "arrow-down",
1999
- "target": "#"
2503
+ "url": "#"
2000
2504
  }
2001
2505
  ],
2002
2506
  "overlay": true,
@@ -2008,6 +2512,7 @@
2008
2512
  "indent": "none"
2009
2513
  },
2010
2514
  "textPosition": "below",
2515
+ "inverted": false,
2011
2516
  "headline": "Welcome to Our Dynamic Workplace",
2012
2517
  "sub": "Where Creativity Meets Innovation",
2013
2518
  "text": "Experience the perfect blend of creativity, innovation, and productivity in our modern office environment."
@@ -2018,7 +2523,7 @@
2018
2523
  "id": "components-hero--text-on-image-with-overlay",
2019
2524
  "group": "Components/Hero",
2020
2525
  "name": "TextOnImageWithOverlay",
2021
- "code": "<Hero\n buttons={[\n {\n icon: 'person',\n label: 'Meet Us',\n target: '#'\n },\n {\n icon: 'date',\n label: 'Schedule a Meeting',\n target: '#'\n }\n ]}\n colorNeutral\n headline=\"Master Scalable Solutions\"\n height=\"fullImage\"\n image={{\n indent: 'none',\n src: 'https://picsum.photos/seed/kdsvisual/640/270',\n srcDesktop: 'img/top-view-desk-with-keyboard-drawing-pad.png',\n srcMobile: 'img/top-view-desk-with-keyboard-drawing-pad.png',\n srcTablet: 'img/top-view-desk-with-keyboard-drawing-pad.png'\n }}\n overlay\n text=\"Harness our expertise in crafting scalable and robust applications using cutting-edge technologies.\"\n textPosition=\"center\"\n/>",
2526
+ "code": "<Hero\n buttons={[\n {\n icon: 'person',\n label: 'Meet Us',\n url: '#'\n },\n {\n icon: 'date',\n label: 'Schedule a Meeting',\n url: '#'\n }\n ]}\n colorNeutral\n headline=\"Master Scalable Solutions\"\n height=\"fullImage\"\n image={{\n indent: 'none',\n src: 'https://picsum.photos/seed/kdsvisual/640/270',\n srcDesktop: 'img/top-view-desk-with-keyboard-drawing-pad.png',\n srcMobile: 'img/top-view-desk-with-keyboard-drawing-pad.png',\n srcTablet: 'img/top-view-desk-with-keyboard-drawing-pad.png'\n }}\n overlay\n text=\"Harness our expertise in crafting scalable and robust applications using cutting-edge technologies.\"\n textPosition=\"center\"\n/>",
2022
2527
  "args": {
2023
2528
  "highlightText": false,
2024
2529
  "colorNeutral": true,
@@ -2028,12 +2533,12 @@
2028
2533
  {
2029
2534
  "label": "Meet Us",
2030
2535
  "icon": "person",
2031
- "target": "#"
2536
+ "url": "#"
2032
2537
  },
2033
2538
  {
2034
2539
  "label": "Schedule a Meeting",
2035
2540
  "icon": "date",
2036
- "target": "#"
2541
+ "url": "#"
2037
2542
  }
2038
2543
  ],
2039
2544
  "overlay": true,
@@ -2045,6 +2550,7 @@
2045
2550
  "indent": "none"
2046
2551
  },
2047
2552
  "textPosition": "center",
2553
+ "inverted": false,
2048
2554
  "headline": "Master Scalable Solutions",
2049
2555
  "text": "Harness our expertise in crafting scalable and robust applications using cutting-edge technologies."
2050
2556
  },
@@ -2054,7 +2560,7 @@
2054
2560
  "id": "components-hero--text-box-on-full-screen",
2055
2561
  "group": "Components/Hero",
2056
2562
  "name": "TextBoxOnFullScreen",
2057
- "code": "<Hero\n buttons={[\n {\n icon: 'arrow-right',\n label: 'Discover More',\n target: '#'\n },\n {\n icon: 'phone',\n label: 'Reach Out',\n target: '#'\n }\n ]}\n headline=\"Discover Our Design System\"\n height=\"fullScreen\"\n image={{\n indent: 'none',\n src: 'https://picsum.photos/seed/kdsvisual/640/270',\n srcDesktop: 'img/people-brainstorming-work-meeting.png',\n srcMobile: 'img/people-brainstorming-work-meeting.png',\n srcTablet: 'img/people-brainstorming-work-meeting.png'\n }}\n sub=\"Scalable. Efficient. Seamless.\"\n text=\"Our design system provides a seamless and efficient framework for building scalable applications. Experience unprecedented speed and scalability with our Headless CMS powered websites, web apps & composable architecture.\"\n textPosition=\"left\"\n textbox\n/>",
2563
+ "code": "<Hero\n buttons={[\n {\n icon: 'arrow-right',\n label: 'Discover More',\n url: '#'\n },\n {\n icon: 'phone',\n label: 'Reach Out',\n url: '#'\n }\n ]}\n headline=\"Discover Our Design System\"\n height=\"fullScreen\"\n image={{\n indent: 'none',\n src: 'https://picsum.photos/seed/kdsvisual/640/270',\n srcDesktop: 'img/people-brainstorming-work-meeting.png',\n srcMobile: 'img/people-brainstorming-work-meeting.png',\n srcTablet: 'img/people-brainstorming-work-meeting.png'\n }}\n sub=\"Scalable. Efficient. Seamless.\"\n text=\"Our design system provides a seamless and efficient framework for building scalable applications. Experience unprecedented speed and scalability with our Headless CMS powered websites, web apps & composable architecture.\"\n textPosition=\"left\"\n textbox\n/>",
2058
2564
  "args": {
2059
2565
  "highlightText": false,
2060
2566
  "colorNeutral": false,
@@ -2064,12 +2570,12 @@
2064
2570
  {
2065
2571
  "label": "Discover More",
2066
2572
  "icon": "arrow-right",
2067
- "target": "#"
2573
+ "url": "#"
2068
2574
  },
2069
2575
  {
2070
2576
  "label": "Reach Out",
2071
2577
  "icon": "phone",
2072
- "target": "#"
2578
+ "url": "#"
2073
2579
  }
2074
2580
  ],
2075
2581
  "overlay": false,
@@ -2081,6 +2587,7 @@
2081
2587
  "indent": "none"
2082
2588
  },
2083
2589
  "textPosition": "left",
2590
+ "inverted": false,
2084
2591
  "headline": "Discover Our Design System",
2085
2592
  "sub": "Scalable. Efficient. Seamless.",
2086
2593
  "text": "Our design system provides a seamless and efficient framework for building scalable applications. Experience unprecedented speed and scalability with our Headless CMS powered websites, web apps & composable architecture."
@@ -2134,7 +2641,7 @@
2134
2641
  "id": "components-image-story--sticky-image-next-to-scrolling-text",
2135
2642
  "group": "Components/Image Story",
2136
2643
  "name": "StickyImageNextToScrollingText",
2137
- "code": "<ImageStory\n buttons={[\n {\n disabled: false,\n label: 'Learn More',\n size: 'medium',\n target: '#',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Contact Us',\n size: 'medium',\n target: '#',\n variant: 'secondary'\n }\n ]}\n headline=\"The Sanity & Next.js Experts\"\n image={{\n aspectRatio: 'unset',\n src: 'img/full-shot-different-people-working-together.png',\n vAlign: 'top'\n }}\n largeHeadline\n layout=\"imageLeft\"\n sub=\"Subheadline\"\n text=\"\nHere at Systemics, we bring a range of design system services that can make a difference:\n\n### 1. Design System Consulting\nLet's work side by side to shape a design system strategy that aligns perfectly with your goals. It's not just about tools; it's about guiding principles, stakeholder management und making the right decisions at the right time.\n\n### 2. Design System Creation & Development\nWe'll bring your design system from concept to production, giving you consistent and engaging user experiences across different platforms. We will work together with your digital teams to transfer all complex Figma ideas into code using kickstartDS.\n\n### 3. Headless CMS & Websites\nWe leverage the power of headless CMSs to provide scalable, flexible, and versatile websites that drive your online presence.\n\n### 4. Design System Training\nWe empower your digital teams with the knowledge and skills to manage and evolve your design system effectively.\n\nReady to make your digital journey exceptional?\n \"\n textAlign=\"left\"\n/>",
2644
+ "code": "<ImageStory\n buttons={[\n {\n disabled: false,\n label: 'Learn More',\n size: 'medium',\n url: '#',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Contact Us',\n size: 'medium',\n url: '#',\n variant: 'secondary'\n }\n ]}\n headline=\"The Sanity & Next.js Experts\"\n image={{\n aspectRatio: 'unset',\n src: 'img/full-shot-different-people-working-together.png',\n vAlign: 'top'\n }}\n largeHeadline\n layout=\"imageLeft\"\n sub=\"Subheadline\"\n text=\"\nHere at Systemics, we bring a range of design system services that can make a difference:\n\n### 1. Design System Consulting\nLet's work side by side to shape a design system strategy that aligns perfectly with your goals. It's not just about tools; it's about guiding principles, stakeholder management und making the right decisions at the right time.\n\n### 2. Design System Creation & Development\nWe'll bring your design system from concept to production, giving you consistent and engaging user experiences across different platforms. We will work together with your digital teams to transfer all complex Figma ideas into code using kickstartDS.\n\n### 3. Headless CMS & Websites\nWe leverage the power of headless CMSs to provide scalable, flexible, and versatile websites that drive your online presence.\n\n### 4. Design System Training\nWe empower your digital teams with the knowledge and skills to manage and evolve your design system effectively.\n\nReady to make your digital journey exceptional?\n \"\n textAlign=\"left\"\n/>",
2138
2645
  "args": {
2139
2646
  "headline": "The Sanity & Next.js Experts",
2140
2647
  "largeHeadline": true,
@@ -2147,14 +2654,14 @@
2147
2654
  "variant": "secondary",
2148
2655
  "size": "medium",
2149
2656
  "disabled": false,
2150
- "target": "#"
2657
+ "url": "#"
2151
2658
  },
2152
2659
  {
2153
2660
  "label": "Contact Us",
2154
2661
  "variant": "secondary",
2155
2662
  "size": "medium",
2156
2663
  "disabled": false,
2157
- "target": "#"
2664
+ "url": "#"
2158
2665
  }
2159
2666
  ],
2160
2667
  "image": {
@@ -2505,11 +3012,11 @@
2505
3012
  "id": "layout-section--cards",
2506
3013
  "group": "Layout/Section",
2507
3014
  "name": "Cards",
2508
- "code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'tile',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n style=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</Section>",
3015
+ "code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'tile',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n transition=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n url=\"#\"\n />\n</Section>",
2509
3016
  "args": {
2510
3017
  "width": "default",
2511
- "style": "default",
2512
3018
  "backgroundColor": "default",
3019
+ "transition": "default",
2513
3020
  "spotlight": false,
2514
3021
  "spaceBefore": "default",
2515
3022
  "spaceAfter": "default",
@@ -2536,11 +3043,11 @@
2536
3043
  "id": "layout-section--slider",
2537
3044
  "group": "Layout/Section",
2538
3045
  "name": "Slider",
2539
- "code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'slider',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n large: false,\n text: 'Section headline',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n style=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</Section>",
3046
+ "code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'slider',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n large: false,\n text: 'Section headline',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n transition=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n url=\"#\"\n />\n</Section>",
2540
3047
  "args": {
2541
3048
  "width": "default",
2542
- "style": "default",
2543
3049
  "backgroundColor": "default",
3050
+ "transition": "default",
2544
3051
  "spotlight": false,
2545
3052
  "spaceBefore": "default",
2546
3053
  "spaceAfter": "default",
@@ -2566,11 +3073,11 @@
2566
3073
  "id": "layout-section--inverted",
2567
3074
  "group": "Layout/Section",
2568
3075
  "name": "Inverted",
2569
- "code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n inverted\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n style=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</Section>",
3076
+ "code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n inverted\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n transition=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n url=\"#\"\n />\n</Section>",
2570
3077
  "args": {
2571
3078
  "width": "default",
2572
- "style": "default",
2573
3079
  "backgroundColor": "default",
3080
+ "transition": "default",
2574
3081
  "spotlight": false,
2575
3082
  "spaceBefore": "default",
2576
3083
  "spaceAfter": "default",
@@ -2597,11 +3104,11 @@
2597
3104
  "id": "layout-section--background-image",
2598
3105
  "group": "Layout/Section",
2599
3106
  "name": "BackgroundImage",
2600
- "code": "<Section\n backgroundColor=\"default\"\n backgroundImage=\"/img/bg_dot-carpet-blue.svg\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'default',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n style=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</Section>",
3107
+ "code": "<Section\n backgroundColor=\"default\"\n backgroundImage=\"/img/bg_dot-carpet-blue.svg\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'default',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n transition=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n url=\"#\"\n />\n</Section>",
2601
3108
  "args": {
2602
3109
  "width": "default",
2603
- "style": "default",
2604
3110
  "backgroundColor": "default",
3111
+ "transition": "default",
2605
3112
  "spotlight": false,
2606
3113
  "spaceBefore": "default",
2607
3114
  "spaceAfter": "default",
@@ -2629,11 +3136,11 @@
2629
3136
  "id": "layout-section--spotlight",
2630
3137
  "group": "Layout/Section",
2631
3138
  "name": "Spotlight",
2632
- "code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n spotlight\n style=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</Section>",
3139
+ "code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n spotlight\n transition=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n url=\"#\"\n />\n</Section>",
2633
3140
  "args": {
2634
3141
  "width": "default",
2635
- "style": "default",
2636
3142
  "backgroundColor": "default",
3143
+ "transition": "default",
2637
3144
  "spotlight": true,
2638
3145
  "spaceBefore": "default",
2639
3146
  "spaceAfter": "default",
@@ -2660,11 +3167,11 @@
2660
3167
  "id": "layout-section--stagelights",
2661
3168
  "group": "Layout/Section",
2662
3169
  "name": "Stagelights",
2663
- "code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n align: 'center',\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n style=\"stagelights\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</Section>",
3170
+ "code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n align: 'center',\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n style=\"stagelights\"\n transition=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n url=\"#\"\n />\n</Section>",
2664
3171
  "args": {
2665
3172
  "width": "default",
2666
- "style": "stagelights",
2667
3173
  "backgroundColor": "default",
3174
+ "transition": "default",
2668
3175
  "spotlight": false,
2669
3176
  "spaceBefore": "default",
2670
3177
  "spaceAfter": "default",
@@ -2684,7 +3191,8 @@
2684
3191
  "mode": "list",
2685
3192
  "tileWidth": "default"
2686
3193
  },
2687
- "buttons": []
3194
+ "buttons": [],
3195
+ "style": "stagelights"
2688
3196
  },
2689
3197
  "screenshot": "img/screenshots/layout-section--stagelights.png"
2690
3198
  },
@@ -2692,11 +3200,11 @@
2692
3200
  "id": "layout-section--accent-background",
2693
3201
  "group": "Layout/Section",
2694
3202
  "name": "AccentBackground",
2695
- "code": "<Section\n backgroundColor=\"accent\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n align: 'center',\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n style=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</Section>",
3203
+ "code": "<Section\n backgroundColor=\"accent\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n align: 'center',\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n transition=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n url=\"#\"\n />\n</Section>",
2696
3204
  "args": {
2697
3205
  "width": "default",
2698
- "style": "default",
2699
3206
  "backgroundColor": "accent",
3207
+ "transition": "default",
2700
3208
  "spotlight": false,
2701
3209
  "spaceBefore": "default",
2702
3210
  "spaceAfter": "default",
@@ -2724,11 +3232,11 @@
2724
3232
  "id": "layout-section--bold-background",
2725
3233
  "group": "Layout/Section",
2726
3234
  "name": "BoldBackground",
2727
- "code": "<Section\n backgroundColor=\"bold\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n align: 'center',\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n style=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</Section>",
3235
+ "code": "<Section\n backgroundColor=\"bold\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n align: 'center',\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n transition=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n url=\"#\"\n />\n</Section>",
2728
3236
  "args": {
2729
3237
  "width": "default",
2730
- "style": "default",
2731
3238
  "backgroundColor": "bold",
3239
+ "transition": "default",
2732
3240
  "spotlight": false,
2733
3241
  "spaceBefore": "default",
2734
3242
  "spaceAfter": "default",
@@ -2756,11 +3264,11 @@
2756
3264
  "id": "layout-section--colorful-gradient",
2757
3265
  "group": "Layout/Section",
2758
3266
  "name": "ColorfulGradient",
2759
- "code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n align: 'center',\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n style=\"horizontalGradient\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</Section>",
3267
+ "code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n align: 'center',\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n style=\"horizontalGradient\"\n transition=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n url=\"#\"\n />\n</Section>",
2760
3268
  "args": {
2761
3269
  "width": "default",
2762
- "style": "horizontalGradient",
2763
3270
  "backgroundColor": "default",
3271
+ "transition": "default",
2764
3272
  "spotlight": false,
2765
3273
  "spaceBefore": "default",
2766
3274
  "spaceAfter": "default",
@@ -2780,7 +3288,8 @@
2780
3288
  "mode": "list",
2781
3289
  "tileWidth": "default"
2782
3290
  },
2783
- "buttons": []
3291
+ "buttons": [],
3292
+ "style": "horizontalGradient"
2784
3293
  },
2785
3294
  "screenshot": "img/screenshots/layout-section--colorful-gradient.png"
2786
3295
  },
@@ -2788,11 +3297,11 @@
2788
3297
  "id": "layout-section--with-buttons",
2789
3298
  "group": "Layout/Section",
2790
3299
  "name": "WithButtons",
2791
- "code": "<Section\n backgroundColor=\"default\"\n buttons={[\n {\n disabled: false,\n icon: 'arrow-right',\n label: 'All Showcases',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n icon: 'date',\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ]}\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n align: 'center',\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n style=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</Section>",
3300
+ "code": "<Section\n backgroundColor=\"default\"\n buttons={[\n {\n disabled: false,\n icon: 'arrow-right',\n label: 'All Showcases',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n icon: 'date',\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ]}\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n align: 'center',\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n transition=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n url=\"#\"\n />\n</Section>",
2792
3301
  "args": {
2793
3302
  "width": "default",
2794
- "style": "default",
2795
3303
  "backgroundColor": "default",
3304
+ "transition": "default",
2796
3305
  "spotlight": false,
2797
3306
  "spaceBefore": "default",
2798
3307
  "spaceAfter": "default",
@@ -2835,11 +3344,11 @@
2835
3344
  "id": "layout-section--tile-layout",
2836
3345
  "group": "Layout/Section",
2837
3346
  "name": "TileLayout",
2838
- "code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'tile',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n align: 'center',\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n style=\"default\"\n width=\"max\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n</Section>",
3347
+ "code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'tile',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n align: 'center',\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n transition=\"default\"\n width=\"max\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n layout=\"row\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n url=\"#\"\n />\n</Section>",
2839
3348
  "args": {
2840
3349
  "width": "max",
2841
- "style": "default",
2842
3350
  "backgroundColor": "default",
3351
+ "transition": "default",
2843
3352
  "spotlight": false,
2844
3353
  "spaceBefore": "default",
2845
3354
  "spaceAfter": "default",
@@ -2867,11 +3376,11 @@
2867
3376
  "id": "layout-section--flex-layout",
2868
3377
  "group": "Layout/Section",
2869
3378
  "name": "FlexLayout",
2870
- "code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n align: 'center',\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n style=\"default\"\n width=\"max\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n</Section>",
3379
+ "code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n align: 'center',\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n transition=\"default\"\n width=\"max\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n layout=\"row\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n url=\"#\"\n />\n</Section>",
2871
3380
  "args": {
2872
3381
  "width": "max",
2873
- "style": "default",
2874
3382
  "backgroundColor": "default",
3383
+ "transition": "default",
2875
3384
  "spotlight": false,
2876
3385
  "spaceBefore": "default",
2877
3386
  "spaceAfter": "default",
@@ -2899,11 +3408,11 @@
2899
3408
  "id": "layout-section--list-layout",
2900
3409
  "group": "Layout/Section",
2901
3410
  "name": "ListLayout",
2902
- "code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n align: 'center',\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n style=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</Section>",
3411
+ "code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n align: 'center',\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n transition=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n url=\"#\"\n />\n</Section>",
2903
3412
  "args": {
2904
3413
  "width": "default",
2905
- "style": "default",
2906
3414
  "backgroundColor": "default",
3415
+ "transition": "default",
2907
3416
  "spotlight": false,
2908
3417
  "spaceBefore": "default",
2909
3418
  "spaceAfter": "default",
@@ -2931,7 +3440,7 @@
2931
3440
  "id": "layout-slider--with-arrows",
2932
3441
  "group": "Layout/Slider",
2933
3442
  "name": "WithArrows",
2934
- "code": "<No Display Name\n arrows\n equalHeight\n gap={15}\n nav\n typeProp=\"carousel\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</No Display Name>",
3443
+ "code": "<No Display Name\n arrows\n equalHeight\n gap={15}\n nav\n typeProp=\"carousel\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n url=\"#\"\n />\n</No Display Name>",
2935
3444
  "args": {
2936
3445
  "autoplay": false,
2937
3446
  "nav": true,
@@ -2947,7 +3456,7 @@
2947
3456
  "id": "layout-slider--with-teased-neighbours",
2948
3457
  "group": "Layout/Slider",
2949
3458
  "name": "WithTeasedNeighbours",
2950
- "code": "<No Display Name\n arrows\n equalHeight\n gap={15}\n nav\n teaseNeighbours\n typeProp=\"carousel\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</No Display Name>",
3459
+ "code": "<No Display Name\n arrows\n equalHeight\n gap={15}\n nav\n teaseNeighbours\n typeProp=\"carousel\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n url=\"#\"\n />\n</No Display Name>",
2951
3460
  "args": {
2952
3461
  "autoplay": false,
2953
3462
  "nav": true,
@@ -2963,7 +3472,7 @@
2963
3472
  "id": "layout-slider--with-nav",
2964
3473
  "group": "Layout/Slider",
2965
3474
  "name": "WithNav",
2966
- "code": "<No Display Name\n arrows\n equalHeight\n gap={15}\n nav\n typeProp=\"carousel\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</No Display Name>",
3475
+ "code": "<No Display Name\n arrows\n equalHeight\n gap={15}\n nav\n typeProp=\"carousel\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n url=\"#\"\n />\n</No Display Name>",
2967
3476
  "args": {
2968
3477
  "autoplay": false,
2969
3478
  "nav": true,
@@ -2979,7 +3488,7 @@
2979
3488
  "id": "layout-slider--with-autoplay",
2980
3489
  "group": "Layout/Slider",
2981
3490
  "name": "WithAutoplay",
2982
- "code": "<No Display Name\n arrows\n autoplay\n equalHeight\n gap={15}\n nav\n typeProp=\"carousel\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</No Display Name>",
3491
+ "code": "<No Display Name\n arrows\n autoplay\n equalHeight\n gap={15}\n nav\n typeProp=\"carousel\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n url=\"#\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'View page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n imageRatio=\"unset\"\n layout=\"row\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n url=\"#\"\n />\n</No Display Name>",
2983
3492
  "args": {
2984
3493
  "autoplay": true,
2985
3494
  "nav": true,
@@ -3042,7 +3551,7 @@
3042
3551
  "id": "components-teaser-card--product-tiles",
3043
3552
  "group": "Components/Teaser Card",
3044
3553
  "name": "ProductTiles",
3045
- "code": "<TeaserCard\n button={{\n chevron: false,\n hidden: true,\n label: 'Go to page'\n }}\n headline=\"Castaway\"\n image=\"img/logos/castaway.svg\"\n imageRatio=\"wide\"\n layout=\"stack\"\n target=\"#\"\n text=\"Transforming Ideas into Code\"\n/>",
3554
+ "code": "<TeaserCard\n button={{\n chevron: false,\n hidden: true,\n label: 'Go to page'\n }}\n headline=\"Castaway\"\n image=\"img/logos/castaway.svg\"\n imageRatio=\"wide\"\n layout=\"stack\"\n text=\"Transforming Ideas into Code\"\n url=\"#\"\n/>",
3046
3555
  "args": {
3047
3556
  "layout": "stack",
3048
3557
  "button": {
@@ -3054,7 +3563,7 @@
3054
3563
  "headline": "Castaway",
3055
3564
  "text": "Transforming Ideas into Code",
3056
3565
  "image": "img/logos/castaway.svg",
3057
- "target": "#"
3566
+ "url": "#"
3058
3567
  },
3059
3568
  "screenshot": "img/screenshots/components-teaser-card--product-tiles.png"
3060
3569
  },
@@ -3062,7 +3571,7 @@
3062
3571
  "id": "components-teaser-card--page-navigation",
3063
3572
  "group": "Components/Teaser Card",
3064
3573
  "name": "PageNavigation",
3065
- "code": "<TeaserCard\n button={{\n chevron: false,\n hidden: false,\n label: 'Read more'\n }}\n headline=\"Design System Services\"\n image=\"img/02.jpg\"\n imageRatio=\"landscape\"\n layout=\"stack\"\n target=\"#\"\n text=\"Experience the speed & scalability unlike anything seen before with our Headless CMS powered websites, web apps & composable architecture.\"\n/>",
3574
+ "code": "<TeaserCard\n button={{\n chevron: false,\n hidden: false,\n label: 'Read more'\n }}\n headline=\"Design System Services\"\n image=\"img/02.jpg\"\n imageRatio=\"landscape\"\n layout=\"stack\"\n text=\"Experience the speed & scalability unlike anything seen before with our Headless CMS powered websites, web apps & composable architecture.\"\n url=\"#\"\n/>",
3066
3575
  "args": {
3067
3576
  "layout": "stack",
3068
3577
  "button": {
@@ -3074,7 +3583,7 @@
3074
3583
  "headline": "Design System Services",
3075
3584
  "text": "Experience the speed & scalability unlike anything seen before with our Headless CMS powered websites, web apps & composable architecture.",
3076
3585
  "image": "img/02.jpg",
3077
- "target": "#"
3586
+ "url": "#"
3078
3587
  },
3079
3588
  "screenshot": "img/screenshots/components-teaser-card--page-navigation.png"
3080
3589
  },
@@ -3082,7 +3591,7 @@
3082
3591
  "id": "components-teaser-card--showcase-preview",
3083
3592
  "group": "Components/Teaser Card",
3084
3593
  "name": "ShowcasePreview",
3085
- "code": "<TeaserCard\n button={{\n chevron: false,\n hidden: false,\n label: 'View showcase'\n }}\n headline=\"Transformation Love Story\"\n image=\"img/showcases/comp_tfe01.jpg\"\n imageRatio=\"wide\"\n label=\"Tech\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n/>",
3594
+ "code": "<TeaserCard\n button={{\n chevron: false,\n hidden: false,\n label: 'View showcase'\n }}\n headline=\"Transformation Love Story\"\n image=\"img/showcases/comp_tfe01.jpg\"\n imageRatio=\"wide\"\n label=\"Tech\"\n layout=\"row\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n url=\"#\"\n/>",
3086
3595
  "args": {
3087
3596
  "layout": "row",
3088
3597
  "button": {
@@ -3095,7 +3604,7 @@
3095
3604
  "headline": "Transformation Love Story",
3096
3605
  "text": "See how we saved TechFusions a year's worth of development time",
3097
3606
  "image": "img/showcases/comp_tfe01.jpg",
3098
- "target": "#"
3607
+ "url": "#"
3099
3608
  },
3100
3609
  "screenshot": "img/screenshots/components-teaser-card--showcase-preview.png"
3101
3610
  },