@@ -15,6 +15,9 @@ import InstallSteps from './_components/InstallSteps';
15
15
import Feature from './_components/Feature' ;
16
16
import TechnologiesGrid from './_components/TechnologiesGrid' ;
17
17
import CodeWindow from './_components/CodeWindow' ;
18
+ import FeaturedAppsCarousel from './_components/FeaturedAppsCarousel' ;
19
+
20
+ import { FEATURED_APPS , FEATURED_LOGOS } from './featured-apps' ;
18
21
19
22
export default function Home ( ) {
20
23
const { siteConfig } = useDocusaurusContext ( ) ;
@@ -69,6 +72,7 @@ export default function Home() {
69
72
</ div >
70
73
</ div >
71
74
</ div >
75
+ < FeaturedAppsCarousel list = { FEATURED_LOGOS } />
72
76
< div className = { clsx ( styles . section ) } >
73
77
< div style = { { textAlign : 'center' , marginBottom : '6rem' } } >
74
78
< h2 > Desktop development made easy</ h2 >
@@ -343,122 +347,7 @@ export default function Home() {
343
347
Thousands of organizations spanning all industries use Electron to
344
348
build cross-platform software.
345
349
</ p >
346
- < AppsGrid
347
- list = { [
348
- {
349
- name : '1Password' ,
350
- image : '/assets/apps/1password.svg' ,
351
- href : 'https://1password.com/' ,
352
- } ,
353
- {
354
- name : 'Asana' ,
355
- image : '/assets/apps/asana.svg' ,
356
- href : 'https://asana.com/' ,
357
- } ,
358
- {
359
- name : 'Discord' ,
360
- image : '/assets/apps/discord.svg' ,
361
- href : 'https://discord.com/' ,
362
- } ,
363
- {
364
- name : 'Dropbox' ,
365
- image : '/assets/apps/dropbox.svg' ,
366
- href : 'https://dropbox.com/' ,
367
- } ,
368
- {
369
- name : 'Figma' ,
370
- image : '/assets/apps/figma.svg' ,
371
- href : 'https://figma.com/' ,
372
- } ,
373
- {
374
- name : 'GitHub Desktop' ,
375
- image : '/assets/apps/github-desktop.svg' ,
376
- href : 'https://desktop.github.com/' ,
377
- } ,
378
- {
379
- name : 'itch' ,
380
- image : '/assets/apps/itchio.svg' ,
381
- href : 'https://itch.io/app' ,
382
- } ,
383
- {
384
- name : 'Loom' ,
385
- image : '/assets/apps/loom.svg' ,
386
- href : 'https://www.loom.com/' ,
387
- } ,
388
- {
389
- name : 'MongoDB Compass' ,
390
- image : '/assets/apps/mongodb.svg' ,
391
- href : 'https://www.mongodb.com/products/compass' ,
392
- } ,
393
- {
394
- name : 'Notion' ,
395
- image : '/assets/apps/notion.svg' ,
396
- href : 'https://www.notion.so/' ,
397
- } ,
398
- {
399
- name : 'Obsidian' ,
400
- image : '/assets/apps/obsidian.svg' ,
401
- href : 'https://obsidian.md/' ,
402
- } ,
403
- {
404
- name : 'Polypane' ,
405
- image : '/assets/apps/polypane.svg' ,
406
- href : 'https://polypane.app/' ,
407
- } ,
408
- {
409
- name : 'Postman' ,
410
- image : '/assets/apps/postman.svg' ,
411
- href : 'https://postman.com/' ,
412
- } ,
413
- {
414
- name : 'Signal' ,
415
- image : '/assets/apps/signal.svg' ,
416
- href : 'https://signal.org/en/' ,
417
- } ,
418
- {
419
- name : 'Skype' ,
420
- image : '/assets/apps/skype.svg' ,
421
- href : 'https://skype.com/' ,
422
- } ,
423
- {
424
- name : 'Slack' ,
425
- image : '/assets/apps/slack.svg' ,
426
- href : 'https://slack.com/' ,
427
- } ,
428
- {
429
- name : 'Splice' ,
430
- image : '/assets/apps/splice.svg' ,
431
- isMonochrome : true ,
432
- href : 'https://splice.com/' ,
433
- } ,
434
- {
435
- name : 'Microsoft Teams' ,
436
- image : '/assets/apps/teams.svg' ,
437
- href : 'https://microsoft.com/en-ca/microsoft-teams/group-chat-software/' ,
438
- } ,
439
- {
440
- name : 'Tidal' ,
441
- image : '/assets/apps/tidal.svg' ,
442
- href : 'https://tidal.com' ,
443
- isMonochrome : true ,
444
- } ,
445
- {
446
- name : 'Trello' ,
447
- image : '/assets/apps/trello.svg' ,
448
- href : 'https://trello.com/' ,
449
- } ,
450
- {
451
- name : 'Twitch' ,
452
- image : '/assets/apps/twitch.svg' ,
453
- href : 'https://www.twitch.tv/' ,
454
- } ,
455
- {
456
- name : 'VS Code' ,
457
- image : '/assets/apps/vscode.svg' ,
458
- href : 'https://code.visualstudio.com/' ,
459
- } ,
460
- ] }
461
- />
350
+ < AppsGrid list = { FEATURED_APPS } />
462
351
</ div >
463
352
</ div >
464
353
</ main >
0 commit comments