From 6755192f754eddba52a28b6b7138f42fb94b3d95 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:56 +0000 Subject: [PATCH] Update src/components/sections/team/TeamCardFive.tsx --- src/components/sections/team/TeamCardFive.tsx | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/components/sections/team/TeamCardFive.tsx b/src/components/sections/team/TeamCardFive.tsx index 7bf272d..1293611 100644 --- a/src/components/sections/team/TeamCardFive.tsx +++ b/src/components/sections/team/TeamCardFive.tsx @@ -5,7 +5,7 @@ import MediaContent from "@/components/shared/MediaContent"; import { useCardAnimation } from "@/components/cardStack/hooks/useCardAnimation"; import { cls } from "@/lib/utils"; import type { LucideIcon } from "lucide-react"; -import type { ButtonConfig, CardAnimationType, TitleSegment } from "@/components/cardStack/types"; +import type { ButtonConfig, CardAnimationType, Elevate Your Brand with Expert Copywriting and Content EnhancementSegment } from "@/components/cardStack/types"; import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants"; type TeamMember = { @@ -22,7 +22,7 @@ interface TeamCardFiveProps { team: TeamMember[]; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; textboxLayout: TextboxLayout; useInvertedBackground: InvertedBackground; @@ -32,9 +32,9 @@ interface TeamCardFiveProps { ariaLabel?: string; className?: string; containerClassName?: string; - textBoxTitleClassName?: string; - textBoxTitleImageWrapperClassName?: string; - textBoxTitleImageClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName?: string; textBoxDescriptionClassName?: string; textBoxClassName?: string; textBoxTagClassName?: string; @@ -63,9 +63,9 @@ const TeamCardFive = ({ ariaLabel = "Team section", className = "", containerClassName = "", - textBoxTitleClassName = "", - textBoxTitleImageWrapperClassName = "", - textBoxTitleImageClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName = "", textBoxDescriptionClassName = "", textBoxClassName = "", textBoxTagClassName = "", @@ -97,9 +97,9 @@ const TeamCardFive = ({ textboxLayout={textboxLayout} useInvertedBackground={useInvertedBackground} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} - titleImageWrapperClassName={textBoxTitleImageWrapperClassName} - titleImageClassName={textBoxTitleImageClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} + titleImageWrapperClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageWrapperClassName} + titleImageClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementImageClassName} descriptionClassName={textBoxDescriptionClassName} tagClassName={textBoxTagClassName} buttonContainerClassName={textBoxButtonContainerClassName}