diff --git a/src/components/cardStack/layouts/timelines/TimelineCardStack.tsx b/src/components/cardStack/layouts/timelines/TimelineCardStack.tsx index 073b41a..766b049 100644 --- a/src/components/cardStack/layouts/timelines/TimelineCardStack.tsx +++ b/src/components/cardStack/layouts/timelines/TimelineCardStack.tsx @@ -6,7 +6,7 @@ import { ScrollTrigger } from "gsap/ScrollTrigger"; import CardStackTextBox from "../../CardStackTextBox"; import { cls } from "@/lib/utils"; import type { LucideIcon } from "lucide-react"; -import type { ButtonConfig, TitleSegment } from "../../types"; +import type { ButtonConfig, Elevate Your Brand with Expert Copywriting and Content EnhancementSegment } from "../../types"; import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants"; gsap.registerPlugin(ScrollTrigger); @@ -14,7 +14,7 @@ gsap.registerPlugin(ScrollTrigger); interface TimelineCardStackProps { children: React.ReactNode; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon;