mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 04:22:32 +10:00
chore: add darkmode videos and zapier
This commit is contained in:
@ -16,31 +16,37 @@ const SLIDES = [
|
|||||||
label: 'Signing Process',
|
label: 'Signing Process',
|
||||||
type: 'video',
|
type: 'video',
|
||||||
srcLight: 'https://github.com/documenso/design/raw/main/marketing/signing.webm',
|
srcLight: 'https://github.com/documenso/design/raw/main/marketing/signing.webm',
|
||||||
srcDark: 'https://github.com/documenso/design/raw/main/marketing/signing.webm',
|
srcDark: 'https://github.com/documenso/design/raw/main/marketing/dark/signing.webm',
|
||||||
},
|
|
||||||
{
|
|
||||||
label: 'Webhooks',
|
|
||||||
type: 'video',
|
|
||||||
srcLight: 'https://github.com/documenso/design/raw/main/marketing/webhooks.webm',
|
|
||||||
srcDark: 'https://github.com/documenso/design/raw/main/marketing/webhooks.webm',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: 'API',
|
|
||||||
type: 'video',
|
|
||||||
srcLight: 'https://github.com/documenso/design/raw/main/marketing/api.webm',
|
|
||||||
srcDark: 'https://github.com/documenso/design/raw/main/marketing/api.webm',
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Teams',
|
label: 'Teams',
|
||||||
type: 'video',
|
type: 'video',
|
||||||
srcLight: 'https://github.com/documenso/design/raw/main/marketing/teams.webm',
|
srcLight: 'https://github.com/documenso/design/raw/main/marketing/teams.webm',
|
||||||
srcDark: 'https://github.com/documenso/design/raw/main/marketing/teams.webm',
|
srcDark: 'https://github.com/documenso/design/raw/main/marketing/dark/teams.webm',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'Zapier',
|
||||||
|
type: 'video',
|
||||||
|
srcLight: 'https://github.com/documenso/design/raw/main/marketing/zapier.webm',
|
||||||
|
srcDark: 'https://github.com/documenso/design/raw/main/marketing/dark/zapier.webm',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'Webhooks',
|
||||||
|
type: 'video',
|
||||||
|
srcLight: 'https://github.com/documenso/design/raw/main/marketing/webhooks.webm',
|
||||||
|
srcDark: 'https://github.com/documenso/design/raw/main/marketing/dark/webhooks.webm',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'API',
|
||||||
|
type: 'video',
|
||||||
|
srcLight: 'https://github.com/documenso/design/raw/main/marketing/api.webm',
|
||||||
|
srcDark: 'https://github.com/documenso/design/raw/main/marketing/dark/api.webm',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Profile',
|
label: 'Profile',
|
||||||
type: 'video',
|
type: 'video',
|
||||||
srcLight: 'https://github.com/documenso/design/raw/main/marketing/profile_teaser.webm',
|
srcLight: 'https://github.com/documenso/design/raw/main/marketing/profile_teaser.webm',
|
||||||
srcDark: 'https://github.com/documenso/design/raw/main/marketing/profile_teaser.webm',
|
srcDark: 'https://github.com/documenso/design/raw/main/marketing/dark/profile_teaser.webm',
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user