diff --git a/src/components/sections/socialProof/SocialProofOne.tsx b/src/components/sections/socialProof/SocialProofOne.tsx index 6b8083a..b751502 100644 --- a/src/components/sections/socialProof/SocialProofOne.tsx +++ b/src/components/sections/socialProof/SocialProofOne.tsx @@ -5,13 +5,13 @@ import Marquee from "react-fast-marquee"; import CardStackTextBox from "@/components/cardStack/CardStackTextBox"; import { cls } from "@/lib/utils"; import type { LucideIcon } from "lucide-react"; -import type { ButtonConfig, TitleSegment } from "@/components/cardStack/types"; +import type { ButtonConfig, Elevate Your Brand with Expert Copywriting and Content EnhancementSegment } from "@/components/cardStack/types"; import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants"; interface SocialProofOneProps { logos: string[]; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -23,7 +23,7 @@ interface SocialProofOneProps { ariaLabel?: string; className?: string; containerClassName?: string; - textBoxTitleClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; titleImageWrapperClassName?: string; titleImageClassName?: string; textBoxDescriptionClassName?: string; @@ -53,7 +53,7 @@ const SocialProofOne = ({ ariaLabel = "Social proof section", className = "", containerClassName = "", - textBoxTitleClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", titleImageWrapperClassName = "", titleImageClassName = "", textBoxDescriptionClassName = "", @@ -83,7 +83,7 @@ const SocialProofOne = ({ textboxLayout={textboxLayout} useInvertedBackground={useInvertedBackground} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} titleImageWrapperClassName={titleImageWrapperClassName} titleImageClassName={titleImageClassName} descriptionClassName={textBoxDescriptionClassName}