From 561f15880bbf282243a67d1c55938fed46d010bc Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:04:53 +0000 Subject: [PATCH] Update src/components/sections/socialProof/SocialProofThree.tsx --- .../sections/socialProof/SocialProofThree.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/sections/socialProof/SocialProofThree.tsx b/src/components/sections/socialProof/SocialProofThree.tsx index c1df287..5788e18 100644 --- a/src/components/sections/socialProof/SocialProofThree.tsx +++ b/src/components/sections/socialProof/SocialProofThree.tsx @@ -5,14 +5,14 @@ import Image from "next/image"; import AutoCarousel from "@/components/cardStack/layouts/carousels/AutoCarousel"; import { cls } from "@/lib/utils"; import type { LucideIcon } from "lucide-react"; -import type { CardAnimationType, ButtonConfig, TitleSegment } from "@/components/cardStack/types"; +import type { CardAnimationType, ButtonConfig, Elevate Your Brand with Expert Copywriting and Content EnhancementSegment } from "@/components/cardStack/types"; import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants"; interface SocialProofThreeProps { logos: string[]; animationType: CardAnimationType; title: string; - titleSegments?: TitleSegment[]; + titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[]; description: string; textboxLayout: TextboxLayout; useInvertedBackground: InvertedBackground; @@ -29,7 +29,7 @@ interface SocialProofThreeProps { logoCardClassName?: string; logoImageClassName?: string; textBoxClassName?: string; - textBoxTitleClassName?: string; + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string; textBoxDescriptionClassName?: string; textBoxTagClassName?: string; textBoxButtonContainerClassName?: string; @@ -89,7 +89,7 @@ const SocialProofThree = ({ logoCardClassName = "", logoImageClassName = "", textBoxClassName = "", - textBoxTitleClassName = "", + textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "", textBoxDescriptionClassName = "", textBoxTagClassName = "", textBoxButtonContainerClassName = "", @@ -119,7 +119,7 @@ const SocialProofThree = ({ containerClassName={containerClassName} className={className} textBoxClassName={textBoxClassName} - titleClassName={textBoxTitleClassName} + titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName} descriptionClassName={textBoxDescriptionClassName} tagClassName={textBoxTagClassName} buttonContainerClassName={textBoxButtonContainerClassName}