From 8ab9b0df7c2ea5733096d0a80797ce4d4cb2382f Mon Sep 17 00:00:00 2001 From: Timur Ercan Date: Thu, 6 Jun 2024 17:14:56 +0200 Subject: [PATCH] chore: first video tries --- .../src/components/(marketing)/carousel.tsx | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/apps/marketing/src/components/(marketing)/carousel.tsx b/apps/marketing/src/components/(marketing)/carousel.tsx index 22261b205..1151e00b8 100644 --- a/apps/marketing/src/components/(marketing)/carousel.tsx +++ b/apps/marketing/src/components/(marketing)/carousel.tsx @@ -14,37 +14,37 @@ const SLIDES = [ { label: 'Signing Process', type: 'video', - src: '/signing.mp4', - }, - { - label: 'Templates/Fields', - type: 'video', - src: '/signing.mp4', - }, - { - label: 'Zapier', - type: 'video', - src: '/signing.mp4', + src: 'https://github.com/documenso/design/raw/main/marketing/signing.webm', }, + // { + // label: 'Templates/Fields', + // type: 'video', + // src: '/signing.mp4', + // }, + // { + // label: 'Zapier', + // type: 'video', + // src: '/signing.mp4', + // }, { label: 'Webhooks', type: 'video', - src: '/signing.mp4', + src: 'https://github.com/documenso/design/raw/main/marketing/webhooks.webm', }, { label: 'API', type: 'video', - src: '/signing.mp4', + src: 'https://github.com/documenso/design/raw/main/marketing/api.webm', }, { label: 'Teams', type: 'video', - src: '/signing.mp4', + src: 'https://github.com/documenso/design/raw/main/marketing/teams.webm', }, { label: 'Profile', type: 'video', - src: '/signing.mp4', + src: 'https://github.com/documenso/design/raw/main/marketing/profile_teaser.webm', }, ]; @@ -171,7 +171,7 @@ export const Carousel = () => { loop className="h-auto w-full rounded-xl" > - + Your browser does not support the video tag. )}