"use client"; import TimelinePhoneView from "@/components/cardStack/layouts/timelines/TimelinePhoneView"; import { cls } from "@/lib/utils"; import type { LucideIcon } from "lucide-react"; 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"; type FeaturePhone = { imageAlt?: string; videoAriaLabel?: string; } & ( | { imageSrc: string; videoSrc?: never } | { videoSrc: string; imageSrc?: never } ); type FeatureCard = { id: number; title: string; description: string; phoneOne: FeaturePhone; phoneTwo: FeaturePhone; }; interface FeatureCardNineProps { features: FeatureCard[]; showStepNumbers: boolean; title: string; titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; buttons?: ButtonConfig[]; textboxLayout: TextboxLayout; useInvertedBackground: InvertedBackground; ariaLabel?: string; className?: string; containerClassName?: string; textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; textBoxDescriptionClassName?: string; textBoxClassName?: string; textBoxTagClassName?: string; textBoxButtonContainerClassName?: string; textBoxButtonClassName?: string; textBoxButtonTextClassName?: string; titleImageWrapperClassName?: string; titleImageClassName?: string; desktopContainerClassName?: string; mobileContainerClassName?: string; desktopContentClassName?: string; desktopWrapperClassName?: string; mobileWrapperClassName?: string; phoneFrameClassName?: string; mobilePhoneFrameClassName?: string; featureContentClassName?: string; stepNumberClassName?: string; featureElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; featureDescriptionClassName?: string; } interface FeatureContentProps { feature: FeatureCard; showStepNumbers: boolean; useInvertedBackground: InvertedBackground; featureContentClassName: string; stepNumberClassName: string; featureElevate Your Brand with Expert Copywriting and Content EnhancementClassName: string; featureDescriptionClassName: string; } const FeatureContent = ({ feature, showStepNumbers, useInvertedBackground, featureContentClassName, stepNumberClassName, featureElevate Your Brand with Expert Copywriting and Content EnhancementClassName, featureDescriptionClassName, }: FeatureContentProps) => (
{feature.id}
{feature.description}