diff --git a/apps/marketing/src/components/(marketing)/carousel.tsx b/apps/marketing/src/components/(marketing)/carousel.tsx index 307d4a4f0..f3d903809 100644 --- a/apps/marketing/src/components/(marketing)/carousel.tsx +++ b/apps/marketing/src/components/(marketing)/carousel.tsx @@ -30,6 +30,12 @@ const SLIDES = [ srcLight: 'https://github.com/documenso/design/raw/main/marketing/zapier.webm', srcDark: 'https://github.com/documenso/design/raw/main/marketing/dark/zapier.webm', }, + { + label: 'Direct Link', + type: 'video', + srcLight: 'https://github.com/documenso/design/raw/main/marketing/direct-links.webm', + srcDark: 'https://github.com/documenso/design/raw/main/marketing/dark/direct-links.webm', + }, { label: 'Webhooks', type: 'video',