diff --git a/src/components/sections/blog/BlogCardEleven.tsx b/src/components/sections/blog/BlogCardEleven.tsx index 57d0a89..c284f28 100644 --- a/src/components/sections/blog/BlogCardEleven.tsx +++ b/src/components/sections/blog/BlogCardEleven.tsx @@ -6,7 +6,7 @@ import MediaContent from "@/components/shared/MediaContent"; import { cls, shouldUseInvertedText } from "@/lib/utils"; import { useTheme } from "@/providers/themeProvider/ThemeProvider"; 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 MediaProps = @@ -36,7 +36,7 @@ interface BlogCardElevenProps { blogs: BlogCard[]; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -47,7 +47,7 @@ interface BlogCardElevenProps { className?: string; containerClassName?: string; cardClassName?: string; - textBoxTitleClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; textBoxDescriptionClassName?: string; textBoxClassName?: string; textBoxTagClassName?: string; @@ -57,7 +57,7 @@ interface BlogCardElevenProps { titleImageWrapperClassName?: string; titleImageClassName?: string; cardContentClassName?: string; - cardTitleClassName?: string; + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; authorClassName?: string; cardDescriptionClassName?: string; tagsContainerClassName?: string; @@ -81,7 +81,7 @@ const BlogCardEleven = ({ className = "", containerClassName = "", cardClassName = "", - textBoxTitleClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", textBoxDescriptionClassName = "", textBoxClassName = "", textBoxTagClassName = "", @@ -91,7 +91,7 @@ const BlogCardEleven = ({ titleImageWrapperClassName = "", titleImageClassName = "", cardContentClassName = "", - cardTitleClassName = "", + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", authorClassName = "", cardDescriptionClassName = "", tagsContainerClassName = "", @@ -117,7 +117,7 @@ const BlogCardEleven = ({ className={className} containerClassName={containerClassName} cardClassName={cardClassName} - titleClassName={textBoxTitleClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} descriptionClassName={textBoxDescriptionClassName} textBoxClassName={textBoxClassName} tagClassName={textBoxTagClassName} @@ -143,7 +143,7 @@ const BlogCardEleven = ({