@@ -418,7 +418,7 @@ export default function Home({
418
418
< div
419
419
className = { classNames (
420
420
defaultFlexClasses ,
421
- "s-dark dark col-span-8 flex flex-col gap-4"
421
+ "s-dark dark col-span-12 flex flex-col gap-4"
422
422
) }
423
423
>
424
424
< H2 > Pricing</ H2 >
@@ -429,22 +429,41 @@ export default function Home({
429
429
priceLabel = ""
430
430
color = "emerald"
431
431
>
432
- < PriceTable . Item label = "One user" variant = "dash" />
433
- < PriceTable . Item label = "One workspace" variant = "dash" />
434
- < PriceTable . Item label = "Privacy and Data Security" />
435
- < PriceTable . Item label = "Advanced LLM models (GPT-4, Claude, …)" />
436
- < PriceTable . Item label = "Unlimited custom assistants" />
432
+ < PriceTable . Item size = "sm" label = "One user" variant = "dash" />
437
433
< PriceTable . Item
434
+ size = "sm"
435
+ label = "One workspace"
436
+ variant = "dash"
437
+ />
438
+ < PriceTable . Item
439
+ size = "sm"
440
+ label = "Privacy and Data Security"
441
+ />
442
+ < PriceTable . Item
443
+ size = "sm"
444
+ label = "Advanced LLM models (GPT-4, Claude, …)"
445
+ />
446
+ < PriceTable . Item
447
+ size = "sm"
448
+ label = "Unlimited custom assistants"
449
+ />
450
+ < PriceTable . Item
451
+ size = "sm"
438
452
label = "100 messages with Assistants"
439
453
variant = "dash"
440
454
/>
441
455
< PriceTable . Item
456
+ size = "sm"
442
457
label = "50 documents as data sources"
443
458
variant = "dash"
444
459
/>
445
- < PriceTable . Item label = "No connections" variant = "xmark" />
460
+ < PriceTable . Item
461
+ size = "sm"
462
+ label = "No connections"
463
+ variant = "xmark"
464
+ />
446
465
< PriceTable . ActionContainer >
447
- < Button variant = "primary" label = "Start testing" />
466
+ < Button variant = "primary" size = "md" label = "Start testing" />
448
467
</ PriceTable . ActionContainer >
449
468
</ PriceTable >
450
469
@@ -454,48 +473,89 @@ export default function Home({
454
473
color = "sky"
455
474
priceLabel = "/ month / seat"
456
475
>
457
- < PriceTable . Item label = "From 1 user" />
458
- < PriceTable . Item label = "One workspace" variant = "dash" />
459
- < PriceTable . Item label = "Privacy and Data Security" />
460
- < PriceTable . Item label = "Advanced LLM models (GPT-4, Claude, …)" />
461
- < PriceTable . Item label = "Unlimited custom assistants" />
462
- < PriceTable . Item label = "Unlimited messages" />
463
- < PriceTable . Item label = "Up to 1Go/user of data sources" />
476
+ < PriceTable . Item size = "sm" label = "From 1 user" />
477
+ < PriceTable . Item
478
+ size = "sm"
479
+ label = "One workspace"
480
+ variant = "dash"
481
+ />
482
+ < PriceTable . Item
483
+ size = "sm"
484
+ label = "Privacy and Data Security"
485
+ />
486
+ < PriceTable . Item
487
+ size = "sm"
488
+ label = "Advanced LLM models (GPT-4, Claude, …)"
489
+ />
490
+ < PriceTable . Item
491
+ size = "sm"
492
+ label = "Unlimited custom assistants"
493
+ />
494
+ < PriceTable . Item size = "sm" label = "Unlimited messages" />
495
+ < PriceTable . Item
496
+ size = "sm"
497
+ label = "Up to 1Go/user of data sources"
498
+ />
464
499
< PriceTable . Item
465
500
label = "Connections
466
501
(GitHub, Google Drive, Notion, Slack)"
467
502
/>
468
- < PriceTable . Item label = "Single Sign-on (Google, GitHub)" />
469
- < PriceTable . Item label = "Dust Slackbot" />
470
- < PriceTable . Item label = "Assistants can execute actions" />
471
503
< PriceTable . Item
504
+ size = "sm"
505
+ label = "Single Sign-on (Google, GitHub)"
506
+ />
507
+ < PriceTable . Item size = "sm" label = "Dust Slackbot" />
508
+ < PriceTable . Item
509
+ size = "sm"
510
+ label = "Assistants can execute actions"
511
+ />
512
+ < PriceTable . Item
513
+ size = "sm"
472
514
label = "Workspace role and permissions"
473
515
variant = "dash"
474
516
/>
475
517
< PriceTable . ActionContainer >
476
- < Button variant = "primary" label = "Start now" />
518
+ < Button variant = "primary" size = "md" label = "Start now" />
477
519
</ PriceTable . ActionContainer >
478
520
</ PriceTable >
479
521
480
522
< PriceTable title = "Enterprise" price = "Custom" >
481
- < PriceTable . Item label = "From 100 users" />
482
- < PriceTable . Item label = "Multiple workspaces" />
483
- < PriceTable . Item label = "Privacy and Data Security" />
484
- < PriceTable . Item label = "Advanced LLM models (GPT-4, Claude, …)" />
485
- < PriceTable . Item label = "Unlimited custom assistants" />
486
- < PriceTable . Item label = "Unlimited messages" />
487
- < PriceTable . Item label = "Unlimited data sources" />
523
+ < PriceTable . Item size = "sm" label = "From 100 users" />
524
+ < PriceTable . Item size = "sm" label = "Multiple workspaces" />
525
+ < PriceTable . Item
526
+ size = "sm"
527
+ label = "Privacy and Data Security"
528
+ />
529
+ < PriceTable . Item
530
+ size = "sm"
531
+ label = "Advanced LLM models (GPT-4, Claude, …)"
532
+ />
533
+ < PriceTable . Item
534
+ size = "sm"
535
+ label = "Unlimited custom assistants"
536
+ />
537
+ < PriceTable . Item size = "sm" label = "Unlimited messages" />
538
+ < PriceTable . Item size = "sm" label = "Unlimited data sources" />
488
539
< PriceTable . Item
489
540
label = "Connections
490
541
(GitHub, Google Drive, Notion, Slack)"
491
542
/>
492
- < PriceTable . Item label = "Single Sign-on" />
493
- < PriceTable . Item label = "Dust Slackbot" />
494
- < PriceTable . Item label = "Assistants can execute actions" />
495
- < PriceTable . Item label = "Advanced workspace role and permissions" />
496
- < PriceTable . Item label = "Dedicated account support" />
543
+ < PriceTable . Item size = "sm" label = "Single Sign-on" />
544
+ < PriceTable . Item size = "sm" label = "Dust Slackbot" />
545
+ < PriceTable . Item
546
+ size = "sm"
547
+ label = "Assistants can execute actions"
548
+ />
549
+ < PriceTable . Item
550
+ size = "sm"
551
+ label = "Advanced workspace role and permissions"
552
+ />
553
+ < PriceTable . Item
554
+ size = "sm"
555
+ label = "Dedicated account support"
556
+ />
497
557
< PriceTable . ActionContainer >
498
- < Button variant = "secondary" label = "Contact us" />
558
+ < Button variant = "secondary" size = "md" label = "Contact us" />
499
559
</ PriceTable . ActionContainer >
500
560
</ PriceTable >
501
561
</ PriceTable . Container >
0 commit comments