diff --git a/src/components/sections/about/SplitAbout.tsx b/src/components/sections/about/SplitAbout.tsx index 79e1167..e1bd6ec 100644 --- a/src/components/sections/about/SplitAbout.tsx +++ b/src/components/sections/about/SplitAbout.tsx @@ -7,7 +7,7 @@ import { cls, shouldUseInvertedText } from "@/lib/utils"; import { useTheme } from "@/providers/themeProvider/ThemeProvider"; import type { LucideIcon } from "lucide-react"; import type { ButtonConfig } from "@/types/button"; -import type { TitleSegment } from "@/components/cardStack/types"; +import type { Elevate Your Brand with Expert Copywriting and Content EnhancementSegment } from "@/components/cardStack/types"; import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants"; interface BulletPoint { @@ -18,7 +18,7 @@ interface BulletPoint { interface SplitAboutProps { title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -45,7 +45,7 @@ interface SplitAboutProps { buttonTextClassName?: string; contentClassName?: string; bulletPointClassName?: string; - bulletTitleClassName?: string; + bulletElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; bulletDescriptionClassName?: string; mediaWrapperClassName?: string; imageClassName?: string; @@ -80,7 +80,7 @@ const SplitAbout = ({ buttonTextClassName = "", contentClassName = "", bulletPointClassName = "", - bulletTitleClassName = "", + bulletElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", bulletDescriptionClassName = "", mediaWrapperClassName = "", imageClassName = "", @@ -150,7 +150,7 @@ const SplitAbout = ({ )}