diff --git a/src/components/sections/socialProof/SocialProofTwo.tsx b/src/components/sections/socialProof/SocialProofTwo.tsx index 79e2015..6870cce 100644 --- a/src/components/sections/socialProof/SocialProofTwo.tsx +++ b/src/components/sections/socialProof/SocialProofTwo.tsx @@ -5,13 +5,13 @@ import Image from "next/image"; 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 SocialProofTwoProps { logos: string[]; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; tag?: string; tagIcon?: LucideIcon; @@ -21,7 +21,7 @@ interface SocialProofTwoProps { ariaLabel?: string; className?: string; containerClassName?: string; - textBoxTitleClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; titleImageWrapperClassName?: string; titleImageClassName?: string; textBoxDescriptionClassName?: string; @@ -50,7 +50,7 @@ const SocialProofTwo = ({ ariaLabel = "Social proof section", className = "", containerClassName = "", - textBoxTitleClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", titleImageWrapperClassName = "", titleImageClassName = "", textBoxDescriptionClassName = "", @@ -88,7 +88,7 @@ const SocialProofTwo = ({ textboxLayout={textboxLayout} useInvertedBackground={useInvertedBackground} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} titleImageWrapperClassName={titleImageWrapperClassName} titleImageClassName={titleImageClassName} descriptionClassName={textBoxDescriptionClassName}