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 = () => {
-
+
+ What's new +
+ +
{slides.map((slide, index) => ( = (props) => { onClick={onClick} type="button" className={cn('text-muted-foreground border-b-2 border-transparent py-4', { - 'border-primary border-b-2 text-neutral-900': selected, + 'border-primary text-foreground border-b-2': selected, })} > {label}