@almadar/std 15.15.2 → 15.15.3

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