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