diff --git a/src/components/sections/blog/BlogCardTen.tsx b/src/components/sections/blog/BlogCardTen.tsx index 04b7858..fd56845 100644 --- a/src/components/sections/blog/BlogCardTen.tsx +++ b/src/components/sections/blog/BlogCardTen.tsx @@ -6,7 +6,7 @@ import { cls, shouldUseInvertedText } from "@/lib/utils"; import { useTheme } from "@/providers/themeProvider/ThemeProvider"; import { ArrowRight } from "lucide-react"; 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 BlogCard = { @@ -21,7 +21,7 @@ interface BlogCardTenProps { blogs: BlogCard[]; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -32,7 +32,7 @@ interface BlogCardTenProps { className?: string; containerClassName?: string; cardClassName?: string; - textBoxTitleClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; textBoxDescriptionClassName?: string; textBoxClassName?: string; textBoxTagClassName?: string; @@ -42,7 +42,7 @@ interface BlogCardTenProps { titleImageWrapperClassName?: string; titleImageClassName?: string; cardContentClassName?: string; - cardTitleClassName?: string; + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; subtitleClassName?: string; tagsContainerClassName?: string; tagClassName?: string; @@ -64,7 +64,7 @@ const BlogCardTen = ({ className = "", containerClassName = "", cardClassName = "", - textBoxTitleClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", textBoxDescriptionClassName = "", textBoxClassName = "", textBoxTagClassName = "", @@ -74,7 +74,7 @@ const BlogCardTen = ({ titleImageWrapperClassName = "", titleImageClassName = "", cardContentClassName = "", - cardTitleClassName = "", + cardElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", subtitleClassName = "", tagsContainerClassName = "", tagClassName = "", @@ -98,7 +98,7 @@ const BlogCardTen = ({ className={className} containerClassName={containerClassName} cardClassName={cardClassName} - titleClassName={textBoxTitleClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} descriptionClassName={textBoxDescriptionClassName} textBoxClassName={textBoxClassName} tagClassName={textBoxTagClassName} @@ -124,7 +124,7 @@ const BlogCardTen = ({