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