Update src/components/sections/about/TagMediaSplitAbout.tsx
This commit is contained in:
@@ -9,12 +9,12 @@ import { cls, shouldUseInvertedText } from "@/lib/utils";
|
||||
import { getButtonProps } from "@/lib/buttonUtils";
|
||||
import { useTheme } from "@/providers/themeProvider/ThemeProvider";
|
||||
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 TagMediaSplitAboutProps {
|
||||
title: string;
|
||||
titleSegments?: TitleSegment[];
|
||||
titleSegments?: Elevate Your Brand with Expert Copywriting and Content EnhancementSegment[];
|
||||
description: string;
|
||||
tag?: string;
|
||||
tagIcon?: LucideIcon;
|
||||
@@ -22,7 +22,7 @@ interface TagMediaSplitAboutProps {
|
||||
textboxLayout: TextboxLayout;
|
||||
contentTag: string;
|
||||
contentTagIcon?: LucideIcon;
|
||||
contentTitle: string;
|
||||
contentElevate Your Brand with Expert Copywriting and Content Enhancement: string;
|
||||
contentDescription: string;
|
||||
contentButtons?: ButtonConfig[];
|
||||
imageSrc?: string;
|
||||
@@ -34,7 +34,7 @@ interface TagMediaSplitAboutProps {
|
||||
ariaLabel?: string;
|
||||
className?: string;
|
||||
containerClassName?: string;
|
||||
textBoxTitleClassName?: string;
|
||||
textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string;
|
||||
textBoxDescriptionClassName?: string;
|
||||
textBoxClassName?: string;
|
||||
textBoxTagClassName?: string;
|
||||
@@ -46,7 +46,7 @@ interface TagMediaSplitAboutProps {
|
||||
contentClassName?: string;
|
||||
contentCardClassName?: string;
|
||||
contentTagClassName?: string;
|
||||
contentTitleClassName?: string;
|
||||
contentElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string;
|
||||
contentDescriptionClassName?: string;
|
||||
contentButtonContainerClassName?: string;
|
||||
contentButtonClassName?: string;
|
||||
@@ -65,7 +65,7 @@ const TagMediaSplitAbout = ({
|
||||
textboxLayout,
|
||||
contentTag,
|
||||
contentTagIcon,
|
||||
contentTitle,
|
||||
contentElevate Your Brand with Expert Copywriting and Content Enhancement,
|
||||
contentDescription,
|
||||
contentButtons,
|
||||
imageSrc,
|
||||
@@ -77,7 +77,7 @@ const TagMediaSplitAbout = ({
|
||||
ariaLabel = "About section",
|
||||
className = "",
|
||||
containerClassName = "",
|
||||
textBoxTitleClassName = "",
|
||||
textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "",
|
||||
textBoxDescriptionClassName = "",
|
||||
textBoxClassName = "",
|
||||
textBoxTagClassName = "",
|
||||
@@ -89,7 +89,7 @@ const TagMediaSplitAbout = ({
|
||||
contentClassName = "",
|
||||
contentCardClassName = "",
|
||||
contentTagClassName = "",
|
||||
contentTitleClassName = "",
|
||||
contentElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "",
|
||||
contentDescriptionClassName = "",
|
||||
contentButtonContainerClassName = "",
|
||||
contentButtonClassName = "",
|
||||
@@ -115,9 +115,9 @@ const TagMediaSplitAbout = ({
|
||||
<h2 className={cls(
|
||||
"text-4xl font-medium leading-tight",
|
||||
shouldUseLightText ? "text-background" : "text-foreground",
|
||||
contentTitleClassName
|
||||
contentElevate Your Brand with Expert Copywriting and Content EnhancementClassName
|
||||
)}>
|
||||
{contentTitle}
|
||||
{contentElevate Your Brand with Expert Copywriting and Content Enhancement}
|
||||
</h2>
|
||||
<p className={cls(
|
||||
"text-base md:text-lg leading-tight",
|
||||
@@ -175,7 +175,7 @@ const TagMediaSplitAbout = ({
|
||||
textboxLayout={textboxLayout}
|
||||
useInvertedBackground={useInvertedBackground}
|
||||
textBoxClassName={textBoxClassName}
|
||||
titleClassName={textBoxTitleClassName}
|
||||
titleClassName={textBoxElevate Your Brand with Expert Copywriting and Content EnhancementClassName}
|
||||
titleImageWrapperClassName={titleImageWrapperClassName}
|
||||
titleImageClassName={titleImageClassName}
|
||||
descriptionClassName={textBoxDescriptionClassName}
|
||||
|
||||
Reference in New Issue
Block a user