diff --git a/src/components/sections/team/TeamCardTwo.tsx b/src/components/sections/team/TeamCardTwo.tsx index 8a09990..f306419 100644 --- a/src/components/sections/team/TeamCardTwo.tsx +++ b/src/components/sections/team/TeamCardTwo.tsx @@ -5,7 +5,7 @@ import Image from "next/image"; import CardStack from "@/components/cardStack/CardStack"; import { cls } from "@/lib/utils"; import type { LucideIcon } from "lucide-react"; -import type { ButtonConfig, GridVariant, CardAnimationType, TitleSegment } from "@/components/cardStack/types"; +import type { ButtonConfig, GridVariant, CardAnimationType, Elevate Your Brand with Expert Copywriting and Content EnhancementSegment } from "@/components/cardStack/types"; import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants"; type SocialLink = { @@ -30,7 +30,7 @@ interface TeamCardTwoProps { uniformGridCustomHeightClasses?: string; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -41,9 +41,9 @@ interface TeamCardTwoProps { className?: string; containerClassName?: string; cardClassName?: 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; imageClassName?: string; overlayClassName?: string; @@ -153,9 +153,9 @@ const TeamCardTwo = ({ className = "", containerClassName = "", cardClassName = "", - 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 = "", imageClassName = "", overlayClassName = "", @@ -194,9 +194,9 @@ const TeamCardTwo = ({ carouselClassName={carouselClassName} controlsClassName={controlsClassName} 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}