diff --git a/apps/marketing/src/components/(marketing)/carousel.tsx b/apps/marketing/src/components/(marketing)/carousel.tsx index d2c6486fb..e58cfc67b 100644 --- a/apps/marketing/src/components/(marketing)/carousel.tsx +++ b/apps/marketing/src/components/(marketing)/carousel.tsx @@ -9,16 +9,6 @@ import { Card } from '@documenso/ui/primitives/card'; import { Thumb } from './thumb'; -type SlideType = { - label: string; - imageSrc: string; - type: 'image' | 'video'; -}; - -type CarouselPropType = { - slides: SlideType[]; -}; - const SLIDES = [ { label: 'Signing Process', @@ -163,7 +153,11 @@ export const Carousel = () => {