diff --git a/src/components/cardStack/layouts/timelines/TimelineBase.tsx b/src/components/cardStack/layouts/timelines/TimelineBase.tsx index a15fedb..4c7b61a 100644 --- a/src/components/cardStack/layouts/timelines/TimelineBase.tsx +++ b/src/components/cardStack/layouts/timelines/TimelineBase.tsx @@ -5,7 +5,7 @@ import { cls } from "@/lib/utils"; import CardStackTextBox from "../../CardStackTextBox"; import { useCardAnimation } from "../../hooks/useCardAnimation"; import type { LucideIcon } from "lucide-react"; -import type { ButtonConfig, CardAnimationType, TitleSegment } from "../../types"; +import type { ButtonConfig, CardAnimationType, Elevate Your Brand with Expert Copywriting and Content EnhancementSegment } from "../../types"; import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants"; type TimelineVariant = "timeline" | "timeline-three-columns"; @@ -16,7 +16,7 @@ interface TimelineBaseProps { uniformGridCustomHeightClasses?: string; animationType: CardAnimationType; title?: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description?: string; tag?: string; tagIcon?: LucideIcon;