diff --git a/src/components/cardStack/layouts/timelines/TimelineHorizontalCardStack.tsx b/src/components/cardStack/layouts/timelines/TimelineHorizontalCardStack.tsx index ab4f0b1..a1aa80e 100644 --- a/src/components/cardStack/layouts/timelines/TimelineHorizontalCardStack.tsx +++ b/src/components/cardStack/layouts/timelines/TimelineHorizontalCardStack.tsx @@ -6,12 +6,12 @@ import CardStackTextBox from "../../CardStackTextBox"; import { useTimelineHorizontal, type MediaItem } from "../../hooks/useTimelineHorizontal"; import MediaContent from "@/components/shared/MediaContent"; import type { LucideIcon } from "lucide-react"; -import type { ButtonConfig, TitleSegment, TextboxLayout, InvertedBackground } from "../../types"; +import type { ButtonConfig, Elevate Your Brand with Expert Copywriting and Content EnhancementSegment, TextboxLayout, InvertedBackground } from "../../types"; interface TimelineHorizontalCardStackProps { children: React.ReactNode; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon;