From 391dabd2800f67b7099d80c310a292b33c17428b Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:03:54 +0000 Subject: [PATCH] Update src/components/cardStack/layouts/timelines/TimelinePhoneView.tsx --- .../cardStack/layouts/timelines/TimelinePhoneView.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/cardStack/layouts/timelines/TimelinePhoneView.tsx b/src/components/cardStack/layouts/timelines/TimelinePhoneView.tsx index be61636..937c5e4 100644 --- a/src/components/cardStack/layouts/timelines/TimelinePhoneView.tsx +++ b/src/components/cardStack/layouts/timelines/TimelinePhoneView.tsx @@ -7,7 +7,7 @@ import { usePhoneAnimations, type TimelinePhoneViewItem } from "../../hooks/useP import { cls } from "@/lib/utils"; import type { LucideIcon } from "lucide-react"; import type { ButtonConfig } from "../../types"; -import type { TitleSegment } from "../../types"; +import type { Elevate Your Brand with Expert Copywriting and Content EnhancementSegment } from "../../types"; import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants"; interface PhoneFrameProps { @@ -48,7 +48,7 @@ interface TimelinePhoneViewProps { showTextBox?: boolean; showDivider?: boolean; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon;