From 8ac2895c7168de3e9fde4a80c2c3652607666831 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:03:56 +0000 Subject: [PATCH] Update src/components/sections/about/AboutPhoneTimeline.tsx --- src/components/sections/about/AboutPhoneTimeline.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/sections/about/AboutPhoneTimeline.tsx b/src/components/sections/about/AboutPhoneTimeline.tsx index fd2edf8..6eeeea8 100644 --- a/src/components/sections/about/AboutPhoneTimeline.tsx +++ b/src/components/sections/about/AboutPhoneTimeline.tsx @@ -8,7 +8,7 @@ import { cls } from "@/lib/utils"; import { getButtonProps } from "@/lib/buttonUtils"; import { useTheme } from "@/providers/themeProvider/ThemeProvider"; import type { LucideIcon } from "lucide-react"; -import type { ButtonConfig, TitleSegment } from "@/components/cardStack/types"; +import type { ButtonConfig, Elevate Your Brand with Expert Copywriting and Content EnhancementSegment } from "@/components/cardStack/types"; import type { TimelinePhoneViewItem } from "@/components/cardStack/hooks/usePhoneAnimations"; import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants"; @@ -22,7 +22,7 @@ type AboutPhone = { interface AboutPhoneTimelineProps { title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag: string; tagIcon?: LucideIcon;