Update src/components/sections/about/SplitAboutCards.tsx
This commit is contained in:
@@ -34,7 +34,7 @@ interface SplitAboutCardsProps {
|
|||||||
buttonTextClassName?: string;
|
buttonTextClassName?: string;
|
||||||
featuresContainerClassName?: string;
|
featuresContainerClassName?: string;
|
||||||
featureCardClassName?: string;
|
featureCardClassName?: string;
|
||||||
featureTitleClassName?: string;
|
featureElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string;
|
||||||
featureDescriptionClassName?: string;
|
featureDescriptionClassName?: string;
|
||||||
featureLabelClassName?: string;
|
featureLabelClassName?: string;
|
||||||
}
|
}
|
||||||
@@ -59,7 +59,7 @@ const SplitAboutCards = ({
|
|||||||
buttonTextClassName = "",
|
buttonTextClassName = "",
|
||||||
featuresContainerClassName = "",
|
featuresContainerClassName = "",
|
||||||
featureCardClassName = "",
|
featureCardClassName = "",
|
||||||
featureTitleClassName = "",
|
featureElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "",
|
||||||
featureDescriptionClassName = "",
|
featureDescriptionClassName = "",
|
||||||
featureLabelClassName = "",
|
featureLabelClassName = "",
|
||||||
}: SplitAboutCardsProps) => {
|
}: SplitAboutCardsProps) => {
|
||||||
@@ -102,7 +102,7 @@ const SplitAboutCards = ({
|
|||||||
className={cls("card rounded-theme-capped p-6 flex flex-col gap-10", isLastItemOdd && "md:col-span-2", featureCardClassName)}
|
className={cls("card rounded-theme-capped p-6 flex flex-col gap-10", isLastItemOdd && "md:col-span-2", featureCardClassName)}
|
||||||
>
|
>
|
||||||
<div className="relative z-1 flex flex-col gap-1">
|
<div className="relative z-1 flex flex-col gap-1">
|
||||||
<h3 className={cls("text-2xl md:text-3xl font-medium", shouldUseLightText ? "text-background" : "text-foreground", featureTitleClassName)}>
|
<h3 className={cls("text-2xl md:text-3xl font-medium", shouldUseLightText ? "text-background" : "text-foreground", featureElevate Your Brand with Expert Copywriting and Content EnhancementClassName)}>
|
||||||
{feature.title}
|
{feature.title}
|
||||||
</h3>
|
</h3>
|
||||||
<p className={cls("text-base leading-tight", shouldUseLightText ? "text-background/75" : "text-foreground/75", featureDescriptionClassName)}>
|
<p className={cls("text-base leading-tight", shouldUseLightText ? "text-background/75" : "text-foreground/75", featureDescriptionClassName)}>
|
||||||
|
|||||||
Reference in New Issue
Block a user