Update src/components/cardStack/layouts/timelines/TimelinePhoneView.tsx
This commit is contained in:
@@ -7,7 +7,7 @@ import { usePhoneAnimations, type TimelinePhoneViewItem } from "../../hooks/useP
|
|||||||
import { cls } from "@/lib/utils";
|
import { cls } from "@/lib/utils";
|
||||||
import type { LucideIcon } from "lucide-react";
|
import type { LucideIcon } from "lucide-react";
|
||||||
import type { ButtonConfig } from "../../types";
|
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";
|
import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants";
|
||||||
|
|
||||||
interface PhoneFrameProps {
|
interface PhoneFrameProps {
|
||||||
@@ -48,7 +48,7 @@ interface TimelinePhoneViewProps {
|
|||||||
showTextBox?: boolean;
|
showTextBox?: boolean;
|
||||||
showDivider?: boolean;
|
showDivider?: boolean;
|
||||||
title: string;
|
title: string;
|
||||||
titleSegments?: TitleSegment[];
|
titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[];
|
||||||
description: string;
|
description: string;
|
||||||
tag?: string;
|
tag?: string;
|
||||||
tagIcon?: LucideIcon;
|
tagIcon?: LucideIcon;
|
||||||
|
|||||||
Reference in New Issue
Block a user