@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
|
@@ -73,17 +73,16 @@
|
|
|
73
73
|
"render-ui",
|
|
74
74
|
"main",
|
|
75
75
|
{
|
|
76
|
-
"logoSrc": "@config.logoSrc",
|
|
77
|
-
"brandName": "@config.brandName",
|
|
78
76
|
"type": "header",
|
|
77
|
+
"brandName": "@config.brandName",
|
|
79
78
|
"navigationItems": "@config.navItems",
|
|
80
|
-
"actions":
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
79
|
+
"actions": {
|
|
80
|
+
"type": "button",
|
|
81
|
+
"label": "@config.primaryActionLabel",
|
|
82
|
+
"action": "NAV_CLICK",
|
|
83
|
+
"variant": "primary"
|
|
84
|
+
},
|
|
85
|
+
"logoSrc": "@config.logoSrc"
|
|
87
86
|
}
|
|
88
87
|
]
|
|
89
88
|
]
|
|
@@ -106,11 +105,11 @@
|
|
|
106
105
|
]
|
|
107
106
|
},
|
|
108
107
|
"config": {
|
|
109
|
-
"
|
|
108
|
+
"primaryActionLabel": {
|
|
110
109
|
"type": "string",
|
|
111
|
-
"default": "
|
|
112
|
-
"label": "
|
|
113
|
-
"tier": "
|
|
110
|
+
"default": "Get Started",
|
|
111
|
+
"label": "Primary Action Label",
|
|
112
|
+
"tier": "customization"
|
|
114
113
|
},
|
|
115
114
|
"primaryActionHref": {
|
|
116
115
|
"type": "string",
|
|
@@ -124,26 +123,26 @@
|
|
|
124
123
|
"label": "Logo Source",
|
|
125
124
|
"tier": "customization"
|
|
126
125
|
},
|
|
127
|
-
"
|
|
126
|
+
"brandName": {
|
|
128
127
|
"type": "string",
|
|
129
|
-
"default": "
|
|
130
|
-
"label": "
|
|
131
|
-
"tier": "
|
|
128
|
+
"default": "Almadar",
|
|
129
|
+
"label": "Brand Name",
|
|
130
|
+
"tier": "essential"
|
|
132
131
|
},
|
|
133
132
|
"navItems": {
|
|
134
133
|
"type": "[NavLink]",
|
|
135
134
|
"default": [
|
|
136
135
|
{
|
|
137
|
-
"
|
|
138
|
-
"
|
|
136
|
+
"label": "Product",
|
|
137
|
+
"href": "/"
|
|
139
138
|
},
|
|
140
139
|
{
|
|
141
|
-
"
|
|
142
|
-
"
|
|
140
|
+
"label": "Pricing",
|
|
141
|
+
"href": "/pricing"
|
|
143
142
|
},
|
|
144
143
|
{
|
|
145
|
-
"
|
|
146
|
-
"
|
|
144
|
+
"href": "/about",
|
|
145
|
+
"label": "About"
|
|
147
146
|
},
|
|
148
147
|
{
|
|
149
148
|
"label": "Features",
|
|
@@ -198,18 +197,17 @@
|
|
|
198
197
|
"render-ui",
|
|
199
198
|
"main",
|
|
200
199
|
{
|
|
201
|
-
"gap": "none",
|
|
202
200
|
"children": [
|
|
203
201
|
{
|
|
204
|
-
"background": "gradient",
|
|
205
|
-
"align": "center",
|
|
206
202
|
"subtitle": "@config.heroSubtitle",
|
|
207
|
-
"type": "hero-section",
|
|
208
203
|
"title": "@config.heroTitle",
|
|
209
204
|
"primaryAction": {
|
|
210
205
|
"href": "@config.heroPrimaryActionHref",
|
|
211
206
|
"label": "@config.heroPrimaryActionLabel"
|
|
212
|
-
}
|
|
207
|
+
},
|
|
208
|
+
"background": "gradient",
|
|
209
|
+
"align": "center",
|
|
210
|
+
"type": "hero-section"
|
|
213
211
|
},
|
|
214
212
|
{
|
|
215
213
|
"items": "@config.features",
|
|
@@ -220,27 +218,28 @@
|
|
|
220
218
|
"stats": "@config.stats"
|
|
221
219
|
},
|
|
222
220
|
{
|
|
223
|
-
"
|
|
224
|
-
"
|
|
221
|
+
"entity": "@config.steps",
|
|
222
|
+
"type": "step-flow-organism"
|
|
225
223
|
},
|
|
226
224
|
{
|
|
227
|
-
"
|
|
228
|
-
"
|
|
225
|
+
"entity": "@config.showcase",
|
|
226
|
+
"type": "showcase-organism"
|
|
229
227
|
},
|
|
230
228
|
{
|
|
229
|
+
"title": "@config.ctaTitle",
|
|
231
230
|
"subtitle": "@config.ctaSubtitle",
|
|
232
|
-
"primaryAction": "@config.ctaPrimaryAction",
|
|
233
231
|
"type": "cta-banner",
|
|
234
|
-
"
|
|
232
|
+
"primaryAction": "@config.ctaPrimaryAction"
|
|
235
233
|
},
|
|
236
234
|
{
|
|
235
|
+
"type": "marketing-footer",
|
|
237
236
|
"columns": "@config.footerColumns",
|
|
238
|
-
"copyright": "@config.footerCopyright"
|
|
239
|
-
"type": "marketing-footer"
|
|
237
|
+
"copyright": "@config.footerCopyright"
|
|
240
238
|
}
|
|
241
239
|
],
|
|
242
240
|
"direction": "vertical",
|
|
243
|
-
"type": "stack"
|
|
241
|
+
"type": "stack",
|
|
242
|
+
"gap": "none"
|
|
244
243
|
}
|
|
245
244
|
]
|
|
246
245
|
]
|
|
@@ -248,13 +247,98 @@
|
|
|
248
247
|
]
|
|
249
248
|
},
|
|
250
249
|
"config": {
|
|
251
|
-
"
|
|
252
|
-
"type": "
|
|
253
|
-
"default":
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
250
|
+
"showcase": {
|
|
251
|
+
"type": "[ShowcaseCard]",
|
|
252
|
+
"default": [
|
|
253
|
+
{
|
|
254
|
+
"title": "Dashboard",
|
|
255
|
+
"badge": "New",
|
|
256
|
+
"accentColor": "",
|
|
257
|
+
"description": "Real-time analytics at a glance.",
|
|
258
|
+
"image": {
|
|
259
|
+
"src": "",
|
|
260
|
+
"alt": "Dashboard"
|
|
261
|
+
},
|
|
262
|
+
"href": "",
|
|
263
|
+
"id": "dashboard"
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"description": "GraphQL and REST in one click.",
|
|
267
|
+
"accentColor": "",
|
|
268
|
+
"id": "api",
|
|
269
|
+
"image": {
|
|
270
|
+
"src": "",
|
|
271
|
+
"alt": "API"
|
|
272
|
+
},
|
|
273
|
+
"href": "",
|
|
274
|
+
"badge": "",
|
|
275
|
+
"title": "API"
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"title": "Mobile",
|
|
279
|
+
"id": "mobile",
|
|
280
|
+
"description": "Native apps without native code.",
|
|
281
|
+
"image": {
|
|
282
|
+
"alt": "Mobile",
|
|
283
|
+
"src": ""
|
|
284
|
+
},
|
|
285
|
+
"href": "",
|
|
286
|
+
"badge": "Beta",
|
|
287
|
+
"accentColor": ""
|
|
288
|
+
}
|
|
289
|
+
],
|
|
290
|
+
"items": {
|
|
291
|
+
"type": "object",
|
|
292
|
+
"properties": {
|
|
293
|
+
"href": {
|
|
294
|
+
"name": "href",
|
|
295
|
+
"type": "string",
|
|
296
|
+
"required": false
|
|
297
|
+
},
|
|
298
|
+
"id": {
|
|
299
|
+
"name": "id",
|
|
300
|
+
"type": "string",
|
|
301
|
+
"required": true
|
|
302
|
+
},
|
|
303
|
+
"accentColor": {
|
|
304
|
+
"name": "accentColor",
|
|
305
|
+
"type": "string",
|
|
306
|
+
"required": false
|
|
307
|
+
},
|
|
308
|
+
"image": {
|
|
309
|
+
"name": "image",
|
|
310
|
+
"type": "object",
|
|
311
|
+
"required": true,
|
|
312
|
+
"properties": {
|
|
313
|
+
"alt": {
|
|
314
|
+
"name": "alt",
|
|
315
|
+
"type": "string",
|
|
316
|
+
"required": true
|
|
317
|
+
},
|
|
318
|
+
"src": {
|
|
319
|
+
"name": "src",
|
|
320
|
+
"type": "string",
|
|
321
|
+
"required": true
|
|
322
|
+
}
|
|
323
|
+
}
|
|
324
|
+
},
|
|
325
|
+
"badge": {
|
|
326
|
+
"name": "badge",
|
|
327
|
+
"type": "string",
|
|
328
|
+
"required": false
|
|
329
|
+
},
|
|
330
|
+
"title": {
|
|
331
|
+
"name": "title",
|
|
332
|
+
"type": "string",
|
|
333
|
+
"required": true
|
|
334
|
+
},
|
|
335
|
+
"description": {
|
|
336
|
+
"name": "description",
|
|
337
|
+
"type": "string",
|
|
338
|
+
"required": false
|
|
339
|
+
}
|
|
340
|
+
}
|
|
341
|
+
}
|
|
258
342
|
},
|
|
259
343
|
"ctaPrimaryAction": {
|
|
260
344
|
"type": "ActionCard",
|
|
@@ -263,18 +347,70 @@
|
|
|
263
347
|
"href": "/signup"
|
|
264
348
|
},
|
|
265
349
|
"properties": {
|
|
266
|
-
"
|
|
267
|
-
"name": "
|
|
350
|
+
"href": {
|
|
351
|
+
"name": "href",
|
|
268
352
|
"type": "string",
|
|
269
353
|
"required": true
|
|
270
354
|
},
|
|
271
|
-
"
|
|
272
|
-
"name": "
|
|
355
|
+
"label": {
|
|
356
|
+
"name": "label",
|
|
273
357
|
"type": "string",
|
|
274
358
|
"required": true
|
|
275
359
|
}
|
|
276
360
|
}
|
|
277
361
|
},
|
|
362
|
+
"heroSubtitle": {
|
|
363
|
+
"type": "string",
|
|
364
|
+
"default": "From idea to production in minutes, not months."
|
|
365
|
+
},
|
|
366
|
+
"heroPrimaryActionLabel": {
|
|
367
|
+
"type": "string",
|
|
368
|
+
"default": "Get Started"
|
|
369
|
+
},
|
|
370
|
+
"ctaSubtitle": {
|
|
371
|
+
"type": "string",
|
|
372
|
+
"default": "Join thousands of teams shipping faster."
|
|
373
|
+
},
|
|
374
|
+
"stats": {
|
|
375
|
+
"type": "[StatCard]",
|
|
376
|
+
"default": [
|
|
377
|
+
{
|
|
378
|
+
"value": "10K+",
|
|
379
|
+
"label": "Developers"
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"label": "Uptime",
|
|
383
|
+
"value": "99.9%"
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
"label": "Requests served",
|
|
387
|
+
"value": "50M+"
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"value": "4.9",
|
|
391
|
+
"label": "Average rating"
|
|
392
|
+
}
|
|
393
|
+
],
|
|
394
|
+
"items": {
|
|
395
|
+
"type": "object",
|
|
396
|
+
"properties": {
|
|
397
|
+
"value": {
|
|
398
|
+
"name": "value",
|
|
399
|
+
"type": "string",
|
|
400
|
+
"required": true
|
|
401
|
+
},
|
|
402
|
+
"label": {
|
|
403
|
+
"name": "label",
|
|
404
|
+
"type": "string",
|
|
405
|
+
"required": true
|
|
406
|
+
}
|
|
407
|
+
}
|
|
408
|
+
}
|
|
409
|
+
},
|
|
410
|
+
"ctaTitle": {
|
|
411
|
+
"type": "string",
|
|
412
|
+
"default": "Ready to get started?"
|
|
413
|
+
},
|
|
278
414
|
"footerColumns": {
|
|
279
415
|
"type": "[FooterColumn]",
|
|
280
416
|
"default": [
|
|
@@ -290,27 +426,27 @@
|
|
|
290
426
|
"href": "#"
|
|
291
427
|
},
|
|
292
428
|
{
|
|
293
|
-
"
|
|
294
|
-
"
|
|
429
|
+
"label": "Changelog",
|
|
430
|
+
"href": "#"
|
|
295
431
|
}
|
|
296
432
|
]
|
|
297
433
|
},
|
|
298
434
|
{
|
|
435
|
+
"title": "Company",
|
|
299
436
|
"items": [
|
|
300
437
|
{
|
|
301
438
|
"label": "About",
|
|
302
439
|
"href": "#"
|
|
303
440
|
},
|
|
304
441
|
{
|
|
305
|
-
"
|
|
306
|
-
"
|
|
442
|
+
"label": "Careers",
|
|
443
|
+
"href": "#"
|
|
307
444
|
},
|
|
308
445
|
{
|
|
309
446
|
"label": "Blog",
|
|
310
447
|
"href": "#"
|
|
311
448
|
}
|
|
312
|
-
]
|
|
313
|
-
"title": "Company"
|
|
449
|
+
]
|
|
314
450
|
},
|
|
315
451
|
{
|
|
316
452
|
"title": "Resources",
|
|
@@ -361,70 +497,86 @@
|
|
|
361
497
|
}
|
|
362
498
|
}
|
|
363
499
|
},
|
|
364
|
-
"
|
|
500
|
+
"heroTitle": {
|
|
365
501
|
"type": "string",
|
|
366
|
-
"default": "
|
|
502
|
+
"default": "Build faster with Almadar"
|
|
367
503
|
},
|
|
368
|
-
"
|
|
369
|
-
"type": "[
|
|
504
|
+
"steps": {
|
|
505
|
+
"type": "[StepCard]",
|
|
370
506
|
"default": [
|
|
371
507
|
{
|
|
372
|
-
"
|
|
373
|
-
"
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
"
|
|
377
|
-
"label": "Uptime"
|
|
508
|
+
"icon": "pen-tool",
|
|
509
|
+
"title": "Design",
|
|
510
|
+
"id": "1",
|
|
511
|
+
"number": 1.0,
|
|
512
|
+
"description": "Describe your app in natural language."
|
|
378
513
|
},
|
|
379
514
|
{
|
|
380
|
-
"
|
|
381
|
-
"
|
|
515
|
+
"description": "Almadar generates the full stack automatically.",
|
|
516
|
+
"title": "Build",
|
|
517
|
+
"id": "2",
|
|
518
|
+
"number": 2.0,
|
|
519
|
+
"icon": "hammer"
|
|
382
520
|
},
|
|
383
521
|
{
|
|
384
|
-
"
|
|
385
|
-
"
|
|
522
|
+
"number": 3.0,
|
|
523
|
+
"icon": "rocket",
|
|
524
|
+
"id": "3",
|
|
525
|
+
"description": "Deploy to production with one click.",
|
|
526
|
+
"title": "Ship"
|
|
386
527
|
}
|
|
387
528
|
],
|
|
388
529
|
"items": {
|
|
389
530
|
"type": "object",
|
|
390
531
|
"properties": {
|
|
391
|
-
"
|
|
392
|
-
"name": "
|
|
532
|
+
"title": {
|
|
533
|
+
"name": "title",
|
|
393
534
|
"type": "string",
|
|
394
535
|
"required": true
|
|
395
536
|
},
|
|
396
|
-
"
|
|
397
|
-
"name": "
|
|
537
|
+
"icon": {
|
|
538
|
+
"name": "icon",
|
|
539
|
+
"type": "string",
|
|
540
|
+
"required": false
|
|
541
|
+
},
|
|
542
|
+
"number": {
|
|
543
|
+
"name": "number",
|
|
544
|
+
"type": "number",
|
|
545
|
+
"required": false
|
|
546
|
+
},
|
|
547
|
+
"description": {
|
|
548
|
+
"name": "description",
|
|
549
|
+
"type": "string",
|
|
550
|
+
"required": true
|
|
551
|
+
},
|
|
552
|
+
"id": {
|
|
553
|
+
"name": "id",
|
|
398
554
|
"type": "string",
|
|
399
555
|
"required": true
|
|
400
556
|
}
|
|
401
557
|
}
|
|
402
558
|
}
|
|
403
559
|
},
|
|
404
|
-
"
|
|
405
|
-
"type": "string",
|
|
406
|
-
"default": "Get Started"
|
|
407
|
-
},
|
|
408
|
-
"heroTitle": {
|
|
560
|
+
"heroPrimaryActionHref": {
|
|
409
561
|
"type": "string",
|
|
410
|
-
"default": "
|
|
562
|
+
"default": "/signup"
|
|
411
563
|
},
|
|
412
564
|
"features": {
|
|
413
565
|
"type": "[FeatureCard]",
|
|
414
566
|
"default": [
|
|
415
567
|
{
|
|
568
|
+
"icon": "zap",
|
|
416
569
|
"description": "Build and deploy in minutes.",
|
|
417
|
-
"href": "",
|
|
418
|
-
"title": "Lightning Fast",
|
|
419
570
|
"linkLabel": "Learn more",
|
|
420
|
-
"
|
|
571
|
+
"title": "Lightning Fast",
|
|
572
|
+
"href": ""
|
|
421
573
|
},
|
|
422
574
|
{
|
|
423
|
-
"title": "Enterprise Secure",
|
|
424
575
|
"description": "SOC-2 compliant with end-to-end encryption.",
|
|
576
|
+
"icon": "shield",
|
|
577
|
+
"title": "Enterprise Secure",
|
|
425
578
|
"href": "",
|
|
426
|
-
"linkLabel": "Learn more"
|
|
427
|
-
"icon": "shield"
|
|
579
|
+
"linkLabel": "Learn more"
|
|
428
580
|
},
|
|
429
581
|
{
|
|
430
582
|
"description": "Plug in any service, any data source, any UI pattern.",
|
|
@@ -437,11 +589,6 @@
|
|
|
437
589
|
"items": {
|
|
438
590
|
"type": "object",
|
|
439
591
|
"properties": {
|
|
440
|
-
"href": {
|
|
441
|
-
"name": "href",
|
|
442
|
-
"type": "string",
|
|
443
|
-
"required": false
|
|
444
|
-
},
|
|
445
592
|
"description": {
|
|
446
593
|
"name": "description",
|
|
447
594
|
"type": "string",
|
|
@@ -452,60 +599,9 @@
|
|
|
452
599
|
"type": "string",
|
|
453
600
|
"required": false
|
|
454
601
|
},
|
|
455
|
-
"
|
|
456
|
-
"name": "
|
|
457
|
-
"type": "string",
|
|
458
|
-
"required": false
|
|
459
|
-
},
|
|
460
|
-
"title": {
|
|
461
|
-
"name": "title",
|
|
462
|
-
"type": "string",
|
|
463
|
-
"required": true
|
|
464
|
-
}
|
|
465
|
-
}
|
|
466
|
-
}
|
|
467
|
-
},
|
|
468
|
-
"steps": {
|
|
469
|
-
"type": "[StepCard]",
|
|
470
|
-
"default": [
|
|
471
|
-
{
|
|
472
|
-
"icon": "pen-tool",
|
|
473
|
-
"title": "Design",
|
|
474
|
-
"description": "Describe your app in natural language.",
|
|
475
|
-
"number": 1.0,
|
|
476
|
-
"id": "1"
|
|
477
|
-
},
|
|
478
|
-
{
|
|
479
|
-
"description": "Almadar generates the full stack automatically.",
|
|
480
|
-
"id": "2",
|
|
481
|
-
"number": 2.0,
|
|
482
|
-
"title": "Build",
|
|
483
|
-
"icon": "hammer"
|
|
484
|
-
},
|
|
485
|
-
{
|
|
486
|
-
"icon": "rocket",
|
|
487
|
-
"id": "3",
|
|
488
|
-
"description": "Deploy to production with one click.",
|
|
489
|
-
"number": 3.0,
|
|
490
|
-
"title": "Ship"
|
|
491
|
-
}
|
|
492
|
-
],
|
|
493
|
-
"items": {
|
|
494
|
-
"type": "object",
|
|
495
|
-
"properties": {
|
|
496
|
-
"id": {
|
|
497
|
-
"name": "id",
|
|
498
|
-
"type": "string",
|
|
499
|
-
"required": true
|
|
500
|
-
},
|
|
501
|
-
"description": {
|
|
502
|
-
"name": "description",
|
|
602
|
+
"href": {
|
|
603
|
+
"name": "href",
|
|
503
604
|
"type": "string",
|
|
504
|
-
"required": true
|
|
505
|
-
},
|
|
506
|
-
"number": {
|
|
507
|
-
"name": "number",
|
|
508
|
-
"type": "number",
|
|
509
605
|
"required": false
|
|
510
606
|
},
|
|
511
607
|
"title": {
|
|
@@ -513,101 +609,8 @@
|
|
|
513
609
|
"type": "string",
|
|
514
610
|
"required": true
|
|
515
611
|
},
|
|
516
|
-
"
|
|
517
|
-
"name": "
|
|
518
|
-
"type": "string",
|
|
519
|
-
"required": false
|
|
520
|
-
}
|
|
521
|
-
}
|
|
522
|
-
}
|
|
523
|
-
},
|
|
524
|
-
"showcase": {
|
|
525
|
-
"type": "[ShowcaseCard]",
|
|
526
|
-
"default": [
|
|
527
|
-
{
|
|
528
|
-
"badge": "New",
|
|
529
|
-
"accentColor": "",
|
|
530
|
-
"title": "Dashboard",
|
|
531
|
-
"id": "dashboard",
|
|
532
|
-
"description": "Real-time analytics at a glance.",
|
|
533
|
-
"image": {
|
|
534
|
-
"alt": "Dashboard",
|
|
535
|
-
"src": ""
|
|
536
|
-
},
|
|
537
|
-
"href": ""
|
|
538
|
-
},
|
|
539
|
-
{
|
|
540
|
-
"id": "api",
|
|
541
|
-
"title": "API",
|
|
542
|
-
"badge": "",
|
|
543
|
-
"image": {
|
|
544
|
-
"alt": "API",
|
|
545
|
-
"src": ""
|
|
546
|
-
},
|
|
547
|
-
"href": "",
|
|
548
|
-
"accentColor": "",
|
|
549
|
-
"description": "GraphQL and REST in one click."
|
|
550
|
-
},
|
|
551
|
-
{
|
|
552
|
-
"accentColor": "",
|
|
553
|
-
"image": {
|
|
554
|
-
"src": "",
|
|
555
|
-
"alt": "Mobile"
|
|
556
|
-
},
|
|
557
|
-
"badge": "Beta",
|
|
558
|
-
"description": "Native apps without native code.",
|
|
559
|
-
"id": "mobile",
|
|
560
|
-
"title": "Mobile",
|
|
561
|
-
"href": ""
|
|
562
|
-
}
|
|
563
|
-
],
|
|
564
|
-
"items": {
|
|
565
|
-
"type": "object",
|
|
566
|
-
"properties": {
|
|
567
|
-
"id": {
|
|
568
|
-
"name": "id",
|
|
569
|
-
"type": "string",
|
|
570
|
-
"required": true
|
|
571
|
-
},
|
|
572
|
-
"title": {
|
|
573
|
-
"name": "title",
|
|
574
|
-
"type": "string",
|
|
575
|
-
"required": true
|
|
576
|
-
},
|
|
577
|
-
"badge": {
|
|
578
|
-
"name": "badge",
|
|
579
|
-
"type": "string",
|
|
580
|
-
"required": false
|
|
581
|
-
},
|
|
582
|
-
"image": {
|
|
583
|
-
"name": "image",
|
|
584
|
-
"type": "object",
|
|
585
|
-
"required": false,
|
|
586
|
-
"properties": {
|
|
587
|
-
"alt": {
|
|
588
|
-
"name": "alt",
|
|
589
|
-
"type": "string",
|
|
590
|
-
"required": false
|
|
591
|
-
},
|
|
592
|
-
"src": {
|
|
593
|
-
"name": "src",
|
|
594
|
-
"type": "string",
|
|
595
|
-
"required": true
|
|
596
|
-
}
|
|
597
|
-
}
|
|
598
|
-
},
|
|
599
|
-
"href": {
|
|
600
|
-
"name": "href",
|
|
601
|
-
"type": "string",
|
|
602
|
-
"required": false
|
|
603
|
-
},
|
|
604
|
-
"description": {
|
|
605
|
-
"name": "description",
|
|
606
|
-
"type": "string",
|
|
607
|
-
"required": false
|
|
608
|
-
},
|
|
609
|
-
"accentColor": {
|
|
610
|
-
"name": "accentColor",
|
|
612
|
+
"linkLabel": {
|
|
613
|
+
"name": "linkLabel",
|
|
611
614
|
"type": "string",
|
|
612
615
|
"required": false
|
|
613
616
|
}
|
|
@@ -617,10 +620,6 @@
|
|
|
617
620
|
"footerCopyright": {
|
|
618
621
|
"type": "string",
|
|
619
622
|
"default": "© 2026 Almadar. All rights reserved."
|
|
620
|
-
},
|
|
621
|
-
"heroSubtitle": {
|
|
622
|
-
"type": "string",
|
|
623
|
-
"default": "From idea to production in minutes, not months."
|
|
624
623
|
}
|
|
625
624
|
},
|
|
626
625
|
"scope": "instance"
|
|
@@ -652,37 +651,37 @@
|
|
|
652
651
|
"render-ui",
|
|
653
652
|
"main",
|
|
654
653
|
{
|
|
654
|
+
"direction": "vertical",
|
|
655
|
+
"type": "stack",
|
|
656
|
+
"gap": "none",
|
|
655
657
|
"children": [
|
|
656
658
|
{
|
|
659
|
+
"title": "@config.heroTitle",
|
|
657
660
|
"type": "hero-section",
|
|
658
|
-
"align": "center",
|
|
659
|
-
"background": "subtle",
|
|
660
661
|
"subtitle": "@config.heroSubtitle",
|
|
661
|
-
"
|
|
662
|
+
"background": "subtle",
|
|
663
|
+
"align": "center"
|
|
662
664
|
},
|
|
663
665
|
{
|
|
664
666
|
"type": "pricing-grid",
|
|
665
667
|
"plans": "@config.plans"
|
|
666
668
|
},
|
|
667
669
|
{
|
|
668
|
-
"
|
|
669
|
-
"
|
|
670
|
+
"type": "accordion",
|
|
671
|
+
"items": "@config.faq"
|
|
670
672
|
},
|
|
671
673
|
{
|
|
672
|
-
"primaryAction": "@config.ctaAction",
|
|
673
|
-
"type": "cta-banner",
|
|
674
674
|
"title": "@config.ctaTitle",
|
|
675
|
-
"subtitle": "@config.ctaSubtitle"
|
|
675
|
+
"subtitle": "@config.ctaSubtitle",
|
|
676
|
+
"primaryAction": "@config.ctaAction",
|
|
677
|
+
"type": "cta-banner"
|
|
676
678
|
},
|
|
677
679
|
{
|
|
678
680
|
"columns": "@config.footerColumns",
|
|
679
|
-
"
|
|
680
|
-
"
|
|
681
|
+
"copyright": "@config.footerCopyright",
|
|
682
|
+
"type": "marketing-footer"
|
|
681
683
|
}
|
|
682
|
-
]
|
|
683
|
-
"type": "stack",
|
|
684
|
-
"direction": "vertical",
|
|
685
|
-
"gap": "none"
|
|
684
|
+
]
|
|
686
685
|
}
|
|
687
686
|
]
|
|
688
687
|
]
|
|
@@ -694,140 +693,53 @@
|
|
|
694
693
|
"type": "string",
|
|
695
694
|
"default": "Still have questions?"
|
|
696
695
|
},
|
|
697
|
-
"
|
|
698
|
-
"type": "
|
|
699
|
-
"default":
|
|
700
|
-
{
|
|
701
|
-
"title": "Product",
|
|
702
|
-
"items": [
|
|
703
|
-
{
|
|
704
|
-
"href": "#",
|
|
705
|
-
"label": "Features"
|
|
706
|
-
},
|
|
707
|
-
{
|
|
708
|
-
"href": "#",
|
|
709
|
-
"label": "Pricing"
|
|
710
|
-
},
|
|
711
|
-
{
|
|
712
|
-
"label": "Changelog",
|
|
713
|
-
"href": "#"
|
|
714
|
-
}
|
|
715
|
-
]
|
|
716
|
-
},
|
|
717
|
-
{
|
|
718
|
-
"items": [
|
|
719
|
-
{
|
|
720
|
-
"label": "About",
|
|
721
|
-
"href": "#"
|
|
722
|
-
},
|
|
723
|
-
{
|
|
724
|
-
"href": "#",
|
|
725
|
-
"label": "Careers"
|
|
726
|
-
},
|
|
727
|
-
{
|
|
728
|
-
"label": "Blog",
|
|
729
|
-
"href": "#"
|
|
730
|
-
}
|
|
731
|
-
],
|
|
732
|
-
"title": "Company"
|
|
733
|
-
},
|
|
734
|
-
{
|
|
735
|
-
"items": [
|
|
736
|
-
{
|
|
737
|
-
"href": "#",
|
|
738
|
-
"label": "Docs"
|
|
739
|
-
},
|
|
740
|
-
{
|
|
741
|
-
"label": "Community",
|
|
742
|
-
"href": "#"
|
|
743
|
-
},
|
|
744
|
-
{
|
|
745
|
-
"label": "Support",
|
|
746
|
-
"href": "#"
|
|
747
|
-
}
|
|
748
|
-
],
|
|
749
|
-
"title": "Resources"
|
|
750
|
-
}
|
|
751
|
-
],
|
|
752
|
-
"items": {
|
|
753
|
-
"type": "object",
|
|
754
|
-
"properties": {
|
|
755
|
-
"items": {
|
|
756
|
-
"name": "items",
|
|
757
|
-
"type": "array",
|
|
758
|
-
"required": false,
|
|
759
|
-
"items": {
|
|
760
|
-
"type": "object",
|
|
761
|
-
"properties": {
|
|
762
|
-
"label": {
|
|
763
|
-
"name": "label",
|
|
764
|
-
"type": "string",
|
|
765
|
-
"required": true
|
|
766
|
-
},
|
|
767
|
-
"href": {
|
|
768
|
-
"name": "href",
|
|
769
|
-
"type": "string",
|
|
770
|
-
"required": true
|
|
771
|
-
}
|
|
772
|
-
}
|
|
773
|
-
}
|
|
774
|
-
},
|
|
775
|
-
"title": {
|
|
776
|
-
"name": "title",
|
|
777
|
-
"type": "string",
|
|
778
|
-
"required": true
|
|
779
|
-
}
|
|
780
|
-
}
|
|
781
|
-
}
|
|
696
|
+
"heroTitle": {
|
|
697
|
+
"type": "string",
|
|
698
|
+
"default": "Simple, transparent pricing"
|
|
782
699
|
},
|
|
783
700
|
"plans": {
|
|
784
701
|
"type": "[PricingPlan]",
|
|
785
702
|
"default": [
|
|
786
703
|
{
|
|
787
|
-
"
|
|
788
|
-
"
|
|
789
|
-
"id": "starter",
|
|
704
|
+
"badge": "",
|
|
705
|
+
"price": "$0",
|
|
790
706
|
"features": [
|
|
791
707
|
"1 project",
|
|
792
708
|
"Community support",
|
|
793
709
|
"Basic analytics"
|
|
794
710
|
],
|
|
795
|
-
"
|
|
796
|
-
"
|
|
711
|
+
"name": "Starter",
|
|
712
|
+
"description": "For individuals and small projects.",
|
|
797
713
|
"action": {
|
|
798
|
-
"
|
|
799
|
-
"
|
|
714
|
+
"label": "Get Started",
|
|
715
|
+
"href": "#"
|
|
800
716
|
},
|
|
801
|
-
"
|
|
717
|
+
"highlighted": false
|
|
802
718
|
},
|
|
803
719
|
{
|
|
720
|
+
"badge": "Most Popular",
|
|
721
|
+
"price": "$49",
|
|
722
|
+
"highlighted": true,
|
|
804
723
|
"features": [
|
|
805
724
|
"Unlimited projects",
|
|
806
725
|
"Priority support",
|
|
807
726
|
"Advanced analytics",
|
|
808
727
|
"Custom domains"
|
|
809
728
|
],
|
|
810
|
-
"description": "For growing teams that need more power.",
|
|
811
|
-
"highlighted": true,
|
|
812
|
-
"price": "$49",
|
|
813
729
|
"action": {
|
|
814
|
-
"
|
|
815
|
-
"
|
|
730
|
+
"label": "Start Trial",
|
|
731
|
+
"href": "#"
|
|
816
732
|
},
|
|
817
733
|
"name": "Pro",
|
|
818
|
-
"
|
|
819
|
-
"badge": "Most Popular"
|
|
734
|
+
"description": "For growing teams that need more power."
|
|
820
735
|
},
|
|
821
736
|
{
|
|
822
|
-
"
|
|
823
|
-
"name": "Enterprise",
|
|
824
|
-
"description": "For organizations with advanced needs.",
|
|
737
|
+
"price": "Custom",
|
|
825
738
|
"action": {
|
|
826
|
-
"
|
|
827
|
-
"
|
|
739
|
+
"href": "#",
|
|
740
|
+
"label": "Contact Sales"
|
|
828
741
|
},
|
|
829
|
-
"
|
|
830
|
-
"highlighted": false,
|
|
742
|
+
"name": "Enterprise",
|
|
831
743
|
"features": [
|
|
832
744
|
"Dedicated infra",
|
|
833
745
|
"SLA guarantee",
|
|
@@ -835,17 +747,14 @@
|
|
|
835
747
|
"Audit logs",
|
|
836
748
|
"Custom contracts"
|
|
837
749
|
],
|
|
838
|
-
"badge": ""
|
|
750
|
+
"badge": "",
|
|
751
|
+
"description": "For organizations with advanced needs.",
|
|
752
|
+
"highlighted": false
|
|
839
753
|
}
|
|
840
754
|
],
|
|
841
755
|
"items": {
|
|
842
756
|
"type": "object",
|
|
843
757
|
"properties": {
|
|
844
|
-
"name": {
|
|
845
|
-
"name": "name",
|
|
846
|
-
"type": "string",
|
|
847
|
-
"required": true
|
|
848
|
-
},
|
|
849
758
|
"features": {
|
|
850
759
|
"name": "features",
|
|
851
760
|
"type": "array",
|
|
@@ -859,26 +768,21 @@
|
|
|
859
768
|
"type": "object",
|
|
860
769
|
"required": true,
|
|
861
770
|
"properties": {
|
|
862
|
-
"
|
|
863
|
-
"name": "
|
|
771
|
+
"href": {
|
|
772
|
+
"name": "href",
|
|
864
773
|
"type": "string",
|
|
865
774
|
"required": true
|
|
866
775
|
},
|
|
867
|
-
"
|
|
868
|
-
"name": "
|
|
776
|
+
"label": {
|
|
777
|
+
"name": "label",
|
|
869
778
|
"type": "string",
|
|
870
779
|
"required": true
|
|
871
|
-
}
|
|
872
|
-
}
|
|
873
|
-
},
|
|
874
|
-
"price": {
|
|
875
|
-
"name": "price",
|
|
876
|
-
"type": "string",
|
|
877
|
-
"required": true
|
|
780
|
+
}
|
|
781
|
+
}
|
|
878
782
|
},
|
|
879
|
-
"
|
|
880
|
-
"name": "
|
|
881
|
-
"type": "
|
|
783
|
+
"highlighted": {
|
|
784
|
+
"name": "highlighted",
|
|
785
|
+
"type": "boolean",
|
|
882
786
|
"required": false
|
|
883
787
|
},
|
|
884
788
|
"badge": {
|
|
@@ -886,10 +790,15 @@
|
|
|
886
790
|
"type": "string",
|
|
887
791
|
"required": false
|
|
888
792
|
},
|
|
889
|
-
"
|
|
890
|
-
"name": "
|
|
891
|
-
"type": "
|
|
892
|
-
"required":
|
|
793
|
+
"name": {
|
|
794
|
+
"name": "name",
|
|
795
|
+
"type": "string",
|
|
796
|
+
"required": true
|
|
797
|
+
},
|
|
798
|
+
"price": {
|
|
799
|
+
"name": "price",
|
|
800
|
+
"type": "string",
|
|
801
|
+
"required": true
|
|
893
802
|
},
|
|
894
803
|
"description": {
|
|
895
804
|
"name": "description",
|
|
@@ -906,73 +815,155 @@
|
|
|
906
815
|
"href": "/contact"
|
|
907
816
|
},
|
|
908
817
|
"properties": {
|
|
909
|
-
"
|
|
910
|
-
"name": "
|
|
818
|
+
"href": {
|
|
819
|
+
"name": "href",
|
|
911
820
|
"type": "string",
|
|
912
821
|
"required": true
|
|
913
822
|
},
|
|
914
|
-
"
|
|
915
|
-
"name": "
|
|
823
|
+
"label": {
|
|
824
|
+
"name": "label",
|
|
916
825
|
"type": "string",
|
|
917
826
|
"required": true
|
|
918
827
|
}
|
|
919
828
|
}
|
|
920
829
|
},
|
|
921
|
-
"heroSubtitle": {
|
|
922
|
-
"type": "string",
|
|
923
|
-
"default": "Start free, scale as you grow."
|
|
924
|
-
},
|
|
925
|
-
"footerCopyright": {
|
|
926
|
-
"type": "string",
|
|
927
|
-
"default": "© 2026 Almadar. All rights reserved."
|
|
928
|
-
},
|
|
929
|
-
"heroTitle": {
|
|
930
|
-
"type": "string",
|
|
931
|
-
"default": "Simple, transparent pricing"
|
|
932
|
-
},
|
|
933
830
|
"faq": {
|
|
934
831
|
"type": "[FaqItem]",
|
|
935
832
|
"default": [
|
|
936
833
|
{
|
|
937
834
|
"content": "Yes, you can upgrade or downgrade at any time.",
|
|
938
|
-
"
|
|
939
|
-
"
|
|
835
|
+
"id": "plan-changes",
|
|
836
|
+
"title": "Can I change plans later?"
|
|
940
837
|
},
|
|
941
838
|
{
|
|
942
|
-
"
|
|
839
|
+
"content": "Yes, every paid plan includes a 14-day free trial.",
|
|
943
840
|
"title": "Is there a free trial?",
|
|
944
|
-
"
|
|
841
|
+
"id": "free-trial"
|
|
945
842
|
},
|
|
946
843
|
{
|
|
947
|
-
"
|
|
844
|
+
"content": "We accept all major credit cards and wire transfers for Enterprise.",
|
|
948
845
|
"id": "payment-methods",
|
|
949
|
-
"
|
|
846
|
+
"title": "What payment methods do you accept?"
|
|
950
847
|
}
|
|
951
848
|
],
|
|
952
849
|
"items": {
|
|
953
850
|
"type": "object",
|
|
954
851
|
"properties": {
|
|
955
|
-
"
|
|
956
|
-
"name": "
|
|
852
|
+
"id": {
|
|
853
|
+
"name": "id",
|
|
957
854
|
"type": "string",
|
|
958
855
|
"required": true
|
|
959
856
|
},
|
|
960
|
-
"
|
|
961
|
-
"name": "
|
|
857
|
+
"title": {
|
|
858
|
+
"name": "title",
|
|
962
859
|
"type": "string",
|
|
963
860
|
"required": true
|
|
964
861
|
},
|
|
862
|
+
"content": {
|
|
863
|
+
"name": "content",
|
|
864
|
+
"type": "string",
|
|
865
|
+
"required": true
|
|
866
|
+
}
|
|
867
|
+
}
|
|
868
|
+
}
|
|
869
|
+
},
|
|
870
|
+
"footerColumns": {
|
|
871
|
+
"type": "[FooterColumn]",
|
|
872
|
+
"default": [
|
|
873
|
+
{
|
|
874
|
+
"title": "Product",
|
|
875
|
+
"items": [
|
|
876
|
+
{
|
|
877
|
+
"label": "Features",
|
|
878
|
+
"href": "#"
|
|
879
|
+
},
|
|
880
|
+
{
|
|
881
|
+
"href": "#",
|
|
882
|
+
"label": "Pricing"
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
"label": "Changelog",
|
|
886
|
+
"href": "#"
|
|
887
|
+
}
|
|
888
|
+
]
|
|
889
|
+
},
|
|
890
|
+
{
|
|
891
|
+
"items": [
|
|
892
|
+
{
|
|
893
|
+
"href": "#",
|
|
894
|
+
"label": "About"
|
|
895
|
+
},
|
|
896
|
+
{
|
|
897
|
+
"href": "#",
|
|
898
|
+
"label": "Careers"
|
|
899
|
+
},
|
|
900
|
+
{
|
|
901
|
+
"label": "Blog",
|
|
902
|
+
"href": "#"
|
|
903
|
+
}
|
|
904
|
+
],
|
|
905
|
+
"title": "Company"
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
"title": "Resources",
|
|
909
|
+
"items": [
|
|
910
|
+
{
|
|
911
|
+
"href": "#",
|
|
912
|
+
"label": "Docs"
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
"label": "Community",
|
|
916
|
+
"href": "#"
|
|
917
|
+
},
|
|
918
|
+
{
|
|
919
|
+
"label": "Support",
|
|
920
|
+
"href": "#"
|
|
921
|
+
}
|
|
922
|
+
]
|
|
923
|
+
}
|
|
924
|
+
],
|
|
925
|
+
"items": {
|
|
926
|
+
"type": "object",
|
|
927
|
+
"properties": {
|
|
965
928
|
"title": {
|
|
966
929
|
"name": "title",
|
|
967
930
|
"type": "string",
|
|
968
931
|
"required": true
|
|
932
|
+
},
|
|
933
|
+
"items": {
|
|
934
|
+
"name": "items",
|
|
935
|
+
"type": "array",
|
|
936
|
+
"required": false,
|
|
937
|
+
"items": {
|
|
938
|
+
"type": "object",
|
|
939
|
+
"properties": {
|
|
940
|
+
"label": {
|
|
941
|
+
"name": "label",
|
|
942
|
+
"type": "string",
|
|
943
|
+
"required": true
|
|
944
|
+
},
|
|
945
|
+
"href": {
|
|
946
|
+
"name": "href",
|
|
947
|
+
"type": "string",
|
|
948
|
+
"required": true
|
|
949
|
+
}
|
|
950
|
+
}
|
|
951
|
+
}
|
|
969
952
|
}
|
|
970
953
|
}
|
|
971
954
|
}
|
|
972
955
|
},
|
|
956
|
+
"heroSubtitle": {
|
|
957
|
+
"type": "string",
|
|
958
|
+
"default": "Start free, scale as you grow."
|
|
959
|
+
},
|
|
973
960
|
"ctaSubtitle": {
|
|
974
961
|
"type": "string",
|
|
975
962
|
"default": "Our team is here to help you find the right plan."
|
|
963
|
+
},
|
|
964
|
+
"footerCopyright": {
|
|
965
|
+
"type": "string",
|
|
966
|
+
"default": "© 2026 Almadar. All rights reserved."
|
|
976
967
|
}
|
|
977
968
|
},
|
|
978
969
|
"scope": "instance"
|
|
@@ -1008,33 +999,33 @@
|
|
|
1008
999
|
"children": [
|
|
1009
1000
|
{
|
|
1010
1001
|
"align": "center",
|
|
1011
|
-
"type": "hero-section",
|
|
1012
|
-
"background": "subtle",
|
|
1013
1002
|
"subtitle": "@config.heroSubtitle",
|
|
1014
|
-
"
|
|
1003
|
+
"type": "hero-section",
|
|
1004
|
+
"title": "@config.heroTitle",
|
|
1005
|
+
"background": "subtle"
|
|
1015
1006
|
},
|
|
1016
1007
|
{
|
|
1017
|
-
"children": "@config.articles[0].content",
|
|
1018
1008
|
"type": "article-section",
|
|
1019
|
-
"title": "@config.articles[0].title"
|
|
1009
|
+
"title": "@config.articles[0].title",
|
|
1010
|
+
"children": "@config.articles[0].content"
|
|
1020
1011
|
},
|
|
1021
1012
|
{
|
|
1022
|
-
"title": "@config.articles[1].title",
|
|
1023
1013
|
"type": "article-section",
|
|
1014
|
+
"title": "@config.articles[1].title",
|
|
1024
1015
|
"children": "@config.articles[1].content"
|
|
1025
1016
|
},
|
|
1026
1017
|
{
|
|
1027
1018
|
"title": "@config.articles[2].title",
|
|
1028
|
-
"
|
|
1029
|
-
"
|
|
1019
|
+
"type": "article-section",
|
|
1020
|
+
"children": "@config.articles[2].content"
|
|
1030
1021
|
},
|
|
1031
1022
|
{
|
|
1032
1023
|
"type": "team-organism",
|
|
1033
1024
|
"entity": "@config.team"
|
|
1034
1025
|
},
|
|
1035
1026
|
{
|
|
1036
|
-
"
|
|
1037
|
-
"
|
|
1027
|
+
"entity": "@config.caseStudies",
|
|
1028
|
+
"type": "case-study-organism"
|
|
1038
1029
|
},
|
|
1039
1030
|
{
|
|
1040
1031
|
"type": "cta-banner",
|
|
@@ -1042,8 +1033,8 @@
|
|
|
1042
1033
|
"title": "@config.ctaTitle"
|
|
1043
1034
|
},
|
|
1044
1035
|
{
|
|
1045
|
-
"columns": "@config.footerColumns",
|
|
1046
1036
|
"copyright": "@config.footerCopyright",
|
|
1037
|
+
"columns": "@config.footerColumns",
|
|
1047
1038
|
"type": "marketing-footer"
|
|
1048
1039
|
}
|
|
1049
1040
|
],
|
|
@@ -1056,77 +1047,77 @@
|
|
|
1056
1047
|
]
|
|
1057
1048
|
},
|
|
1058
1049
|
"config": {
|
|
1059
|
-
"
|
|
1050
|
+
"heroSubtitle": {
|
|
1060
1051
|
"type": "string",
|
|
1061
|
-
"default": "
|
|
1052
|
+
"default": "We're building the future of software creation."
|
|
1062
1053
|
},
|
|
1063
|
-
"
|
|
1064
|
-
"type": "
|
|
1065
|
-
"default":
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
{
|
|
1071
|
-
"
|
|
1072
|
-
"
|
|
1054
|
+
"ctaAction": {
|
|
1055
|
+
"type": "ActionCard",
|
|
1056
|
+
"default": {
|
|
1057
|
+
"href": "/careers",
|
|
1058
|
+
"label": "View Open Roles"
|
|
1059
|
+
},
|
|
1060
|
+
"properties": {
|
|
1061
|
+
"label": {
|
|
1062
|
+
"name": "label",
|
|
1063
|
+
"type": "string",
|
|
1064
|
+
"required": true
|
|
1073
1065
|
},
|
|
1074
|
-
{
|
|
1075
|
-
"
|
|
1076
|
-
"
|
|
1077
|
-
|
|
1078
|
-
],
|
|
1079
|
-
"items": {
|
|
1080
|
-
"type": "object",
|
|
1081
|
-
"properties": {
|
|
1082
|
-
"title": {
|
|
1083
|
-
"name": "title",
|
|
1084
|
-
"type": "string",
|
|
1085
|
-
"required": true
|
|
1086
|
-
},
|
|
1087
|
-
"content": {
|
|
1088
|
-
"name": "content",
|
|
1089
|
-
"type": "string",
|
|
1090
|
-
"required": true
|
|
1091
|
-
}
|
|
1066
|
+
"href": {
|
|
1067
|
+
"name": "href",
|
|
1068
|
+
"type": "string",
|
|
1069
|
+
"required": true
|
|
1092
1070
|
}
|
|
1093
1071
|
}
|
|
1094
1072
|
},
|
|
1073
|
+
"heroTitle": {
|
|
1074
|
+
"type": "string",
|
|
1075
|
+
"default": "About Almadar"
|
|
1076
|
+
},
|
|
1077
|
+
"footerCopyright": {
|
|
1078
|
+
"type": "string",
|
|
1079
|
+
"default": "© 2026 Almadar. All rights reserved."
|
|
1080
|
+
},
|
|
1095
1081
|
"team": {
|
|
1096
1082
|
"type": "[TeamMemberCard]",
|
|
1097
1083
|
"default": [
|
|
1098
1084
|
{
|
|
1099
|
-
"avatar": "",
|
|
1100
1085
|
"bio": "Former VP Engineering at BigTech. Obsessed with developer experience.",
|
|
1086
|
+
"nameAr": "",
|
|
1087
|
+
"id": "1",
|
|
1101
1088
|
"name": "Jane Doe",
|
|
1102
1089
|
"role": "CEO",
|
|
1103
|
-
"
|
|
1104
|
-
"nameAr": ""
|
|
1090
|
+
"avatar": ""
|
|
1105
1091
|
},
|
|
1106
1092
|
{
|
|
1107
|
-
"avatar": "",
|
|
1108
|
-
"nameAr": "",
|
|
1109
1093
|
"name": "John Smith",
|
|
1094
|
+
"nameAr": "",
|
|
1110
1095
|
"id": "2",
|
|
1111
1096
|
"role": "CTO",
|
|
1097
|
+
"avatar": "",
|
|
1112
1098
|
"bio": "Built distributed systems at scale for a decade."
|
|
1113
1099
|
},
|
|
1114
1100
|
{
|
|
1115
|
-
"avatar": "",
|
|
1116
|
-
"nameAr": "",
|
|
1117
1101
|
"id": "3",
|
|
1118
|
-
"name": "Alice Chen",
|
|
1119
1102
|
"role": "Head of Design",
|
|
1120
|
-
"
|
|
1103
|
+
"nameAr": "",
|
|
1104
|
+
"name": "Alice Chen",
|
|
1105
|
+
"bio": "Believes great design is invisible.",
|
|
1106
|
+
"avatar": ""
|
|
1121
1107
|
}
|
|
1122
1108
|
],
|
|
1123
1109
|
"items": {
|
|
1124
1110
|
"type": "object",
|
|
1125
1111
|
"properties": {
|
|
1126
|
-
"
|
|
1127
|
-
"name": "
|
|
1112
|
+
"name": {
|
|
1113
|
+
"name": "name",
|
|
1128
1114
|
"type": "string",
|
|
1129
|
-
"required":
|
|
1115
|
+
"required": true
|
|
1116
|
+
},
|
|
1117
|
+
"role": {
|
|
1118
|
+
"name": "role",
|
|
1119
|
+
"type": "string",
|
|
1120
|
+
"required": true
|
|
1130
1121
|
},
|
|
1131
1122
|
"nameAr": {
|
|
1132
1123
|
"name": "nameAr",
|
|
@@ -1138,18 +1129,45 @@
|
|
|
1138
1129
|
"type": "string",
|
|
1139
1130
|
"required": true
|
|
1140
1131
|
},
|
|
1132
|
+
"avatar": {
|
|
1133
|
+
"name": "avatar",
|
|
1134
|
+
"type": "string",
|
|
1135
|
+
"required": false
|
|
1136
|
+
},
|
|
1141
1137
|
"id": {
|
|
1142
1138
|
"name": "id",
|
|
1143
1139
|
"type": "string",
|
|
1144
1140
|
"required": false
|
|
1145
|
-
}
|
|
1146
|
-
|
|
1147
|
-
|
|
1141
|
+
}
|
|
1142
|
+
}
|
|
1143
|
+
}
|
|
1144
|
+
},
|
|
1145
|
+
"articles": {
|
|
1146
|
+
"type": "[ArticleCard]",
|
|
1147
|
+
"default": [
|
|
1148
|
+
{
|
|
1149
|
+
"content": "Almadar started with a simple belief: everyone should be able to build software.",
|
|
1150
|
+
"title": "Our Story"
|
|
1151
|
+
},
|
|
1152
|
+
{
|
|
1153
|
+
"title": "Our Mission",
|
|
1154
|
+
"content": "We exist to democratize software creation through natural language and AI."
|
|
1155
|
+
},
|
|
1156
|
+
{
|
|
1157
|
+
"title": "Our Values",
|
|
1158
|
+
"content": "Speed, simplicity, and developer joy guide every decision we make."
|
|
1159
|
+
}
|
|
1160
|
+
],
|
|
1161
|
+
"items": {
|
|
1162
|
+
"type": "object",
|
|
1163
|
+
"properties": {
|
|
1164
|
+
"content": {
|
|
1165
|
+
"name": "content",
|
|
1148
1166
|
"type": "string",
|
|
1149
1167
|
"required": true
|
|
1150
1168
|
},
|
|
1151
|
-
"
|
|
1152
|
-
"name": "
|
|
1169
|
+
"title": {
|
|
1170
|
+
"name": "title",
|
|
1153
1171
|
"type": "string",
|
|
1154
1172
|
"required": true
|
|
1155
1173
|
}
|
|
@@ -1160,22 +1178,22 @@
|
|
|
1160
1178
|
"type": "[CaseStudyCard]",
|
|
1161
1179
|
"default": [
|
|
1162
1180
|
{
|
|
1163
|
-
"
|
|
1164
|
-
"id": "1",
|
|
1181
|
+
"linkLabel": "Read story",
|
|
1165
1182
|
"description": "How Acme scaled from 1K to 1M users in 6 months.",
|
|
1166
|
-
"
|
|
1167
|
-
"href": "#",
|
|
1183
|
+
"id": "1",
|
|
1168
1184
|
"category": "SaaS",
|
|
1169
|
-
"
|
|
1185
|
+
"href": "#",
|
|
1186
|
+
"categoryColor": "",
|
|
1187
|
+
"title": "Acme Corp"
|
|
1170
1188
|
},
|
|
1171
1189
|
{
|
|
1190
|
+
"category": "Fintech",
|
|
1191
|
+
"title": "Globex",
|
|
1172
1192
|
"categoryColor": "",
|
|
1173
|
-
"id": "2",
|
|
1174
1193
|
"href": "#",
|
|
1175
1194
|
"linkLabel": "Read story",
|
|
1176
|
-
"
|
|
1177
|
-
"
|
|
1178
|
-
"category": "Fintech"
|
|
1195
|
+
"id": "2",
|
|
1196
|
+
"description": "Globex reduced infrastructure costs by 70%."
|
|
1179
1197
|
}
|
|
1180
1198
|
],
|
|
1181
1199
|
"items": {
|
|
@@ -1186,46 +1204,42 @@
|
|
|
1186
1204
|
"type": "string",
|
|
1187
1205
|
"required": true
|
|
1188
1206
|
},
|
|
1189
|
-
"
|
|
1190
|
-
"name": "
|
|
1207
|
+
"title": {
|
|
1208
|
+
"name": "title",
|
|
1191
1209
|
"type": "string",
|
|
1192
|
-
"required":
|
|
1210
|
+
"required": true
|
|
1193
1211
|
},
|
|
1194
1212
|
"description": {
|
|
1195
1213
|
"name": "description",
|
|
1196
1214
|
"type": "string",
|
|
1197
1215
|
"required": true
|
|
1198
1216
|
},
|
|
1199
|
-
"
|
|
1200
|
-
"name": "
|
|
1217
|
+
"categoryColor": {
|
|
1218
|
+
"name": "categoryColor",
|
|
1201
1219
|
"type": "string",
|
|
1202
|
-
"required":
|
|
1220
|
+
"required": false
|
|
1203
1221
|
},
|
|
1204
1222
|
"category": {
|
|
1205
1223
|
"name": "category",
|
|
1206
1224
|
"type": "string",
|
|
1207
1225
|
"required": true
|
|
1208
1226
|
},
|
|
1209
|
-
"
|
|
1210
|
-
"name": "
|
|
1227
|
+
"linkLabel": {
|
|
1228
|
+
"name": "linkLabel",
|
|
1211
1229
|
"type": "string",
|
|
1212
1230
|
"required": false
|
|
1213
1231
|
},
|
|
1214
|
-
"
|
|
1215
|
-
"name": "
|
|
1232
|
+
"id": {
|
|
1233
|
+
"name": "id",
|
|
1216
1234
|
"type": "string",
|
|
1217
1235
|
"required": false
|
|
1218
1236
|
}
|
|
1219
1237
|
}
|
|
1220
1238
|
}
|
|
1221
1239
|
},
|
|
1222
|
-
"
|
|
1223
|
-
"type": "string",
|
|
1224
|
-
"default": "© 2026 Almadar. All rights reserved."
|
|
1225
|
-
},
|
|
1226
|
-
"heroTitle": {
|
|
1240
|
+
"ctaTitle": {
|
|
1227
1241
|
"type": "string",
|
|
1228
|
-
"default": "
|
|
1242
|
+
"default": "Want to work with us?"
|
|
1229
1243
|
},
|
|
1230
1244
|
"footerColumns": {
|
|
1231
1245
|
"type": "[FooterColumn]",
|
|
@@ -1248,21 +1262,21 @@
|
|
|
1248
1262
|
"title": "Product"
|
|
1249
1263
|
},
|
|
1250
1264
|
{
|
|
1265
|
+
"title": "Company",
|
|
1251
1266
|
"items": [
|
|
1252
1267
|
{
|
|
1253
|
-
"
|
|
1254
|
-
"
|
|
1268
|
+
"href": "#",
|
|
1269
|
+
"label": "About"
|
|
1255
1270
|
},
|
|
1256
1271
|
{
|
|
1257
1272
|
"label": "Careers",
|
|
1258
1273
|
"href": "#"
|
|
1259
1274
|
},
|
|
1260
1275
|
{
|
|
1261
|
-
"
|
|
1262
|
-
"
|
|
1276
|
+
"href": "#",
|
|
1277
|
+
"label": "Blog"
|
|
1263
1278
|
}
|
|
1264
|
-
]
|
|
1265
|
-
"title": "Company"
|
|
1279
|
+
]
|
|
1266
1280
|
},
|
|
1267
1281
|
{
|
|
1268
1282
|
"title": "Resources",
|
|
@@ -1276,8 +1290,8 @@
|
|
|
1276
1290
|
"href": "#"
|
|
1277
1291
|
},
|
|
1278
1292
|
{
|
|
1279
|
-
"
|
|
1280
|
-
"
|
|
1293
|
+
"label": "Support",
|
|
1294
|
+
"href": "#"
|
|
1281
1295
|
}
|
|
1282
1296
|
]
|
|
1283
1297
|
}
|
|
@@ -1285,11 +1299,6 @@
|
|
|
1285
1299
|
"items": {
|
|
1286
1300
|
"type": "object",
|
|
1287
1301
|
"properties": {
|
|
1288
|
-
"title": {
|
|
1289
|
-
"name": "title",
|
|
1290
|
-
"type": "string",
|
|
1291
|
-
"required": true
|
|
1292
|
-
},
|
|
1293
1302
|
"items": {
|
|
1294
1303
|
"name": "items",
|
|
1295
1304
|
"type": "array",
|
|
@@ -1309,32 +1318,14 @@
|
|
|
1309
1318
|
}
|
|
1310
1319
|
}
|
|
1311
1320
|
}
|
|
1321
|
+
},
|
|
1322
|
+
"title": {
|
|
1323
|
+
"name": "title",
|
|
1324
|
+
"type": "string",
|
|
1325
|
+
"required": true
|
|
1312
1326
|
}
|
|
1313
1327
|
}
|
|
1314
1328
|
}
|
|
1315
|
-
},
|
|
1316
|
-
"ctaAction": {
|
|
1317
|
-
"type": "ActionCard",
|
|
1318
|
-
"default": {
|
|
1319
|
-
"href": "/careers",
|
|
1320
|
-
"label": "View Open Roles"
|
|
1321
|
-
},
|
|
1322
|
-
"properties": {
|
|
1323
|
-
"label": {
|
|
1324
|
-
"name": "label",
|
|
1325
|
-
"type": "string",
|
|
1326
|
-
"required": true
|
|
1327
|
-
},
|
|
1328
|
-
"href": {
|
|
1329
|
-
"name": "href",
|
|
1330
|
-
"type": "string",
|
|
1331
|
-
"required": true
|
|
1332
|
-
}
|
|
1333
|
-
}
|
|
1334
|
-
},
|
|
1335
|
-
"heroSubtitle": {
|
|
1336
|
-
"type": "string",
|
|
1337
|
-
"default": "We're building the future of software creation."
|
|
1338
1329
|
}
|
|
1339
1330
|
},
|
|
1340
1331
|
"scope": "instance"
|
|
@@ -1366,8 +1357,8 @@
|
|
|
1366
1357
|
"render-ui",
|
|
1367
1358
|
"main",
|
|
1368
1359
|
{
|
|
1369
|
-
"type": "stack",
|
|
1370
1360
|
"direction": "vertical",
|
|
1361
|
+
"type": "stack",
|
|
1371
1362
|
"gap": "none",
|
|
1372
1363
|
"children": [
|
|
1373
1364
|
{
|
|
@@ -1378,38 +1369,38 @@
|
|
|
1378
1369
|
"title": "@config.heroTitle"
|
|
1379
1370
|
},
|
|
1380
1371
|
{
|
|
1381
|
-
"bullets": "@config.sections[0].bullets",
|
|
1382
|
-
"image": "@config.sections[0].image",
|
|
1383
|
-
"title": "@config.sections[0].title",
|
|
1384
|
-
"imagePosition": "@config.sections[0].imagePosition",
|
|
1385
1372
|
"type": "split-section",
|
|
1386
|
-
"
|
|
1373
|
+
"title": "@config.sections[0].title",
|
|
1374
|
+
"image": "@config.sections[0].image",
|
|
1375
|
+
"bullets": "@config.sections[0].bullets",
|
|
1376
|
+
"description": "@config.sections[0].description",
|
|
1377
|
+
"imagePosition": "@config.sections[0].imagePosition"
|
|
1387
1378
|
},
|
|
1388
1379
|
{
|
|
1380
|
+
"image": "@config.sections[1].image",
|
|
1389
1381
|
"imagePosition": "@config.sections[1].imagePosition",
|
|
1390
|
-
"
|
|
1382
|
+
"description": "@config.sections[1].description",
|
|
1391
1383
|
"type": "split-section",
|
|
1392
|
-
"
|
|
1393
|
-
"bullets": "@config.sections[1].bullets"
|
|
1394
|
-
"description": "@config.sections[1].description"
|
|
1384
|
+
"title": "@config.sections[1].title",
|
|
1385
|
+
"bullets": "@config.sections[1].bullets"
|
|
1395
1386
|
},
|
|
1396
1387
|
{
|
|
1397
|
-
"description": "@config.sections[2].description",
|
|
1398
|
-
"imagePosition": "@config.sections[2].imagePosition",
|
|
1399
1388
|
"title": "@config.sections[2].title",
|
|
1400
|
-
"
|
|
1389
|
+
"imagePosition": "@config.sections[2].imagePosition",
|
|
1401
1390
|
"type": "split-section",
|
|
1402
|
-
"image": "@config.sections[2].image"
|
|
1391
|
+
"image": "@config.sections[2].image",
|
|
1392
|
+
"description": "@config.sections[2].description",
|
|
1393
|
+
"bullets": "@config.sections[2].bullets"
|
|
1403
1394
|
},
|
|
1404
1395
|
{
|
|
1405
|
-
"
|
|
1396
|
+
"title": "@config.ctaTitle",
|
|
1406
1397
|
"type": "cta-banner",
|
|
1407
|
-
"
|
|
1398
|
+
"primaryAction": "@config.ctaAction"
|
|
1408
1399
|
},
|
|
1409
1400
|
{
|
|
1410
|
-
"
|
|
1401
|
+
"copyright": "@config.footerCopyright",
|
|
1411
1402
|
"type": "marketing-footer",
|
|
1412
|
-
"
|
|
1403
|
+
"columns": "@config.footerColumns"
|
|
1413
1404
|
}
|
|
1414
1405
|
]
|
|
1415
1406
|
}
|
|
@@ -1419,78 +1410,101 @@
|
|
|
1419
1410
|
]
|
|
1420
1411
|
},
|
|
1421
1412
|
"config": {
|
|
1422
|
-
"
|
|
1423
|
-
"type": "
|
|
1424
|
-
"default":
|
|
1413
|
+
"ctaAction": {
|
|
1414
|
+
"type": "ActionCard",
|
|
1415
|
+
"default": {
|
|
1416
|
+
"label": "Get Started",
|
|
1417
|
+
"href": "/signup"
|
|
1418
|
+
},
|
|
1419
|
+
"properties": {
|
|
1420
|
+
"href": {
|
|
1421
|
+
"name": "href",
|
|
1422
|
+
"type": "string",
|
|
1423
|
+
"required": true
|
|
1424
|
+
},
|
|
1425
|
+
"label": {
|
|
1426
|
+
"name": "label",
|
|
1427
|
+
"type": "string",
|
|
1428
|
+
"required": true
|
|
1429
|
+
}
|
|
1430
|
+
}
|
|
1425
1431
|
},
|
|
1426
1432
|
"sections": {
|
|
1427
1433
|
"type": "[SectionCard]",
|
|
1428
1434
|
"default": [
|
|
1429
1435
|
{
|
|
1430
|
-
"description": "Describe what you want. Almadar translates your words into a complete application schema.",
|
|
1431
1436
|
"image": {
|
|
1432
|
-
"
|
|
1433
|
-
"
|
|
1437
|
+
"src": "",
|
|
1438
|
+
"alt": "Design interface"
|
|
1434
1439
|
},
|
|
1435
|
-
"imagePosition": "right",
|
|
1436
|
-
"title": "Design in Natural Language",
|
|
1437
1440
|
"bullets": [
|
|
1438
1441
|
"No-code visual editor",
|
|
1439
1442
|
"AI-assisted schema generation",
|
|
1440
1443
|
"Real-time preview"
|
|
1441
|
-
]
|
|
1444
|
+
],
|
|
1445
|
+
"imagePosition": "right",
|
|
1446
|
+
"title": "Design in Natural Language",
|
|
1447
|
+
"description": "Describe what you want. Almadar translates your words into a complete application schema."
|
|
1442
1448
|
},
|
|
1443
1449
|
{
|
|
1444
1450
|
"title": "Full-Stack Generation",
|
|
1445
|
-
"description": "Get a production-ready TypeScript backend and React frontend in seconds.",
|
|
1446
|
-
"image": {
|
|
1447
|
-
"alt": "Generated code",
|
|
1448
|
-
"src": ""
|
|
1449
|
-
},
|
|
1450
|
-
"imagePosition": "left",
|
|
1451
1451
|
"bullets": [
|
|
1452
1452
|
"Type-safe APIs",
|
|
1453
1453
|
"Auto-generated database schema",
|
|
1454
1454
|
"Instant deployments"
|
|
1455
|
-
]
|
|
1455
|
+
],
|
|
1456
|
+
"imagePosition": "left",
|
|
1457
|
+
"description": "Get a production-ready TypeScript backend and React frontend in seconds.",
|
|
1458
|
+
"image": {
|
|
1459
|
+
"alt": "Generated code",
|
|
1460
|
+
"src": ""
|
|
1461
|
+
}
|
|
1456
1462
|
},
|
|
1457
1463
|
{
|
|
1458
|
-
"title": "Enterprise-Grade Security",
|
|
1459
|
-
"image": {
|
|
1460
|
-
"src": "",
|
|
1461
|
-
"alt": "Security dashboard"
|
|
1462
|
-
},
|
|
1463
|
-
"description": "Built-in auth, audit logs, and compliance from day one.",
|
|
1464
1464
|
"imagePosition": "right",
|
|
1465
1465
|
"bullets": [
|
|
1466
1466
|
"SOC-2 ready",
|
|
1467
1467
|
"RBAC & SSO",
|
|
1468
1468
|
"End-to-end encryption"
|
|
1469
|
-
]
|
|
1469
|
+
],
|
|
1470
|
+
"description": "Built-in auth, audit logs, and compliance from day one.",
|
|
1471
|
+
"title": "Enterprise-Grade Security",
|
|
1472
|
+
"image": {
|
|
1473
|
+
"src": "",
|
|
1474
|
+
"alt": "Security dashboard"
|
|
1475
|
+
}
|
|
1470
1476
|
}
|
|
1471
1477
|
],
|
|
1472
1478
|
"items": {
|
|
1473
1479
|
"type": "object",
|
|
1474
1480
|
"properties": {
|
|
1475
|
-
"
|
|
1476
|
-
"name": "
|
|
1481
|
+
"bullets": {
|
|
1482
|
+
"name": "bullets",
|
|
1483
|
+
"type": "array",
|
|
1484
|
+
"required": true,
|
|
1485
|
+
"items": {
|
|
1486
|
+
"type": "string"
|
|
1487
|
+
}
|
|
1488
|
+
},
|
|
1489
|
+
"title": {
|
|
1490
|
+
"name": "title",
|
|
1477
1491
|
"type": "string",
|
|
1478
|
-
"required":
|
|
1492
|
+
"required": true
|
|
1479
1493
|
},
|
|
1480
1494
|
"image": {
|
|
1481
1495
|
"name": "image",
|
|
1482
1496
|
"type": "object",
|
|
1483
|
-
"required":
|
|
1497
|
+
"required": true,
|
|
1484
1498
|
"properties": {
|
|
1485
1499
|
"alt": {
|
|
1486
1500
|
"name": "alt",
|
|
1487
1501
|
"type": "string",
|
|
1488
|
-
"required":
|
|
1502
|
+
"required": true
|
|
1489
1503
|
},
|
|
1490
1504
|
"src": {
|
|
1491
1505
|
"name": "src",
|
|
1492
1506
|
"type": "string",
|
|
1493
|
-
"required":
|
|
1507
|
+
"required": true
|
|
1494
1508
|
}
|
|
1495
1509
|
}
|
|
1496
1510
|
},
|
|
@@ -1499,26 +1513,18 @@
|
|
|
1499
1513
|
"type": "string",
|
|
1500
1514
|
"required": true
|
|
1501
1515
|
},
|
|
1502
|
-
"
|
|
1503
|
-
"name": "
|
|
1516
|
+
"imagePosition": {
|
|
1517
|
+
"name": "imagePosition",
|
|
1504
1518
|
"type": "string",
|
|
1505
|
-
"required": true
|
|
1506
|
-
},
|
|
1507
|
-
"bullets": {
|
|
1508
|
-
"name": "bullets",
|
|
1509
|
-
"type": "array",
|
|
1510
1519
|
"required": false,
|
|
1511
|
-
"
|
|
1512
|
-
"
|
|
1513
|
-
|
|
1520
|
+
"values": [
|
|
1521
|
+
"left",
|
|
1522
|
+
"right"
|
|
1523
|
+
]
|
|
1514
1524
|
}
|
|
1515
1525
|
}
|
|
1516
1526
|
}
|
|
1517
1527
|
},
|
|
1518
|
-
"heroSubtitle": {
|
|
1519
|
-
"type": "string",
|
|
1520
|
-
"default": "From design to deployment, Almadar handles the entire stack."
|
|
1521
|
-
},
|
|
1522
1528
|
"footerColumns": {
|
|
1523
1529
|
"type": "[FooterColumn]",
|
|
1524
1530
|
"default": [
|
|
@@ -1540,7 +1546,6 @@
|
|
|
1540
1546
|
]
|
|
1541
1547
|
},
|
|
1542
1548
|
{
|
|
1543
|
-
"title": "Company",
|
|
1544
1549
|
"items": [
|
|
1545
1550
|
{
|
|
1546
1551
|
"label": "About",
|
|
@@ -1554,7 +1559,8 @@
|
|
|
1554
1559
|
"label": "Blog",
|
|
1555
1560
|
"href": "#"
|
|
1556
1561
|
}
|
|
1557
|
-
]
|
|
1562
|
+
],
|
|
1563
|
+
"title": "Company"
|
|
1558
1564
|
},
|
|
1559
1565
|
{
|
|
1560
1566
|
"items": [
|
|
@@ -1577,11 +1583,6 @@
|
|
|
1577
1583
|
"items": {
|
|
1578
1584
|
"type": "object",
|
|
1579
1585
|
"properties": {
|
|
1580
|
-
"title": {
|
|
1581
|
-
"name": "title",
|
|
1582
|
-
"type": "string",
|
|
1583
|
-
"required": true
|
|
1584
|
-
},
|
|
1585
1586
|
"items": {
|
|
1586
1587
|
"name": "items",
|
|
1587
1588
|
"type": "array",
|
|
@@ -1589,48 +1590,42 @@
|
|
|
1589
1590
|
"items": {
|
|
1590
1591
|
"type": "object",
|
|
1591
1592
|
"properties": {
|
|
1592
|
-
"
|
|
1593
|
-
"name": "
|
|
1593
|
+
"href": {
|
|
1594
|
+
"name": "href",
|
|
1594
1595
|
"type": "string",
|
|
1595
1596
|
"required": true
|
|
1596
1597
|
},
|
|
1597
|
-
"
|
|
1598
|
-
"name": "
|
|
1598
|
+
"label": {
|
|
1599
|
+
"name": "label",
|
|
1599
1600
|
"type": "string",
|
|
1600
1601
|
"required": true
|
|
1601
1602
|
}
|
|
1602
1603
|
}
|
|
1603
1604
|
}
|
|
1605
|
+
},
|
|
1606
|
+
"title": {
|
|
1607
|
+
"name": "title",
|
|
1608
|
+
"type": "string",
|
|
1609
|
+
"required": true
|
|
1604
1610
|
}
|
|
1605
1611
|
}
|
|
1606
1612
|
}
|
|
1607
1613
|
},
|
|
1608
|
-
"
|
|
1609
|
-
"type": "
|
|
1610
|
-
"default":
|
|
1611
|
-
"href": "/signup",
|
|
1612
|
-
"label": "Get Started"
|
|
1613
|
-
},
|
|
1614
|
-
"properties": {
|
|
1615
|
-
"label": {
|
|
1616
|
-
"name": "label",
|
|
1617
|
-
"type": "string",
|
|
1618
|
-
"required": true
|
|
1619
|
-
},
|
|
1620
|
-
"href": {
|
|
1621
|
-
"name": "href",
|
|
1622
|
-
"type": "string",
|
|
1623
|
-
"required": true
|
|
1624
|
-
}
|
|
1625
|
-
}
|
|
1614
|
+
"heroSubtitle": {
|
|
1615
|
+
"type": "string",
|
|
1616
|
+
"default": "From design to deployment, Almadar handles the entire stack."
|
|
1626
1617
|
},
|
|
1627
|
-
"
|
|
1618
|
+
"ctaTitle": {
|
|
1628
1619
|
"type": "string",
|
|
1629
|
-
"default": "
|
|
1620
|
+
"default": "Ready to experience the future?"
|
|
1630
1621
|
},
|
|
1631
1622
|
"heroTitle": {
|
|
1632
1623
|
"type": "string",
|
|
1633
1624
|
"default": "Everything you need to ship"
|
|
1625
|
+
},
|
|
1626
|
+
"footerCopyright": {
|
|
1627
|
+
"type": "string",
|
|
1628
|
+
"default": "© 2026 Almadar. All rights reserved."
|
|
1634
1629
|
}
|
|
1635
1630
|
},
|
|
1636
1631
|
"scope": "instance"
|