From 9092a694089064dd9317d9ce9e35e30c753e24f9 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:54 +0000 Subject: [PATCH] Update src/components/sections/socialProof/SocialProofTwo.tsx --- src/components/sections/socialProof/SocialProofTwo.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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}