@almadar/std 15.15.5 → 15.15.6
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.
- package/behaviors/registry/marketing/atoms/std-marketing-article.orb +3 -3
- package/behaviors/registry/marketing/atoms/std-marketing-case-studies.orb +36 -36
- package/behaviors/registry/marketing/atoms/std-marketing-community.orb +21 -21
- package/behaviors/registry/marketing/atoms/std-marketing-cta.orb +31 -31
- package/behaviors/registry/marketing/atoms/std-marketing-features.orb +37 -37
- package/behaviors/registry/marketing/atoms/std-marketing-footer.orb +45 -45
- package/behaviors/registry/marketing/atoms/std-marketing-hero.orb +56 -56
- package/behaviors/registry/marketing/atoms/std-marketing-nav.orb +26 -26
- package/behaviors/registry/marketing/atoms/std-marketing-pricing.orb +38 -38
- package/behaviors/registry/marketing/atoms/std-marketing-showcase.orb +52 -52
- package/behaviors/registry/marketing/atoms/std-marketing-split.orb +30 -30
- package/behaviors/registry/marketing/atoms/std-marketing-stats.orb +9 -9
- package/behaviors/registry/marketing/atoms/std-marketing-steps.orb +23 -23
- package/behaviors/registry/marketing/atoms/std-marketing-team.orb +42 -42
- package/behaviors/registry/marketing/atoms/std-marketing-testimonials.orb +12 -12
- package/behaviors/registry/marketing/molecules/std-about-page.orb +171 -171
- package/behaviors/registry/marketing/molecules/std-feature-detail-page.orb +104 -104
- package/behaviors/registry/marketing/molecules/std-landing-page.orb +261 -261
- package/behaviors/registry/marketing/molecules/std-pricing-page.orb +190 -190
- package/behaviors/registry/marketing/organisms/std-marketing-site.orb +618 -623
- package/dist/behaviors/registry/marketing/atoms/std-marketing-article.orb +3 -3
- package/dist/behaviors/registry/marketing/atoms/std-marketing-case-studies.orb +36 -36
- package/dist/behaviors/registry/marketing/atoms/std-marketing-community.orb +21 -21
- package/dist/behaviors/registry/marketing/atoms/std-marketing-cta.orb +31 -31
- package/dist/behaviors/registry/marketing/atoms/std-marketing-features.orb +37 -37
- package/dist/behaviors/registry/marketing/atoms/std-marketing-footer.orb +45 -45
- package/dist/behaviors/registry/marketing/atoms/std-marketing-hero.orb +56 -56
- package/dist/behaviors/registry/marketing/atoms/std-marketing-nav.orb +26 -26
- package/dist/behaviors/registry/marketing/atoms/std-marketing-pricing.orb +38 -38
- package/dist/behaviors/registry/marketing/atoms/std-marketing-showcase.orb +52 -52
- package/dist/behaviors/registry/marketing/atoms/std-marketing-split.orb +30 -30
- package/dist/behaviors/registry/marketing/atoms/std-marketing-stats.orb +9 -9
- package/dist/behaviors/registry/marketing/atoms/std-marketing-steps.orb +23 -23
- package/dist/behaviors/registry/marketing/atoms/std-marketing-team.orb +42 -42
- package/dist/behaviors/registry/marketing/atoms/std-marketing-testimonials.orb +12 -12
- package/dist/behaviors/registry/marketing/molecules/std-about-page.orb +171 -171
- package/dist/behaviors/registry/marketing/molecules/std-feature-detail-page.orb +104 -104
- package/dist/behaviors/registry/marketing/molecules/std-landing-page.orb +261 -261
- package/dist/behaviors/registry/marketing/molecules/std-pricing-page.orb +190 -190
- package/dist/behaviors/registry/marketing/organisms/std-marketing-site.orb +618 -623
- package/dist/registry/marketing/atoms/std-marketing-article.orb +3 -3
- package/dist/registry/marketing/atoms/std-marketing-case-studies.orb +36 -36
- package/dist/registry/marketing/atoms/std-marketing-community.orb +21 -21
- package/dist/registry/marketing/atoms/std-marketing-cta.orb +31 -31
- package/dist/registry/marketing/atoms/std-marketing-features.orb +37 -37
- package/dist/registry/marketing/atoms/std-marketing-footer.orb +45 -45
- package/dist/registry/marketing/atoms/std-marketing-hero.orb +56 -56
- package/dist/registry/marketing/atoms/std-marketing-nav.orb +26 -26
- package/dist/registry/marketing/atoms/std-marketing-pricing.orb +38 -38
- package/dist/registry/marketing/atoms/std-marketing-showcase.orb +52 -52
- package/dist/registry/marketing/atoms/std-marketing-split.orb +30 -30
- package/dist/registry/marketing/atoms/std-marketing-stats.orb +9 -9
- package/dist/registry/marketing/atoms/std-marketing-steps.orb +23 -23
- package/dist/registry/marketing/atoms/std-marketing-team.orb +42 -42
- package/dist/registry/marketing/atoms/std-marketing-testimonials.orb +12 -12
- package/dist/registry/marketing/molecules/std-about-page.orb +171 -171
- package/dist/registry/marketing/molecules/std-feature-detail-page.orb +104 -104
- package/dist/registry/marketing/molecules/std-landing-page.orb +261 -261
- package/dist/registry/marketing/molecules/std-pricing-page.orb +190 -190
- package/dist/registry/marketing/organisms/std-marketing-site.orb +618 -623
- package/package.json +1 -1
|
@@ -43,80 +43,80 @@
|
|
|
43
43
|
"render-ui",
|
|
44
44
|
"main",
|
|
45
45
|
{
|
|
46
|
+
"direction": "vertical",
|
|
46
47
|
"gap": "none",
|
|
47
48
|
"children": [
|
|
48
49
|
{
|
|
49
|
-
"
|
|
50
|
-
|
|
50
|
+
"primaryAction": {
|
|
51
|
+
"href": "@config.heroPrimaryActionHref",
|
|
52
|
+
"label": "@config.heroPrimaryActionLabel"
|
|
53
|
+
},
|
|
51
54
|
"subtitle": "@config.heroSubtitle",
|
|
52
|
-
"
|
|
55
|
+
"tag": "@config.heroTag",
|
|
53
56
|
"background": "@config.heroBackground",
|
|
57
|
+
"align": "@config.heroAlign",
|
|
54
58
|
"type": "hero-section",
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"label": "@config.heroPrimaryActionLabel",
|
|
58
|
-
"href": "@config.heroPrimaryActionHref"
|
|
59
|
-
}
|
|
59
|
+
"titleAccent": "@config.heroTitleAccent",
|
|
60
|
+
"title": "@config.heroTitle"
|
|
60
61
|
},
|
|
61
62
|
{
|
|
62
|
-
"direction": "vertical",
|
|
63
63
|
"type": "stack",
|
|
64
|
-
"
|
|
64
|
+
"direction": "vertical",
|
|
65
|
+
"gap": "md",
|
|
65
66
|
"children": [
|
|
66
67
|
{
|
|
67
|
-
"
|
|
68
|
+
"variant": "h2",
|
|
68
69
|
"type": "typography",
|
|
69
|
-
"
|
|
70
|
+
"content": "@config.article1Title"
|
|
70
71
|
},
|
|
71
72
|
{
|
|
72
|
-
"
|
|
73
|
+
"type": "typography",
|
|
73
74
|
"variant": "body",
|
|
74
|
-
"
|
|
75
|
+
"content": "@config.article1Content"
|
|
75
76
|
},
|
|
76
77
|
{
|
|
77
|
-
"variant": "h2",
|
|
78
78
|
"content": "@config.article2Title",
|
|
79
|
-
"type": "typography"
|
|
79
|
+
"type": "typography",
|
|
80
|
+
"variant": "h2"
|
|
80
81
|
},
|
|
81
82
|
{
|
|
83
|
+
"type": "typography",
|
|
82
84
|
"variant": "body",
|
|
83
|
-
"content": "@config.article2Content"
|
|
84
|
-
"type": "typography"
|
|
85
|
+
"content": "@config.article2Content"
|
|
85
86
|
},
|
|
86
87
|
{
|
|
88
|
+
"type": "typography",
|
|
87
89
|
"variant": "h2",
|
|
88
|
-
"content": "@config.article3Title"
|
|
89
|
-
"type": "typography"
|
|
90
|
+
"content": "@config.article3Title"
|
|
90
91
|
},
|
|
91
92
|
{
|
|
92
|
-
"
|
|
93
|
+
"type": "typography",
|
|
93
94
|
"content": "@config.article3Content",
|
|
94
|
-
"
|
|
95
|
+
"variant": "body"
|
|
95
96
|
}
|
|
96
97
|
],
|
|
97
|
-
"
|
|
98
|
+
"className": "max-w-prose mx-auto py-12"
|
|
98
99
|
},
|
|
99
100
|
{
|
|
100
101
|
"type": "team-organism",
|
|
101
102
|
"entity": "@config.team"
|
|
102
103
|
},
|
|
103
104
|
{
|
|
104
|
-
"
|
|
105
|
-
"
|
|
105
|
+
"type": "case-study-organism",
|
|
106
|
+
"entity": "@config.caseStudies"
|
|
106
107
|
},
|
|
107
108
|
{
|
|
108
|
-
"primaryAction": "@config.ctaAction",
|
|
109
109
|
"type": "cta-banner",
|
|
110
|
-
"title": "@config.ctaTitle"
|
|
110
|
+
"title": "@config.ctaTitle",
|
|
111
|
+
"primaryAction": "@config.ctaAction"
|
|
111
112
|
},
|
|
112
113
|
{
|
|
113
|
-
"
|
|
114
|
+
"type": "marketing-footer",
|
|
114
115
|
"copyright": "@config.footerCopyright",
|
|
115
|
-
"
|
|
116
|
+
"columns": "@config.footerColumns"
|
|
116
117
|
}
|
|
117
118
|
],
|
|
118
|
-
"type": "stack"
|
|
119
|
-
"direction": "vertical"
|
|
119
|
+
"type": "stack"
|
|
120
120
|
}
|
|
121
121
|
]
|
|
122
122
|
]
|
|
@@ -124,76 +124,163 @@
|
|
|
124
124
|
]
|
|
125
125
|
},
|
|
126
126
|
"config": {
|
|
127
|
-
"
|
|
127
|
+
"heroTitleAccent": {
|
|
128
128
|
"type": "string",
|
|
129
|
-
"default": "
|
|
129
|
+
"default": ""
|
|
130
130
|
},
|
|
131
|
-
"
|
|
131
|
+
"article1Title": {
|
|
132
132
|
"type": "string",
|
|
133
|
-
"default": "
|
|
133
|
+
"default": "Our Story"
|
|
134
134
|
},
|
|
135
135
|
"heroSubtitle": {
|
|
136
136
|
"type": "string",
|
|
137
137
|
"default": "We're building the future of software creation."
|
|
138
138
|
},
|
|
139
|
+
"article3Title": {
|
|
140
|
+
"type": "string",
|
|
141
|
+
"default": "Our Values"
|
|
142
|
+
},
|
|
143
|
+
"heroPrimaryActionLabel": {
|
|
144
|
+
"type": "string",
|
|
145
|
+
"default": "Join Us"
|
|
146
|
+
},
|
|
147
|
+
"heroTag": {
|
|
148
|
+
"type": "string",
|
|
149
|
+
"default": ""
|
|
150
|
+
},
|
|
151
|
+
"article2Content": {
|
|
152
|
+
"type": "string",
|
|
153
|
+
"default": "We exist to democratize software creation through natural language and AI."
|
|
154
|
+
},
|
|
139
155
|
"team": {
|
|
140
156
|
"type": "[TeamMemberCard]",
|
|
141
157
|
"default": [
|
|
142
158
|
{
|
|
159
|
+
"bio": "Former VP Engineering at BigTech. Obsessed with developer experience.",
|
|
143
160
|
"name": "Jane Doe",
|
|
144
|
-
"role": "CEO",
|
|
145
161
|
"nameAr": "",
|
|
146
|
-
"
|
|
162
|
+
"role": "CEO",
|
|
147
163
|
"id": "1",
|
|
148
164
|
"avatar": ""
|
|
149
165
|
},
|
|
150
166
|
{
|
|
167
|
+
"name": "John Smith",
|
|
168
|
+
"nameAr": "",
|
|
169
|
+
"id": "2",
|
|
151
170
|
"role": "CTO",
|
|
152
171
|
"bio": "Built distributed systems at scale for a decade.",
|
|
153
|
-
"
|
|
154
|
-
"avatar": "",
|
|
155
|
-
"nameAr": "",
|
|
156
|
-
"name": "John Smith"
|
|
172
|
+
"avatar": ""
|
|
157
173
|
},
|
|
158
174
|
{
|
|
159
|
-
"
|
|
175
|
+
"avatar": "",
|
|
160
176
|
"id": "3",
|
|
161
|
-
"
|
|
162
|
-
"name": "Alice Chen",
|
|
177
|
+
"role": "Head of Design",
|
|
163
178
|
"nameAr": "",
|
|
164
|
-
"
|
|
179
|
+
"bio": "Believes great design is invisible.",
|
|
180
|
+
"name": "Alice Chen"
|
|
165
181
|
}
|
|
166
182
|
],
|
|
167
183
|
"items": {
|
|
168
184
|
"type": "object",
|
|
169
185
|
"properties": {
|
|
170
|
-
"
|
|
171
|
-
"name": "
|
|
186
|
+
"avatar": {
|
|
187
|
+
"name": "avatar",
|
|
172
188
|
"type": "string",
|
|
173
189
|
"required": false
|
|
174
190
|
},
|
|
191
|
+
"name": {
|
|
192
|
+
"name": "name",
|
|
193
|
+
"type": "string",
|
|
194
|
+
"required": true
|
|
195
|
+
},
|
|
175
196
|
"nameAr": {
|
|
176
197
|
"name": "nameAr",
|
|
177
198
|
"type": "string",
|
|
178
199
|
"required": false
|
|
179
200
|
},
|
|
201
|
+
"id": {
|
|
202
|
+
"name": "id",
|
|
203
|
+
"type": "string",
|
|
204
|
+
"required": false
|
|
205
|
+
},
|
|
206
|
+
"role": {
|
|
207
|
+
"name": "role",
|
|
208
|
+
"type": "string",
|
|
209
|
+
"required": true
|
|
210
|
+
},
|
|
180
211
|
"bio": {
|
|
181
212
|
"name": "bio",
|
|
182
213
|
"type": "string",
|
|
183
214
|
"required": true
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
},
|
|
219
|
+
"heroBackground": {
|
|
220
|
+
"type": "string",
|
|
221
|
+
"default": "subtle"
|
|
222
|
+
},
|
|
223
|
+
"article2Title": {
|
|
224
|
+
"type": "string",
|
|
225
|
+
"default": "Our Mission"
|
|
226
|
+
},
|
|
227
|
+
"caseStudies": {
|
|
228
|
+
"type": "[CaseStudyCard]",
|
|
229
|
+
"default": [
|
|
230
|
+
{
|
|
231
|
+
"categoryColor": "",
|
|
232
|
+
"href": "#",
|
|
233
|
+
"id": "1",
|
|
234
|
+
"description": "How Acme scaled from 1K to 1M users in 6 months.",
|
|
235
|
+
"title": "Acme Corp",
|
|
236
|
+
"category": "SaaS",
|
|
237
|
+
"linkLabel": "Read story"
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"description": "Globex reduced infrastructure costs by 70%.",
|
|
241
|
+
"categoryColor": "",
|
|
242
|
+
"linkLabel": "Read story",
|
|
243
|
+
"id": "2",
|
|
244
|
+
"category": "Fintech",
|
|
245
|
+
"href": "#",
|
|
246
|
+
"title": "Globex"
|
|
247
|
+
}
|
|
248
|
+
],
|
|
249
|
+
"items": {
|
|
250
|
+
"type": "object",
|
|
251
|
+
"properties": {
|
|
252
|
+
"title": {
|
|
253
|
+
"name": "title",
|
|
254
|
+
"type": "string",
|
|
255
|
+
"required": true
|
|
184
256
|
},
|
|
185
|
-
"
|
|
186
|
-
"name": "
|
|
257
|
+
"category": {
|
|
258
|
+
"name": "category",
|
|
187
259
|
"type": "string",
|
|
188
260
|
"required": true
|
|
189
261
|
},
|
|
190
|
-
"
|
|
191
|
-
"name": "
|
|
262
|
+
"linkLabel": {
|
|
263
|
+
"name": "linkLabel",
|
|
192
264
|
"type": "string",
|
|
193
265
|
"required": false
|
|
194
266
|
},
|
|
195
|
-
"
|
|
196
|
-
"name": "
|
|
267
|
+
"categoryColor": {
|
|
268
|
+
"name": "categoryColor",
|
|
269
|
+
"type": "string",
|
|
270
|
+
"required": false
|
|
271
|
+
},
|
|
272
|
+
"href": {
|
|
273
|
+
"name": "href",
|
|
274
|
+
"type": "string",
|
|
275
|
+
"required": true
|
|
276
|
+
},
|
|
277
|
+
"id": {
|
|
278
|
+
"name": "id",
|
|
279
|
+
"type": "string",
|
|
280
|
+
"required": false
|
|
281
|
+
},
|
|
282
|
+
"description": {
|
|
283
|
+
"name": "description",
|
|
197
284
|
"type": "string",
|
|
198
285
|
"required": true
|
|
199
286
|
}
|
|
@@ -204,23 +291,19 @@
|
|
|
204
291
|
"type": "string",
|
|
205
292
|
"default": "Speed, simplicity, and developer joy guide every decision we make."
|
|
206
293
|
},
|
|
207
|
-
"
|
|
208
|
-
"type": "string",
|
|
209
|
-
"default": ""
|
|
210
|
-
},
|
|
211
|
-
"article1Title": {
|
|
294
|
+
"article1Content": {
|
|
212
295
|
"type": "string",
|
|
213
|
-
"default": "
|
|
296
|
+
"default": "Almadar started with a simple belief: everyone should be able to build software."
|
|
214
297
|
},
|
|
215
|
-
"
|
|
298
|
+
"ctaTitle": {
|
|
216
299
|
"type": "string",
|
|
217
|
-
"default": "
|
|
300
|
+
"default": "Want to work with us?"
|
|
218
301
|
},
|
|
219
302
|
"ctaAction": {
|
|
220
303
|
"type": "ActionCard",
|
|
221
304
|
"default": {
|
|
222
|
-
"
|
|
223
|
-
"
|
|
305
|
+
"label": "View Open Roles",
|
|
306
|
+
"href": "/careers"
|
|
224
307
|
},
|
|
225
308
|
"properties": {
|
|
226
309
|
"label": {
|
|
@@ -235,65 +318,56 @@
|
|
|
235
318
|
}
|
|
236
319
|
}
|
|
237
320
|
},
|
|
238
|
-
"article3Title": {
|
|
239
|
-
"type": "string",
|
|
240
|
-
"default": "Our Values"
|
|
241
|
-
},
|
|
242
|
-
"ctaTitle": {
|
|
243
|
-
"type": "string",
|
|
244
|
-
"default": "Want to work with us?"
|
|
245
|
-
},
|
|
246
|
-
"heroTag": {
|
|
247
|
-
"type": "string",
|
|
248
|
-
"default": ""
|
|
249
|
-
},
|
|
250
321
|
"heroAlign": {
|
|
251
322
|
"type": "string",
|
|
252
323
|
"default": "center"
|
|
253
324
|
},
|
|
325
|
+
"heroPrimaryActionHref": {
|
|
326
|
+
"type": "string",
|
|
327
|
+
"default": "/careers"
|
|
328
|
+
},
|
|
254
329
|
"footerColumns": {
|
|
255
330
|
"type": "[FooterColumn]",
|
|
256
331
|
"default": [
|
|
257
332
|
{
|
|
258
|
-
"title": "Product",
|
|
259
333
|
"items": [
|
|
260
334
|
{
|
|
261
335
|
"href": "#",
|
|
262
336
|
"label": "Features"
|
|
263
337
|
},
|
|
264
338
|
{
|
|
265
|
-
"
|
|
266
|
-
"
|
|
339
|
+
"label": "Pricing",
|
|
340
|
+
"href": "#"
|
|
267
341
|
},
|
|
268
342
|
{
|
|
269
343
|
"href": "#",
|
|
270
344
|
"label": "Changelog"
|
|
271
345
|
}
|
|
272
|
-
]
|
|
346
|
+
],
|
|
347
|
+
"title": "Product"
|
|
273
348
|
},
|
|
274
349
|
{
|
|
275
|
-
"title": "Company",
|
|
276
350
|
"items": [
|
|
277
351
|
{
|
|
278
352
|
"href": "#",
|
|
279
353
|
"label": "About"
|
|
280
354
|
},
|
|
281
355
|
{
|
|
282
|
-
"
|
|
283
|
-
"
|
|
356
|
+
"href": "#",
|
|
357
|
+
"label": "Careers"
|
|
284
358
|
},
|
|
285
359
|
{
|
|
286
360
|
"label": "Blog",
|
|
287
361
|
"href": "#"
|
|
288
362
|
}
|
|
289
|
-
]
|
|
363
|
+
],
|
|
364
|
+
"title": "Company"
|
|
290
365
|
},
|
|
291
366
|
{
|
|
292
|
-
"title": "Resources",
|
|
293
367
|
"items": [
|
|
294
368
|
{
|
|
295
|
-
"
|
|
296
|
-
"
|
|
369
|
+
"label": "Docs",
|
|
370
|
+
"href": "#"
|
|
297
371
|
},
|
|
298
372
|
{
|
|
299
373
|
"href": "#",
|
|
@@ -303,12 +377,18 @@
|
|
|
303
377
|
"label": "Support",
|
|
304
378
|
"href": "#"
|
|
305
379
|
}
|
|
306
|
-
]
|
|
380
|
+
],
|
|
381
|
+
"title": "Resources"
|
|
307
382
|
}
|
|
308
383
|
],
|
|
309
384
|
"items": {
|
|
310
385
|
"type": "object",
|
|
311
386
|
"properties": {
|
|
387
|
+
"title": {
|
|
388
|
+
"name": "title",
|
|
389
|
+
"type": "string",
|
|
390
|
+
"required": true
|
|
391
|
+
},
|
|
312
392
|
"items": {
|
|
313
393
|
"name": "items",
|
|
314
394
|
"type": "array",
|
|
@@ -328,97 +408,17 @@
|
|
|
328
408
|
}
|
|
329
409
|
}
|
|
330
410
|
}
|
|
331
|
-
},
|
|
332
|
-
"title": {
|
|
333
|
-
"name": "title",
|
|
334
|
-
"type": "string",
|
|
335
|
-
"required": true
|
|
336
411
|
}
|
|
337
412
|
}
|
|
338
413
|
}
|
|
339
414
|
},
|
|
340
|
-
"
|
|
341
|
-
"type": "string",
|
|
342
|
-
"default": "About Almadar"
|
|
343
|
-
},
|
|
344
|
-
"heroPrimaryActionLabel": {
|
|
345
|
-
"type": "string",
|
|
346
|
-
"default": "Join Us"
|
|
347
|
-
},
|
|
348
|
-
"heroBackground": {
|
|
349
|
-
"type": "string",
|
|
350
|
-
"default": "subtle"
|
|
351
|
-
},
|
|
352
|
-
"article2Title": {
|
|
415
|
+
"footerCopyright": {
|
|
353
416
|
"type": "string",
|
|
354
|
-
"default": "
|
|
355
|
-
},
|
|
356
|
-
"caseStudies": {
|
|
357
|
-
"type": "[CaseStudyCard]",
|
|
358
|
-
"default": [
|
|
359
|
-
{
|
|
360
|
-
"href": "#",
|
|
361
|
-
"categoryColor": "",
|
|
362
|
-
"linkLabel": "Read story",
|
|
363
|
-
"id": "1",
|
|
364
|
-
"title": "Acme Corp",
|
|
365
|
-
"category": "SaaS",
|
|
366
|
-
"description": "How Acme scaled from 1K to 1M users in 6 months."
|
|
367
|
-
},
|
|
368
|
-
{
|
|
369
|
-
"category": "Fintech",
|
|
370
|
-
"href": "#",
|
|
371
|
-
"categoryColor": "",
|
|
372
|
-
"linkLabel": "Read story",
|
|
373
|
-
"description": "Globex reduced infrastructure costs by 70%.",
|
|
374
|
-
"title": "Globex",
|
|
375
|
-
"id": "2"
|
|
376
|
-
}
|
|
377
|
-
],
|
|
378
|
-
"items": {
|
|
379
|
-
"type": "object",
|
|
380
|
-
"properties": {
|
|
381
|
-
"categoryColor": {
|
|
382
|
-
"name": "categoryColor",
|
|
383
|
-
"type": "string",
|
|
384
|
-
"required": false
|
|
385
|
-
},
|
|
386
|
-
"href": {
|
|
387
|
-
"name": "href",
|
|
388
|
-
"type": "string",
|
|
389
|
-
"required": true
|
|
390
|
-
},
|
|
391
|
-
"linkLabel": {
|
|
392
|
-
"name": "linkLabel",
|
|
393
|
-
"type": "string",
|
|
394
|
-
"required": false
|
|
395
|
-
},
|
|
396
|
-
"description": {
|
|
397
|
-
"name": "description",
|
|
398
|
-
"type": "string",
|
|
399
|
-
"required": true
|
|
400
|
-
},
|
|
401
|
-
"title": {
|
|
402
|
-
"name": "title",
|
|
403
|
-
"type": "string",
|
|
404
|
-
"required": true
|
|
405
|
-
},
|
|
406
|
-
"id": {
|
|
407
|
-
"name": "id",
|
|
408
|
-
"type": "string",
|
|
409
|
-
"required": false
|
|
410
|
-
},
|
|
411
|
-
"category": {
|
|
412
|
-
"name": "category",
|
|
413
|
-
"type": "string",
|
|
414
|
-
"required": true
|
|
415
|
-
}
|
|
416
|
-
}
|
|
417
|
-
}
|
|
417
|
+
"default": "© 2026 Almadar. All rights reserved."
|
|
418
418
|
},
|
|
419
|
-
"
|
|
419
|
+
"heroTitle": {
|
|
420
420
|
"type": "string",
|
|
421
|
-
"default": "
|
|
421
|
+
"default": "About Almadar"
|
|
422
422
|
}
|
|
423
423
|
},
|
|
424
424
|
"scope": "instance"
|