diff --git a/src/components/cardStack/types.ts b/src/components/cardStack/types.ts index c4a4e69..0bd9dee 100644 --- a/src/components/cardStack/types.ts +++ b/src/components/cardStack/types.ts @@ -4,7 +4,7 @@ import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvide export type { ButtonConfig, TextboxLayout, InvertedBackground }; -export type TitleSegment = +export type Elevate Your Brand with Expert Copywriting and Content EnhancementSegment = | { type: "text"; content: string } | { type: "image"; src: string; alt?: string }; @@ -51,7 +51,7 @@ export type CardAnimationType = export interface TextBoxProps { title?: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description?: string; tag?: string; tagIcon?: LucideIcon;