From 7c07a47cc623dd37a15bff53543fc0f0db93e155 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:03:51 +0000 Subject: [PATCH] Update src/components/cardStack/layouts/timelines/TimelineBase.tsx --- src/components/cardStack/layouts/timelines/TimelineBase.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;